aboutsummaryrefslogtreecommitdiff
path: root/devel/gnustep-make
Commit message (Collapse)AuthorAgeFilesLines
* Update core GNUstep libraries and fisicalab to latest versionsDavid Chisnall2014-01-122-3/+3
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=339559
* Support stageBaptiste Daroussin2013-12-271-38/+36
| | | | | | | Modernize a bit Notes: svn path=/head/; revision=337691
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Update to latest GNUstep core libraries.David Chisnall2013-08-282-12/+6
| | | | | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt Notes: svn path=/head/; revision=325546
* Maintainer has relinquished these ports.Mark Linimon2013-08-201-1/+1
| | | | | | | | PR: ports/181404 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=325025
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-071-6/+2
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* - add option GNUSTEP_WITH_LIBOBJC2Dirk Meyer2012-06-251-0/+4
| | | | Notes: svn path=/head/; revision=299957
* - update to 2.6.2Dirk Meyer2012-02-212-3/+3
| | | | Notes: svn path=/head/; revision=292017
* Mark as ignore on powerpc: depends on gcc4.2, which does not run onMark Linimon2011-12-281-1/+7
| | | | | | | | | powerpc. Hat: portmgr Notes: svn path=/head/; revision=288134
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+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
* - update to 2.6.1Dirk Meyer2011-06-122-3/+3
| | | | Notes: svn path=/head/; revision=275430
* - update to 2.6.0Dirk Meyer2011-04-213-4/+20
| | | | Notes: svn path=/head/; revision=272979
* - update GNUSTEP_DEVEL to 1.22.0Dirk Meyer2011-04-161-4/+1
| | | | Notes: svn path=/head/; revision=272793
* - drop MD5Dirk Meyer2011-04-071-1/+0
| | | | Notes: svn path=/head/; revision=272348
* - LICENSE GPLv3Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255718
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-219/+219
| | | | Notes: svn path=/head/; revision=255316
* - remove NO_PACKAGEDirk Meyer2010-05-231-1/+0
| | | | Notes: svn path=/head/; revision=254877
* - update to 2.4.0Dirk Meyer2010-05-223-6/+8
| | | | Notes: svn path=/head/; revision=254788
* - fix build with custom LOCALBASEDirk Meyer2009-07-051-0/+5
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=237152
* - update to 2.2.0Dirk Meyer2009-05-212-4/+4
| | | | Notes: svn path=/head/; revision=234326
* - set NO_PACKAGEDirk Meyer2009-01-162-1/+3
| | | | Notes: svn path=/head/; revision=226272
* - update to 2.0.8Dirk Meyer2009-01-112-4/+4
| | | | Notes: svn path=/head/; revision=225693
* - update to 2.0.7Dirk Meyer2008-12-243-41/+39
| | | | Notes: svn path=/head/; revision=224668
* 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
* - update to 2.0.6Dirk Meyer2008-06-242-4/+4
| | | | Notes: svn path=/head/; revision=215714
* Make use of the @rmtry macroEdwin Groothuis2008-04-191-1/+1
| | | | Notes: svn path=/head/; revision=211560
* - update to 2.0.5Dirk Meyer2008-03-232-4/+4
| | | | Notes: svn path=/head/; revision=209623
* - update to 2.0.4Dirk Meyer2008-01-143-4/+15
| | | | | | | - GPLV3 Notes: svn path=/head/; revision=205645
* - update to 2.0.1Dirk Meyer2007-05-282-4/+4
| | | | Notes: svn path=/head/; revision=192166
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-253-11/+35
| | | | Notes: svn path=/head/; revision=191718
* - fix build for CURRENTDirk Meyer2007-02-251-7/+1
| | | | Notes: svn path=/head/; revision=185873
* - skip on CURRENTDirk Meyer2007-02-071-1/+7
| | | | Notes: svn path=/head/; revision=184486
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-2/+1
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* - add Local/Library/ServicesDirk Meyer2006-12-302-1/+4
| | | | Notes: svn path=/head/; revision=181031
* - add Local/Library/ApplicationSupportDirk Meyer2006-12-092-9/+12
| | | | | | | - add Local/Tools/Resources Notes: svn path=/head/; revision=179267
* - add Local/Library/Documentation, Local/ToolsDirk Meyer2006-10-312-1/+7
| | | | Notes: svn path=/head/; revision=175662
* - create standard directories under Local hereDirk Meyer2006-09-132-1/+20
| | | | | | | so applications don't have to clean them Notes: svn path=/head/; revision=172905
* - update to 1.13.0Dirk Meyer2006-08-312-4/+4
| | | | Notes: svn path=/head/; revision=171691
* - cleanup after gcc updatesDirk Meyer2006-04-081-19/+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-182-5/+4
| | | | Notes: svn path=/head/; revision=157531
* - activate builds on pointyhatDirk Meyer2006-03-151-4/+0
| | | | Notes: svn path=/head/; revision=157147
* - new option GNUSTEP_PREFIXDirk Meyer2006-01-191-1/+2
| | | | | | | allow user defined location of all files Notes: svn path=/head/; revision=153867
* - move location of GNUstep.confDirk Meyer2005-12-252-0/+3
| | | | Notes: svn path=/head/; revision=152031
* - update to 1.11.2Dirk Meyer2005-12-243-5/+4
| | | | Notes: svn path=/head/; revision=151982
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - update to 1.11.1Dirk Meyer2005-09-222-3/+3
| | | | Notes: svn path=/head/; revision=143362