aboutsummaryrefslogtreecommitdiff
path: root/games/oolite
Commit message (Collapse)AuthorAgeFilesLines
* games/oolite: build with Python 3.5 or later, undeprecateRene Ladan2020-02-034-18/+52
| | | | | | | | PR: 242997 Submitted by: lightside Notes: svn path=/head/; revision=525036
* Deprecate a few portsAntoine Brodin2019-12-261-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=520894
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+2
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Move Objective-C ports to the v2 GNUstep ABI.David Chisnall2019-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* games/oolite build is not compatible with python3Antoine Brodin2019-01-051-1/+1
| | | | | | | PR: 234633 Notes: svn path=/head/; revision=489363
* games/oolite: Update to 1.88Steve Wills2018-12-263-1293/+7
| | | | | | | | PR: 234408 Submitted by: lightside <lightside@gmx.com> Notes: svn path=/head/; revision=488434
* Update Objective-C LLVM version to 6.0.Brooks Davis2018-09-261-0/+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 build with clang 6.Guido Falsi2018-01-271-0/+1
| | | | | | | | PR: 225485 Submitted by: lightside <lightside@gmx.com> Notes: svn path=/head/; revision=460106
* - Update games/oolite to 1.86Guido Falsi2017-12-302-9/+6
| | | | | | | | | | - Removed unneeded bsd.port.pre/post separation PR: 223389 Submitted by: lightside@gmx.com Notes: svn path=/head/; revision=457594
* 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
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Remove forced clang34 dependency. The port builds on 10.3 (which hasBrooks Davis2017-10-141-20/+1
| | | | | | | | the supposedly broken version) and 11.1 without this change. This removes the last use of clang34 in the ports tree. Notes: svn path=/head/; revision=452037
* 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
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Mark a few more ports that create large logfiles broken on armv6.Mark Linimon2017-02-261-1/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=434890
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426197
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Notes: svn path=/head/; revision=423591
* games/oolite: chase r421995Jan Beich2016-09-281-4/+2
| | | | Notes: svn path=/head/; revision=422853
* - Update to 1.84Dmitry Marakasov2016-09-062-8/+7
| | | | | | | | | | - Add missing depends PR: 212311 Submitted by: rhurlin@gwdg.de Notes: svn path=/head/; revision=421437
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Drop 8 support.Mathieu Arnold2015-10-151-3/+1
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* - Update to 1.82Guido Falsi2015-06-0511-143/+86
| | | | | | | | | | | - Convert to USES gnustep and unbreak - Regenerate patches to silence portlint warnings PR: 200496 Submitted by: lightside at gmx.com Notes: svn path=/head/; revision=388647
* - Drop maintainership by maintainer's requestDmitry Marakasov2015-06-021-1/+1
| | | | | | | | PR: 200593, 200594 Submitted by: avg Notes: svn path=/head/; revision=388368
* Mark BROKEN: not converted to USES=gnustepAntoine Brodin2015-04-121-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=383856
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* - Update graphics/png to 1.6.16Antoine Brodin2014-12-251-0/+12
| | | | | | | | | | | | - Patch oolite to build with this new version A portrevision bump will follow soon Differential Revision: https://reviews.freebsd.org/D1360 Submitted by: bapt Exp-run: self Notes: svn path=/head/; revision=375597
* 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-0/+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
* - Update to 1.80Guido Falsi2014-10-2317-371/+2096
| | | | | | | | | | | | | | - Add LICENSE information - Convert to using PLIST_FILES, PORTDOCS, PORTDATA - Use external minizip - Force space optimization (in place of -O2) when compiling with clang 3.4.1 to avoid build problems PR: 193886 Submitted by: lightside <lightside at gmx.com> Approved by: avg@ (maintainer) Notes: svn path=/head/; revision=371389
* - Convert games/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371287
* 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
* - Update graphics/sdl_gfx to version 2.0.25Marcus von Appen2014-06-011-1/+1
| | | | | | | - Bump PORTREVISION on ports depending on it, since the shlib version changed Notes: svn path=/head/; revision=356061
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becauseTijl Coosemans2014-05-021-23/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream forgot to regenerate the build scripts. This makes the build use the correct version information and causes a library version bump. Use this opportunity to use USES=libtool instead of USES=libtool:oldver. Bump PORTREVISION on all dependent ports and convert them to USES=libtool where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS syntax here and there. games/freedink-engine: - Option helpers. - Staging. - Use dirrmtry for locale directories. games/oolite: - Staging. - Replace ECHO with ECHO_CMD. - Don't use GNUSTEP_PREFIX to install files because it expands to LOCALBASE rather than PREFIX. games/openssn: - Remove USES=desktop-file-utils. No MimeType field in desktop file. - Staging. - Install files in standard DATADIR. games/xblast: - Use proper options. - Staging. - Patch configure so normal make install can be used instead of do-install. - Replace TAR | TAR with COPYTREE_SHARE. Notes: svn path=/head/; revision=352815
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326956
* - fix build with gnustep 1.24.0Dirk Meyer2012-06-091-6/+0
| | | | Notes: svn path=/head/; revision=298840
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to version 1.76Pawel Pekala2012-04-1911-317/+363
| | | | | | | | PR: ports/167041 Submitted by: maintainer Notes: svn path=/head/; revision=295115
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - fix build with gcc46Dirk Meyer2012-01-141-0/+11
| | | | Notes: svn path=/head/; revision=289152
* - Update graphics/sdl_gfx to version 2.0.22Marcus von Appen2011-07-021-1/+1
| | | | | | | | - Update Mk/bsd.sdl.mk for the new shared lib version - Bump portrevisions for all ports depending on graphics/sdl_gfx Notes: svn path=/head/; revision=276935
* - drop MD5Dirk Meyer2011-04-071-2/+0
| | | | Notes: svn path=/head/; revision=272348
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-225/+224
| | | | Notes: svn path=/head/; revision=255316
* - 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 devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* Updated sdl_gfx to 2.0.19Marcus von Appen2009-08-021-1/+1
| | | | | | | | | Bumped PORTREVISION on dependent ports. Approved by: miwi (mentor) Notes: svn path=/head/; revision=238762
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226275
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584