aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-gui
Commit message (Collapse)AuthorAgeFilesLines
* Update giflib to 5.1.1Antoine Brodin2015-12-031-0/+1
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* Make all GNUstep ports install into the System domain so that the Local ↵David Chisnall2015-09-191-1/+0
| | | | | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977 Notes: svn path=/head/; revision=397315
* Update GNUstep ports to their latest versions.David Chisnall2015-07-014-81/+84
| | | | | | | | | | Also fix a few bits of generic infrastructure along the way. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2961 Notes: svn path=/head/; revision=391062
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-091-10/+4
| | | | | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences Notes: svn path=/head/; revision=383626
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-271-68/+1
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378019
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-1/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Remove now useless @execBaptiste Daroussin2014-09-031-1/+0
| | | | Notes: svn path=/head/; revision=367157
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-1/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* Remove duplicate in plistAntoine Brodin2014-08-011-1/+0
| | | | | | | Reported by: pkg developer mode Notes: svn path=/head/; revision=363749
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portsTijl Coosemans2014-07-041-0/+1
| | | | | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=360658
* Unbreak with new cupsAntoine Brodin2014-03-313-0/+36
| | | | | | | | Obtained from: OpenBSD With hat: portmgr Notes: svn path=/head/; revision=349775
* Fix build on clustersBaptiste Daroussin2014-02-041-1/+0
| | | | | | | | | It seems like a pdf get created depending on what is on the system while this ports is building Submitted by: marino Notes: svn path=/head/; revision=342577
* Support stageBaptiste Daroussin2014-01-282-36/+27
| | | | | | | | | | | Use options framework and options helpers Stop automatically linking on cups or aspell if they are installed but do it when the options is checked Use modern LIB_DEPENDS This port would need way more cleanup :( Notes: svn path=/head/; revision=341513
* Update core GNUstep libraries and fisicalab to latest versionsDavid Chisnall2014-01-123-5/+17
| | | | | | | 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 pkgconfBaptiste Daroussin2013-08-301-0/+2
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325725
* Update to latest GNUstep core libraries.David Chisnall2013-08-285-16/+27
| | | | | | | | | | | | | | 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
* - disable PORTSDOC, dvi2pdf is now brokenDirk Meyer2012-07-281-2/+1
| | | | Notes: svn path=/head/; revision=301649
* - Mark BROKEN: incorrect plistBeat Gaetzi2012-07-191-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=301143
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* - fix html docs by using texi2pdfDirk Meyer2012-06-251-0/+1
| | | | Notes: svn path=/head/; revision=299958
* - preserve SoundsDirk Meyer2012-06-151-1/+0
| | | | Notes: svn path=/head/; revision=299342
* - update to 0.22Dirk Meyer2012-06-094-159/+112
| | | | Notes: svn path=/head/; revision=298835
* - ensure texi2html is installed for generating docsDirk Meyer2012-06-082-1/+22
| | | | Notes: svn path=/head/; revision=298728
* - cleanup GNUSTEP_DEVELDirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297942
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+22
| | | | 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-163-9/+33
| | | | Notes: svn path=/head/; revision=272793
* - drop MD5Dirk Meyer2011-04-071-2/+0
| | | | Notes: svn path=/head/; revision=272348
* - fix naming of patchDirk Meyer2010-06-112-1/+1
| | | | Notes: svn path=/head/; revision=256365
* Only apply patch for WITH_GNUSTEP_DEVEL.Christian Weisgerber2010-06-072-0/+4
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=256010
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-062-1/+12
| | | | Notes: svn path=/head/; revision=255956
* 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-840/+838
| | | | Notes: svn path=/head/; revision=255316
* - add option WITH_GNUSTEP_DEVEL to build version 0.19.0Dirk Meyer2010-05-233-2/+97
| | | | Notes: svn path=/head/; revision=254913
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | 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-283-21/+24
| | | | Notes: svn path=/head/; revision=244938
* - update to jpeg7Dirk Meyer2009-07-181-0/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - use cups-clientDirk Meyer2009-05-161-1/+1
| | | | Notes: svn path=/head/; revision=234008
* - set NO_PACKAGEDirk Meyer2009-01-162-1/+4
| | | | Notes: svn path=/head/; revision=226278
* - update to 0.16.0Dirk Meyer2008-12-243-11/+14
| | | | Notes: svn path=/head/; revision=224665