aboutsummaryrefslogtreecommitdiffstats
path: root/games/netpanzer
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.mat2018-09-101-0/+2
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* - Update netpaanzer to 0.8.7madpilot2018-01-198-46/+49
| | | | | | - Fix build with clang 6 - Convert to PLIST_FILES - Regenerate patches
* Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-01-111-2/+2
| | | | other miscellaneous files that are not actually manual pages (part 2).
* games category: Remove $PTHREAD_LIBSmarino2015-03-261-2/+1
| | | | approved by: PTHREAD blanket
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-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)
* 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)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+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)
* Convert to new USES=tarmadpilot2014-03-171-2/+1
|
* - 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)
* - Convert to scons USESmadpilot2013-10-041-1/+1
|
* - Support stagingmadpilot2013-09-292-14/+11
|
* Fix build with clang/libc++ on head.madpilot2013-09-281-0/+17
| | | | Provided by: gahr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Trim Makefile headers for ports I maintain.madpilot2012-12-111-5/+0
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update to version 0.8.4 [1]madpilot2012-04-268-49/+70
| | | | | | | This update also fixes the build with clang. Reported by: Kevin Zheng <kevinz5000@gmail.com> [1] Approved by: crees (mentor)
* Change to my FreeBSD.org email address.madpilot2012-04-151-1/+1
| | | | Approved by: crees (mentor)
* - 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
* - Add LICENSEpawel2011-10-062-1/+4
| | | | | | | | - Update project homepage PR: ports/161307 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Approved by: miwi, wen (mentors implicit)
* - Fix MASTER_SITESamdmi32011-10-021-1/+1
| | | | | | PR: 161190 Submitted by: myself Approved by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* -remove MD5ohauer2011-07-031-1/+0
|
* - Update graphics/sdl_ttf to version 2.0.10mva2010-08-111-1/+1
| | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version.
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - 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)
* USE_GCC=3.4 is no longer necessary.gerald2009-10-041-1/+0
| | | | Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* update devel/physfs to 2.0.0oliver2009-04-041-2/+2
| | | | bump PORTREVISION on the affected ports
* - Fix patch for NOPORTDOCS casesgahr2008-08-292-12/+1
| | | | Reported by: QA Tindie
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 1.3.1miwi2007-04-162-6/+5
| | | | | PR: 111452 Submitted by: Nemo Liu<nemoliu@gmail.com> (maintainer)
* - Fix pkg-plistacm2006-09-272-1/+2
| | | | | | - Bump PORTREVISION Reported by: kris
* - Fix installation problemacm2006-09-231-6/+3
| | | | | | | | - Remove USE_X_PREFIX - Remove CONFLICTS PR: 103370 Approved by: Guido Falsi <mad__at__madpilot.net> (maintainer via email)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+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)
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* update physfs to 1.0.1oliver2005-07-241-1/+2
| | | | adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there
* Directory share/pixmaps is now included in mtreelesi2005-06-151-1/+0
| | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist.
* - Fix plistsem2005-03-221-0/+1
| | | | | | PR: ports/79121 Submitted by: maintainer Approved by: portmgr (krion)
* - Update to 0.8sem2005-03-139-97/+52
| | | | | | | - Rename port netpanzerdata to netpanzer-data. Mention this fact in UPDATING. PR: ports/77903 Submitted by: maintainer
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* - Fix build with gcc 3.4pav2004-08-212-0/+77
| | | | | PR: ports/70664 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Add netpanzer, multiplayer, fast paced, tactical, isometric tank warfare game.pav2004-06-125-0/+70
PR: ports/67791 Submitted by: Guido Falsi <mad@madpilot.net>