aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-base
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - update MASTER_SITESDirk Meyer2003-11-121-3/+1
| | | | Notes: svn path=/head/; revision=93826
* - new option WITHOUT_OPENSSLDirk Meyer2003-10-191-0/+6
| | | | | | | - add USE_OPENSSL Notes: svn path=/head/; revision=91665
* - Update to 1.8.0Dirk Meyer2003-10-194-1438/+784
| | | | Notes: svn path=/head/; revision=91663
* - Update to 1.7.4Dirk Meyer2003-09-242-2/+2
| | | | Notes: svn path=/head/; revision=89262
* - use new hook USE_GNUSTEP in bsd.port.mkDirk Meyer2003-08-281-5/+4
| | | | Notes: svn path=/head/; revision=87820
* - Update to 1.7.3Dirk Meyer2003-08-273-5/+31
| | | | Notes: svn path=/head/; revision=87770
* - cleanup post-installDirk Meyer2003-07-271-2/+1
| | | | Notes: svn path=/head/; revision=85654
* - update to 1.7.2Dirk Meyer2003-07-263-33/+38
| | | | | | | - flat layout Notes: svn path=/head/; revision=85622
* Update to gnustep-1.7.1 / gui-8.7Dirk Meyer2003-06-212-2/+2
| | | | Notes: svn path=/head/; revision=83396
* - cleanupDirk Meyer2003-06-101-1/+1
| | | | Notes: svn path=/head/; revision=82640
* - Add WITH_GNUSTEP_DEVELDirk Meyer2003-06-013-736/+1391
| | | | Notes: svn path=/head/; revision=81901
* - modify sample startscript, call ldconfig so libobjc.so can be found after ↵Dirk Meyer2003-04-212-1/+5
| | | | | | | reboot. Notes: svn path=/head/; revision=79402
* - Use libobjc.soDirk Meyer2003-04-131-48/+12
| | | | | | | | | - Cleanup - Use bsd.gnustep.mk PR: 50479 Notes: svn path=/head/; revision=78851
* - Update to 1.6.0Dirk Meyer2003-03-232-2/+2
| | | | Notes: svn path=/head/; revision=77313