/security/nmap/

ody>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/oolite
Commit message (Collapse)AuthorAgeFilesLines
* Move Objective-C ports to the v2 GNUstep ABI.theraven2019-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)
* games/oolite build is not compatible with python3antoine2019-01-061-1/+1
| | | | PR: 234633
* games/oolite: Update to 1.88swills2018-12-273-1293/+7
| | | | | PR: 234408 Submitted by: lightside <lightside@gmx.com>
* Update Objective-C LLVM version to 6.0.brooks2018-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
* Fix build with clang 6.madpilot2018-01-271-0/+1
| | | | | PR: 225485 Submitted by: lightside <lightside@gmx.com>
* - Update games/oolite to 1.86madpilot2017-12-302-9/+6
| | | | | | | - Removed unneeded bsd.port.pre/post separation PR: 223389 Submitted by: lightside@gmx.com
* Fix configure options for gnustep-maketheraven2017-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.
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-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
* Remove forced clang34 dependency. The port builds on 10.3 (which hasbrooks2017-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.
* Update GNUstep core libraries.theraven2017-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.
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Mark a few more ports that create large logfiles broken on armv6.linimon2017-02-261-1/+2
| | | | Approved by: portmgr (tier-2 blanket)
* http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-021-1/+1
| | | | Sponsored by: Absolight
* Mark as broken on various tier-2 archs.linimon2016-11-161-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-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
* games/oolite: chase r421995jbeich2016-09-281-4/+2
|
* - Update to 1.84amdmi32016-09-062-8/+7
| | | | | | | - Add missing depends PR: 212311 Submitted by: rhurlin@gwdg.de
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-8/+8
| | | | | With hat: portmgr Sponsored by: Absolight
* Drop 8 support.mat2015-10-151-3/+1
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* - Update to 1.82madpilot2015-06-0611-143/+86
| | | | | | | | - Convert to USES gnustep and unbreak - Regenerate patches to silence portlint warnings PR: 200496 Submitted by: lightside at gmx.com
* - Drop maintainership by maintainer's requestamdmi32015-06-031-1/+1
| | | | | PR: 200593, 200594 Submitted by: avg
* Mark BROKEN: not converted to USES=gnustepantoine2015-04-121-0/+2
| | | | Reported by: pkg-fallout
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* - Update graphics/png to 1.6.16antoine2014-12-261-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
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-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)
* - Update to 1.80madpilot2014-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)
* - Convert games/ to new USES=pythonmva2014-10-211-2/+1
| | | | Approved by: portmgr (implicit)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Update graphics/sdl_gfx to version 2.0.25mva2014-06-011-1/+1
| | | | - Bump PORTREVISION on ports depending on it, since the shlib version changed
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becausetijl2014-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.
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-222-2/+0
| | | | | | the mtree (games category) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - convert to the new perl5 frameworkaz2013-09-111-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - fix build with gnustep 1.24.0dinoex2012-06-091-6/+0
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update to version 1.76pawel2012-04-1911-317/+363
| | | | | PR: ports/167041 Submitted by: maintainer
* - Update devel/sdl12 to 1.2.15mva2012-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
* - fix build with gcc46dinoex2012-01-141-0/+11
|
* - Update graphics/sdl_gfx to version 2.0.22mva2011-07-031-1/+1
| | | | | - Update Mk/bsd.sdl.mk for the new shared lib version - Bump portrevisions for all ports depending on graphics/sdl_gfx
* - drop MD5dinoex2011-04-081-2/+0
|
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-225/+224
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Update devel/sdl12 to version 1.2.14.mva2010-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)
* Updated sdl_gfx to 2.0.19mva2009-08-021-1/+1
| | | | | | Bumped PORTREVISION on dependent ports. Approved by: miwi (mentor)
* - add LICENSE:dinoex2009-01-171-0/+2
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - update for gnustep-make-2.0.0dinoex2007-05-261-1/+3
| | | | | PR: 112980 Approved by: Andriy Gapon (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+2
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - add category gnustepdinoex2007-02-011-1/+1
| | | | | PR: 103931 Approved by: pav
* - Update mastersite.jmelo2006-12-052-14/+15
| | | | | | | - honor X11BASE. PR: ports/105916 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* cleanup pkg-plist after gnustep-makedinoex2006-09-131-1/+0
|
* - Update to 1.65rafan2006-08-219-265/+245
| | | | | | PR: ports/100857 Submitted by: Denis Shaposhnikov <dsh at vlink.ru> Approved by: Andriy Gapon <avg at icyb.net.ua> (maintainer)
* Add SHA256 checksumedwin2006-06-071-0/+2
|
* - fix build on FreeBSD 4.xdinoex2006-04-301-0/+11
| | | | | PR: 96411 Submitted by: Andriy Gapon (maintainer)
* - update to 1.62-5dinoex2006-04-252-21/+18
| | | | | | | - fix and extend download sites - use updated GNUstep ports framework PR: 95401 Submitted by: Andriy Gapon (maintainer)
* BROKEN: Size mismatchkris2006-04-231-0/+2
|
* - update to 1.62dinoex2006-03-054-17/+39
| | | | | | | | | - portversion includes full version - set GNUSTEP_PREFIX - removed obsolete USE_REINPLACE PR: 93763 Submitted by: Andriy Gapon Approved by: portmgr (linimon)
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* New port: games/oolite - clone of Elite space simulator game for GNUstepedwin2005-11-24