aboutsummaryrefslogtreecommitdiff
path: root/games/prboom-plus
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Some more clever usage of printf \r.Mathieu Arnold2016-10-211-12/+0
| | | | | | | | | The games/prboom-plus bits were not used anywhere. Sponsored by: Absolight Notes: svn path=/head/; revision=424413
* - Simplify MASTER_SITESDmitry Marakasov2016-05-181-6/+5
| | | | | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Switch to USES=localbase Approved by: portmgr blanket Notes: svn path=/head/; revision=415447
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Does not actually need root at allBaptiste Daroussin2014-12-172-3/+0
| | | | Notes: svn path=/head/; revision=374848
* 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-0/+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
* Clean up COMMENT.Adam Weinberger2014-08-251-1/+1
| | | | Notes: svn path=/head/; revision=366080
* Remove CONFLICTS on games/prboom.Adam Weinberger2014-08-241-2/+0
| | | | | | | | PR: 188932 Submitted by: maintainer Notes: svn path=/head/; revision=365950
* Add games/prboom-plus, a fork of games/prboom.Adam Weinberger2014-08-235-0/+94
A fork of PrBoom with uncapped framerate, variable gamespeed, re-record, walkcam, chasecam, full mouselook, fov and other features without loss of compatibility with original DOOM. WWW: http://prboom-plus.sourceforge.net/ PR: 188932 Submitted by: thiagohero501@gmail.com Notes: svn path=/head/; revision=365735