summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support stageBaptiste Daroussin2014-01-281-20/+18
| | | | | | | | Use modern LIB_DEPENDS A bit of cosmetic changes Notes: svn path=/head/; revision=341514
* Make GNUstep applications work out of the box without explicitly setting aDavid Chisnall2014-01-152-15/+3
| | | | | | | | | back end. Add staging support. Approved by: bapt (mentor) Notes: svn path=/head/; revision=339814
* Update core GNUstep libraries and fisicalab to latest versionsDavid Chisnall2014-01-122-3/+3
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=339559
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326074
* Update to latest GNUstep core libraries.David Chisnall2013-08-283-41/+15
| | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | 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
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* - update to 0.22Dirk Meyer2012-06-092-10/+3
| | | | Notes: svn path=/head/; revision=298835
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 GNUSTEP_DEVEL to 1.22.0Dirk Meyer2011-04-162-6/+3
| | | | Notes: svn path=/head/; revision=272793
* - drop MD5Dirk Meyer2011-04-071-2/+0
| | | | Notes: svn path=/head/; revision=272348
* add LICENSE_COMBDirk Meyer2010-06-051-1/+2
| | | | Notes: svn path=/head/; revision=255751
* - LICENSE GPLv3Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255718
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-41/+39
| | | | Notes: svn path=/head/; revision=255316
* - add GL supportDirk Meyer2010-05-232-1/+9
| | | | | | | - add option WITH_GNUSTEP_DEVEL to build version 0.19.0 Notes: svn path=/head/; revision=254914
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to 0.17.1Dirk Meyer2009-11-282-5/+4
| | | | Notes: svn path=/head/; revision=244938
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - drop USE_FREETYPEDirk Meyer2009-07-171-1/+1
| | | | Notes: svn path=/head/; revision=237973
* - cleanup ADDITIONAL_LIB_DIRSDirk Meyer2009-07-051-2/+0
| | | | Notes: svn path=/head/; revision=237172
* - set NO_PACKAGEDirk Meyer2009-01-162-1/+4
| | | | Notes: svn path=/head/; revision=226278
* - update to 0.16.0Dirk Meyer2008-12-242-4/+5
| | | | Notes: svn path=/head/; revision=224665
* 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 stable to 0.14.0Dirk Meyer2008-08-122-7/+0
| | | | Notes: svn path=/head/; revision=218454
* - update to 0.14.0Dirk Meyer2008-06-202-4/+4
| | | | Notes: svn path=/head/; revision=215360
* - update to 0.12.2Dirk Meyer2008-06-152-5/+4
| | | | Notes: svn path=/head/; revision=214892
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - add WITH_GNUSTEP_DEVELDirk Meyer2008-05-042-0/+7
| | | | Notes: svn path=/head/; revision=212612
* - rename PLIST_SUB macroDirk Meyer2008-04-042-5/+5
| | | | Notes: svn path=/head/; revision=210528
* - clean X11BASEDirk Meyer2008-03-301-3/+3
| | | | Notes: svn path=/head/; revision=210160
* - set USE_XORGDirk Meyer2008-03-171-1/+3
| | | | | | | - add direct dependencies Notes: svn path=/head/; revision=209224
* Remove support for XFree8-4.Florent Thoumie2008-03-071-6/+0
| | | | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) Notes: svn path=/head/; revision=208626
* - udpate to 0.12.1Dirk Meyer2008-02-282-7/+7
| | | | Notes: svn path=/head/; revision=208052
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200795
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-0/+2
| | | | Notes: svn path=/head/; revision=191718
* - 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
* - add instructions for mutiple backendsDirk Meyer2007-02-251-0/+10
| | | | Notes: svn path=/head/; revision=185872
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - switch depedency from imake-6 to dgsDirk Meyer2006-12-121-7/+9
| | | | Notes: svn path=/head/; revision=179546
* - update to 0.11.0Dirk Meyer2006-08-312-4/+4
| | | | Notes: svn path=/head/; revision=171692
* - unbreak WITH_GNUSTEP_CAIRODirk Meyer2006-07-261-2/+1
| | | | Notes: svn path=/head/; revision=168823
* - fix WITH_GNUSTEP_XDPS with imakeDirk Meyer2006-07-261-1/+2
| | | | Notes: svn path=/head/; revision=168820
* - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplPav Lucistnik2006-05-281-2/+2
| | | | Notes: svn path=/head/; revision=163701
* - fix build of gnustep-xdpsDirk Meyer2006-04-161-11/+3
| | | | Notes: svn path=/head/; revision=159691
* - add USE_GNUSTEP_PREFIXDirk Meyer2006-03-191-3/+1
| | | | Notes: svn path=/head/; revision=157643