aboutsummaryrefslogtreecommitdiff
path: root/games/openssn
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-0/+1
| | | | | | | | 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
* - Update sdl_gfx to 2.0.26, bump dependent ports due to shared library ↵Dmitry Marakasov2019-01-301-1/+1
| | | | | | | version change Notes: svn path=/head/; revision=491625
* - Add LICENSE_FILEDmitry Marakasov2015-01-142-5/+4
| | | | | | | | | | - stipbin - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=377040
* 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
* 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-023-241/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* 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
* games/openssn: update to 1.4William Grzybowski2013-06-265-12/+52
| | | | | | | | | | | | | | | - Update to 1.4 [1] - Trim Makefile header - Remove LICENSE_FILE, not necessary - Remove leading article from COMMENT - Install MAN - Use desktop-file-utils PR: ports/179736 Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer) Notes: svn path=/head/; revision=321824
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+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
* Update to 0.7Ryan Steinmetz2011-08-233-4/+15
| | | | | | | | | | | Add LICENSE PR: ports/159802 Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=280269
* Update to 0.6Tilman Keskinoz2011-07-144-61/+25
| | | | | | | | PR: 158741 Submitted by: maintainer Notes: svn path=/head/; revision=277696
* - Update graphics/sdl_gfx to version 2.0.22Marcus von Appen2011-07-021-0/+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
* OpenSSN is a modern submarine simulator which focuses on keepingMartin Wilke2011-06-265-0/+252
control of the submarine simple, letting the player focus on the tactical situation. WWW: http://openssn.sourceforge.net/ PR: ports/157415 Submitted by: Jesse Smith <jessefrgsmith at yahoo.ca> Notes: svn path=/head/; revision=276427