aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-base
Commit message (Collapse)AuthorAgeFilesLines
* - set NO_PACKAGEDirk Meyer2009-01-162-1/+4
| | | | Notes: svn path=/head/; revision=226276
* - update to 1.18.0Dirk Meyer2008-12-243-4/+7
| | | | Notes: svn path=/head/; revision=224664
* - update to 1.16.5Dirk Meyer2008-12-192-4/+4
| | | | Notes: svn path=/head/; revision=224440
* - update to 1.16.4Dirk Meyer2008-11-163-4/+12
| | | | Notes: svn path=/head/; revision=222931
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - udpate stable to 1.16.3Dirk Meyer2008-08-123-10/+3
| | | | Notes: svn path=/head/; revision=218453
* - update to 1.16.3Dirk Meyer2008-08-112-4/+4
| | | | Notes: svn path=/head/; revision=218411
* - update to 1.16.2Dirk Meyer2008-07-082-4/+4
| | | | Notes: svn path=/head/; revision=216540
* - update to 1.16.0Dirk Meyer2008-06-203-4/+5
| | | | Notes: svn path=/head/; revision=215362
* - update to 1.14.4Dirk Meyer2008-06-152-4/+4
| | | | Notes: svn path=/head/; revision=214891
* - add WITH_GNUSTEP_DEVELDirk Meyer2008-05-043-0/+9
| | | | Notes: svn path=/head/; revision=212612
* - update to 1.14.3Dirk Meyer2008-03-232-4/+4
| | | | Notes: svn path=/head/; revision=209622
* - update to 1.14.2Dirk Meyer2008-02-283-668/+670
| | | | Notes: svn path=/head/; revision=208053
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - update to 1.13.1Dirk Meyer2007-01-313-23/+5
| | | | Notes: svn path=/head/; revision=183795
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-9/+9
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* - update to 1.13.0Dirk Meyer2006-08-313-6/+37
| | | | Notes: svn path=/head/; revision=171691
* - remove LDCONFIG_GCC workaroundDirk Meyer2006-06-242-8/+0
| | | | Notes: svn path=/head/; revision=166206
* - activate regression-testDirk Meyer2006-06-241-0/+2
| | | | Notes: svn path=/head/; revision=166178
* - make sure ldconfig has been runDirk Meyer2006-06-092-1/+10
| | | | Notes: svn path=/head/; revision=164929
* - make portlint happierDirk Meyer2006-05-131-1/+1
| | | | Notes: svn path=/head/; revision=162223
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-1/+2
| | | | Notes: svn path=/head/; revision=161929
* - cleanup after gcc updatesDirk Meyer2006-04-082-7/+1
| | | | | | | no hacks for ldconfig needed Notes: svn path=/head/; revision=159130
* - add USE_GNUSTEP_PREFIXDirk Meyer2006-03-191-3/+1
| | | | Notes: svn path=/head/; revision=157643
* - update to 1.12.0Dirk Meyer2006-03-183-19/+12
| | | | Notes: svn path=/head/; revision=157531
* - new option GNUSTEP_PREFIXDirk Meyer2006-01-191-1/+2
| | | | | | | allow user defined location of all files Notes: svn path=/head/; revision=153867
* - enable fake-main support againDirk Meyer2006-01-161-1/+2
| | | | | | | | so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN Notes: svn path=/head/; revision=153657
* - update to 1.11.2Dirk Meyer2005-12-243-8/+5
| | | | Notes: svn path=/head/; revision=151982
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - update to 1.11.1Dirk Meyer2005-09-223-3/+6
| | | | Notes: svn path=/head/; revision=143362
* - cleanup Makefile locationDirk Meyer2005-08-281-1/+1
| | | | Notes: svn path=/head/; revision=141182
* - update to 1.10.0Dirk Meyer2005-07-273-38/+34
| | | | Notes: svn path=/head/; revision=140254
* - new option WITH_GNUSTEP_FAKEMAIN to work without procfsDirk Meyer2005-06-031-0/+9
| | | | | | | | | - call ldconfig in configure stage again this workarounds a problem that ldconfig is called to early when addding a package like: gcc-objc-current-3.3.6_20050511.tgz Notes: svn path=/head/; revision=136711
* - update to 1.10.3Dirk Meyer2005-04-182-3/+3
| | | | Notes: svn path=/head/; revision=133556
* - remove WITH_GNUSTEP_DEVELDirk Meyer2005-04-034-66/+45
| | | | | | | - update to 1.10.2 Notes: svn path=/head/; revision=132307
* - cleanup MakefileDirk Meyer2004-12-151-1/+0
| | | | Notes: svn path=/head/; revision=124059
* - update to 1.10.1 (stable)Dirk Meyer2004-11-143-5/+20
| | | | Notes: svn path=/head/; revision=121543
* - update to 1.10.0 (stable)Dirk Meyer2004-11-074-34/+48
| | | | Notes: svn path=/head/; revision=121057
* - Fix PATH problem with bsd.autotools.mkDirk Meyer2004-08-121-3/+1
| | | | | | | PR: 64393 Notes: svn path=/head/; revision=115986
* - update to 1.9.2Dirk Meyer2004-06-164-12/+25
| | | | Notes: svn path=/head/; revision=111602
* - patch to fix coredumps in make_servicesDirk Meyer2004-04-292-1/+30
| | | | Notes: svn path=/head/; revision=107913
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - update to 1.9.1Dirk Meyer2004-03-053-8/+36
| | | | Notes: svn path=/head/; revision=103023
* - add SIZEDirk Meyer2004-02-261-0/+2
| | | | Notes: svn path=/head/; revision=102161
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - update MASTER_SITESDirk Meyer2004-01-311-2/+1
| | | | Notes: svn path=/head/; revision=99597
* - Update to 1.9.0Dirk Meyer2003-12-104-4/+7
| | | | Notes: svn path=/head/; revision=95571