aboutsummaryrefslogtreecommitdiff
path: root/math/goblin
Commit message (Collapse)AuthorAgeFilesLines
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Fix build with modern compilersPietro Cerutti2013-10-014-177/+114
| | | | | | | | | - Convert to USES+=tk - Convert to OPTIONSng - STAGE-clean Notes: svn path=/head/; revision=328930
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Mark jobs unsafeBaptiste Daroussin2013-07-131-1/+3
| | | | Notes: svn path=/head/; revision=322930
* - Fix build with Tcl/Tk 8.6Pietro Cerutti2013-06-056-36/+5009
| | | | | | | | | - Also, make clang happier, even if GCC is still required Reported by: miwi (Tcl/Tk 8.6 exp-run late comers) Notes: svn path=/head/; revision=319976
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Activate tcl/tk 8.5Pietro Cerutti2010-06-142-42/+9
| | | | | | | | | | - Fix build onf amd64 [1] Reported by: PH (via pav) [1] Tested by: pluknet (on EFNet/#bsdports) Notes: svn path=/head/; revision=256502
* - Mark BROKEN outside i386 (needs -fPIC magic)Pav Lucistnik2010-06-091-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=256226
* - Update to 2.8b30Pietro Cerutti2010-05-284-15/+23
| | | | Notes: svn path=/head/; revision=255240
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Update to 2.8b28Pietro Cerutti2009-03-093-5/+5
| | | | Notes: svn path=/head/; revision=229807
* - Update to 2.8b24Pietro Cerutti2008-12-153-12/+7
| | | | | | | | - Remove FreeBSD 5.x specific hacks - Refactor Makefile Notes: svn path=/head/; revision=224268
* - Update to 2.8b23Pietro Cerutti2008-07-242-4/+4
| | | | Notes: svn path=/head/; revision=217429
* - Repocopy from misc/goblin to math/goblinPietro Cerutti2008-06-301-1/+1
| | | | | | | Repocopy by: marcus Notes: svn path=/head/; revision=216042
* - Update to 2.8b22Pietro Cerutti2008-06-026-378/+475
| | | | | | | - Take maintainship Notes: svn path=/head/; revision=214183
* - Fix build after xorg cleanupMartin Wilke2008-04-201-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=211678
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+5
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update MASTER_SITESMartin Wilke2006-11-141-1/+1
| | | | | | | | PR: ports/105524 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=177257
* - Add backup MASTER_SITESMartin Wilke2006-11-141-1/+3
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=177212
* - UnbreakMartin Wilke2006-11-051-4/+1
| | | | | | | | | | | - USE_GCC 3.2 PR: ports/105150 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176525
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118243
* Update to version 2.6.4Kirill Ponomarev2004-07-173-9/+24
| | | | | | | | PR: ports/69188 Submitted by: Ports Fury Notes: svn path=/head/; revision=113855
* - Update to version 2.6.3Kirill Ponomarev2004-03-133-8/+15
| | | | | | | | PR: ports/64215 Submitted by: Ports Fury Notes: svn path=/head/; revision=103895
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Update to version 2.6.2Kirill Ponomarev2004-01-083-13/+41
| | | | | | | | PR: 61076 Submitted by: Ports Fury Notes: svn path=/head/; revision=97688
* - Update to version 2.6.1Kirill Ponomarev2003-09-034-370/+326
| | | | | | | | PR: 56322 Submitted by: Ports Fury Notes: svn path=/head/; revision=88441
* upgrade to 2.6Ying-Chieh Liao2003-05-124-26/+37
| | | | | | | | PR: 51863 Submitted by: Ports Fury Notes: svn path=/head/; revision=80782
* upgrade to 2.6b5Ying-Chieh Liao2003-04-014-305/+344
| | | | Notes: svn path=/head/; revision=77908
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 2.5Ying-Chieh Liao2002-10-094-242/+281
| | | | | | | | PR: 43868 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=67708
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-221-2/+4
| | | | | | | | PR: 39665 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61744
* add goblin 2.4a3Ying-Chieh Liao2002-03-036-0/+332
A Graph Object Library for Network Programming Problems Notes: svn path=/head/; revision=55478