aboutsummaryrefslogtreecommitdiff
path: root/x11/gnustep-app
Commit message (Collapse)AuthorAgeFilesLines
* Return theraven's ports to the pool after safekeeping his commit bit.Rene Ladan2020-03-051-1/+1
| | | | Notes: svn path=/head/; revision=527847
* Remove dependency on BROKEN freetarAntoine Brodin2019-08-031-2/+1
| | | | Notes: svn path=/head/; revision=507949
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Move Objective-C ports to the v2 GNUstep ABI.David Chisnall2019-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Bump the LLVM revision used for GNUstep to 7, the minimum to support the new ABI. * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD doesn't seem able to link Objective-C things). * Turn off some annoying debug logs in GNUstep back, which generate several messages per second when you move the mouse. These should never have been enabled in a release build anyway. * Downgrade Cenon to 4.0.2. This was the last version to actually work with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep can't parse). * Update gorm to git head. The current release doesn't work with the new Objective-C ABI, but -head has the patches to fix it. * Update PikoPixel and add it to the gnustep-app meta-package. * Update the three core GNUstep packages to the latest release. * Update gnumail and pantomime to the latest release and fix a linking error with the new ABI. * Update GNUstep FTP to the latest version. Reviewed by: bapt (previous version) Notes: svn path=/head/; revision=492056
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Remove dependency on kind-of restricted portsAntoine Brodin2018-09-291-3/+1
| | | | Notes: svn path=/head/; revision=480910
* Update Objective-C LLVM version to 6.0.Brooks Davis2018-09-261-1/+1
| | | | | | | | | | | | Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=480741
* Fix configure options for gnustep-makeDavid Chisnall2017-12-031-1/+1
| | | | | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults. Notes: svn path=/head/; revision=455401
* Update GNUstep core libraries.David Chisnall2017-08-211-1/+1
| | | | | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release. Notes: svn path=/head/; revision=448472
* Remove dependency on displaycalibrator, it's broken since more than 6 monthsAntoine Brodin2016-06-031-2/+1
| | | | Notes: svn path=/head/; revision=416323
* x11/gnustep-app: remove expired deskutils/gnustep-notebook from dependenciesRene Ladan2016-05-081-2/+1
| | | | | | | | | | | and bump PORTREVISION PR: 209009 Submitted by: myself Approved by: maintainer timeout (theraven, 14 days) Notes: svn path=/head/; revision=414799
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-73/+73
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-091-99/+76
| | | | | | | | | | | | | | | | 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
* Remove broken charmap from the list of applicationsBaptiste Daroussin2015-03-301-2/+1
| | | | Notes: svn path=/head/; revision=382783
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Stagify (this is a meta ports hence no mtree)Baptiste Daroussin2014-06-261-1/+1
| | | | Notes: svn path=/head/; revision=359382
* BioCocoa now just installs a framework, not an app. Fix the dependency.David Chisnall2013-11-071-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=333144
* Bump port revision (should have been in last commit)David Chisnall2013-10-071-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=329688
* Remove (the no longer extant) gworkspace-clipbook from the gnustep-appDavid Chisnall2013-10-071-1/+0
| | | | | | | | | metaport. Approved by: bapt (mentor) Notes: svn path=/head/; revision=329686
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Update to latest GNUstep core libraries.David Chisnall2013-08-282-0/+118
| | | | | | | | | | | | | | 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
* Remove expired ports:Alex Kozlov2012-07-282-286/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported Notes: svn path=/head/; revision=301630
* - mark DEPRECATEDDirk Meyer2012-06-101-1/+4
| | | | | | | - reset MAINTAINER Notes: svn path=/head/; revision=298950
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* - update of GMastermindDirk Meyer2011-08-071-1/+1
| | | | Notes: svn path=/head/; revision=279088
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+1
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* Chase multimedia/mp4v2 update.Max Brazhnikov2010-08-111-1/+1
| | | | | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259124
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-301-1/+0
| | | | Notes: svn path=/head/; revision=255316
* Chase audio/libmodplug update.Emanuel Haupt2010-04-241-1/+1
| | | | Notes: svn path=/head/; revision=253157
* - update to 1.19.1Dirk Meyer2009-11-281-2/+2
| | | | Notes: svn path=/head/; revision=244940
* - added WebServicesDirk Meyer2009-03-201-1/+2
| | | | Notes: svn path=/head/; revision=230471
* - udpate to 0.4.1Dirk Meyer2009-03-201-2/+7
| | | | Notes: svn path=/head/; revision=230470
* - added SimpleAgendaDirk Meyer2009-02-151-0/+1
| | | | Notes: svn path=/head/; revision=228422
* - update to 1.18.0Dirk Meyer2008-12-241-2/+1
| | | | Notes: svn path=/head/; revision=224670
* - drop MP3ToWavDirk Meyer2008-12-041-1/+2
| | | | Notes: svn path=/head/; revision=223787
* - added LaternaMagicaDirk Meyer2008-12-011-1/+2
| | | | Notes: svn path=/head/; revision=223668
* - update etoile-0.4.0Dirk Meyer2008-11-291-5/+25
| | | | Notes: svn path=/head/; revision=223596
* - TimeMon movedDirk Meyer2008-06-241-1/+1
| | | | Notes: svn path=/head/; revision=215722
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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 more etoile modulesDirk Meyer2008-06-021-2/+5
| | | | Notes: svn path=/head/; revision=214169
* - fix location of IconKitDirk Meyer2008-05-171-1/+1
| | | | Notes: svn path=/head/; revision=213184
* - update to etoile 0.2Dirk Meyer2008-05-111-5/+5
| | | | Notes: svn path=/head/; revision=212906
* - added SudokuDirk Meyer2007-08-111-2/+3
| | | | | | | - moved Jigsaw Notes: svn path=/head/; revision=197480
* - rename GPuzzle2 to JigsawDirk Meyer2007-08-071-2/+2
| | | | Notes: svn path=/head/; revision=197267
* - databases/gdl2 moved from System to LocalDirk Meyer2007-07-161-1/+1
| | | | Notes: svn path=/head/; revision=195702
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - bump PORTREVISIONDirk Meyer2007-02-171-1/+1
| | | | Notes: svn path=/head/; revision=185356
* - added YapDirk Meyer2007-02-172-1/+2
| | | | Notes: svn path=/head/; revision=185355
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* update to 0.8.4Dirk Meyer2007-01-292-2/+2
| | | | Notes: svn path=/head/; revision=183626