aboutsummaryrefslogtreecommitdiff
path: root/games/prboom
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Drop @dirrm* from plistsDmitry Marakasov2015-01-161-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377189
* 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
* - Convert multimedia/smpeg* to USES=libtool and bump dependent portsTijl Coosemans2014-07-151-1/+1
| | | | | | | - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=361996
* Add a pkg-message with a few warnings.Raphael Kubo da Costa2014-07-122-1/+15
| | | | | | | | PR: 191475 Submitted by: thiagohero501@gmail.com (maintainer) Notes: svn path=/head/; revision=361630
* - Convert net/sdl_net to USES=libtool and bump dependent portsTijl Coosemans2014-07-091-1/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361403
* - Add license [1]Alex Kozlov2014-05-071-5/+6
| | | | | | | | | | | - Pass maintainership to submitter [1] - Fix build with clang on i386 arches PR: ports/188889 (based on) [1] Submitted by: Thiago <thiagohero501@gmail.com> [1] Notes: svn path=/head/; revision=353192
* - Convert the last ".if" to options helpersDanilo Egea Gondolfo2013-11-051-6/+1
| | | | | | | Reported by: jhale Notes: svn path=/head/; revision=332846
* - Convert LIB_DEPENDS to new syntaxDanilo Egea Gondolfo2013-11-052-14/+14
| | | | | | | | | - Convert USE_GMAKE to USES - Use options helpers - Add stage support Notes: svn path=/head/; revision=332800
* - Reset maintainer to ports@Rusmir Dusko2013-10-291-1/+1
| | | | | | | | | PR: ports/183261 Submitted by: chris petrik <c.petrik.sosa@gmail.com> Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=331975
* 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
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-071-7/+3
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵Eitan Adler2012-12-101-1/+1
| | | | | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik Notes: svn path=/head/; revision=308576
* Welcome back Chris Petrik <c.petrik.sosa@gmail.com>Eitan Adler2012-09-091-1/+1
| | | | | | | PR: ports/171481 Notes: svn path=/head/; revision=303952
* Remove leftovers from previous conversion to OptionsNGBaptiste Daroussin2012-07-201-1/+0
| | | | Notes: svn path=/head/; revision=301244
* Convert to new options frameworkBaptiste Daroussin2012-06-121-3/+5
| | | | Notes: svn path=/head/; revision=299119
* - Fix build with new pngSteve Wills2012-02-202-1/+21
| | | | | | | Submitted by: avg Notes: svn path=/head/; revision=291936
* - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Return these ports to the pool.Mark Linimon2011-03-021-1/+1
| | | | | | | | PR: ports/155217 Submitted by: maintainer Notes: svn path=/head/; revision=270145
* - Pass maintainership to submitterWen Heping2010-10-281-1/+1
| | | | | | | | PR: ports/151778 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Notes: svn path=/head/; revision=263675
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-0/+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
* Reset maintainer at his request.Mark Linimon2009-12-151-1/+1
| | | | | | | PR: ports/141647 Notes: svn path=/head/; revision=245897
* Reinstate maintainer at his request.Mark Linimon2009-12-041-1/+1
| | | | Notes: svn path=/head/; revision=245177
* Temporarily reassign ports maintained by chris@officialunix.com back toMark Linimon2009-11-261-1/+1
| | | | | | | | | the pool for the duration of his upcoming move. Requested by: maintainer Notes: svn path=/head/; revision=244755
* - Pass maintainer to submitter.Wesley Shields2009-09-191-1/+1
| | | | | | | | | PR: ports/138957 Submitted by: Chris Petrik <chris@officialunix.com> Feature safe: yes Notes: svn path=/head/; revision=241707
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Update to 2.5.0Dmitry Marakasov2008-11-193-12/+10
| | | | | | | | | | - While here, use SF macro PR: 128975 Submitted by: Chess Griffin <chess at chessgriffin dot com> Notes: svn path=/head/; revision=223039
* Reset robin.schoonover@gmail.com due to maintainer-timeouts and noMark Linimon2008-09-031-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=219721
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Flip OpenGL 'on' by defaultPav Lucistnik2008-01-021-3/+3
| | | | | | | | Submitted by: pfgshield-freebsd@yahoo.com Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=204847
* - Fix CONFIGURE_ENV (fixes build with OpenGL enabled)Pav Lucistnik2007-12-141-1/+1
| | | | | | | | | PR: ports/118177 Submitted by: Andriy Gapon <avg@icyb.net.ua> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=203663
* - Update to 2.4.7 (which compiles on 7.0)Pav Lucistnik2007-11-138-94/+33
| | | | | | | | | PR: ports/117143 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Approved by: portmgr (self), maintainer timeout (1 month) Notes: svn path=/head/; revision=202673
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-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) Notes: svn path=/head/; revision=173460
* - Integrate with "doom-data".Simon Barner2005-11-173-16/+22
| | | | | | | | | | | | | - Add OPTIONS. - Use %%DOCSDIR%% in pkg-plist. - Add SHA256 PR: ports/86447 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: Robin Schoonover <robin.schoonover@gmail.com> (maintainer) Notes: svn path=/head/; revision=148590
* - Update to 2.2.6 (fixes build on 5.x)Sergey Matveychuk2005-03-057-86/+71
| | | | | | | | | | | | - Add WITH_GL knob - Pass maintainership to submitter PR: ports/78430 Submitted by: Robin Schoonover <robin.schoonover@gmail.com> Approved by: Jordan DeLong <fracture@allusion.net> (maintainer) Notes: svn path=/head/; revision=130399
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118420
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Use new knobs from bsd.sdl.mkKirill Ponomarev2004-01-201-8/+3
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* After repo copy from graphics category to newly create multimediaMario Sergio Fujikawa Ferreira2003-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | one, update all appropriate references (*_DEPENDS, comments, etc): ports/graphics/libfame --> ports/multimedia/libfame ports/graphics/libquicktime --> ports/multimedia/libquicktime ports/graphics/mpeg --> ports/multimedia/mpeg ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode ports/graphics/mpeg_play --> ports/multimedia/mpeg_play ports/graphics/mtv --> ports/multimedia/mtv ports/graphics/smpeg --> ports/multimedia/smpeg ports/graphics/totem --> ports/multimedia/totem ports/graphics/transcode --> ports/multimedia/transcode ports/graphics/xanim --> ports/multimedia/xanim ports/graphics/xmps --> ports/multimedia/xmps Repo copied by: cvs (joe) Approved by: portmgr (self & no objections) Notes: svn path=/head/; revision=78090
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* Chase increase of libSDL version number.Maxim Sobolev2002-04-171-1/+1
| | | | Notes: svn path=/head/; revision=57807
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301