aboutsummaryrefslogtreecommitdiff
path: root/games/bzflag
Commit message (Collapse)AuthorAgeFilesLines
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-151-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377091
* 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
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-022-32/+3
| | | | | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Notes: svn path=/head/; revision=360279
* - Support stagingBryan Drewery2014-06-052-70/+72
| | | | | | | | PR: 190183 Submitted by: kevinz5000@gmail.com Notes: svn path=/head/; revision=356703
* 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
* - add upstream patch to fix build on -CURRENTRuslan Makhmatkhanov2013-09-101-0/+20
| | | | | | | | PR: 181976 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) Notes: svn path=/head/; revision=326935
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Remove indefinite article from COMMENTBryan Drewery2013-07-091-1/+1
| | | | | | | | PR: ports/180354 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) Notes: svn path=/head/; revision=322562
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-0/+1
| | | | Notes: svn path=/head/; revision=310871
* - Mark MAKE_JOBS_UNSAFEJason E. Hale2012-10-071-5/+3
| | | | | | | | | | | | | | - Add LICENSE While here: - Trim Makefile header PR: ports/172462 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) Approved by: makc, avilla (mentors implicit) Notes: svn path=/head/; revision=305510
* - Update to 2.4.2Alex Kozlov2012-08-113-12/+21
| | | | | | | | | | | | | | | | - Remove dependency on gmake - Remove build dependency on perl - Remove hints for pthread - Depend on glew instead of using port's built-in version - Use newer USE_SDL syntax - Use port's built-in version of ares - Install a nice-looking desktop icon PR: ports/170533 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=302408
* Assign maintainer to submitter of ports/169722.Wesley Shields2012-08-101-1/+1
| | | | Notes: svn path=/head/; revision=302398
* Update to 2.4.0 and cleanup pkg-descr.Wesley Shields2012-08-105-54/+81
| | | | | | | | | | | Loosen dependency on curl library. Reset maintainer as old one was bouncing. PR: ports/169722 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=302393
* - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+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
* - Update to 2.0.16Sylvio Cesar Teixeira2010-05-253-47/+39
| | | | | | | | PR: ports/146843 Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=255055
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* - 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.0.12Martin Wilke2009-07-273-5/+5
| | | | | | | | | PR: 136898 Submitted by: Jochen Neumeister <jochen@daten-chaos.de> Approved by: maintainer Notes: svn path=/head/; revision=238463
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 2.0.10Felippe de Meirelles Motta2008-05-173-12/+10
| | | | | | | | | PR: ports/123575 Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer) Approved by: araujo (mentor), Chuck Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=213200
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200772
* - 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 the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-2/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - 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
* Update to 2.0.8Martin Wilke2006-06-053-42/+12
| | | | | | | | | | | BROKEN: Does not compile on 4.x PR: ports/98145 Submitted by: miwi Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=164513
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+19
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-281-0/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=149758
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Upgrade to 2.0.4Edwin Groothuis2005-10-163-5/+34
| | | | | | | | PR: ports/87150 Submitted by: Charles Swiger <chuck@pkix.net> Notes: svn path=/head/; revision=145501
* - Update to 2.0.2Pav Lucistnik2005-03-204-20/+7
| | | | | | | | PR: ports/79023 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=131678
* LIB_DEPEND on curlVolker Stolz2005-02-121-1/+2
| | | | | | | | PR: ports/77401 Submitted by: Charles Swiger (maintainer) Notes: svn path=/head/; revision=128616
* update port: games/bzflag to version 2.0.0Edwin Groothuis2005-01-198-200/+185
| | | | | | | | | | | | | | Update games/bzflag port to version 2.0.0. It might be useful to have some people test v2 long enough to confirm that people prefer it to v1.x. If the users prefer, it might be better to create a new port games/bzflag2, but I will wait for feedback which indicates this. PR: ports/76454 Submitted by: Charles Swiger <chuck@pkix.net> Notes: svn path=/head/; revision=126826
* Add perl as build dependency explicitly - it used to be there asDejan Lesjak2004-12-231-0/+1
| | | | | | | run dependency of X libraries (via depending on imake); not any more. Notes: svn path=/head/; revision=124895
* Update port: games/bzflag to 1.10.8Edwin Groothuis2004-10-123-4/+5
| | | | | | | | | | Update games/bzflag to the latest version. PR: ports/72491 Submitted by: Charles Swiger <chuck@pkix.net> <chuck@pkix.net> Notes: svn path=/head/; revision=118707
* - Update to 1.10.6Pav Lucistnik2004-05-223-5/+8
| | | | | | | | PR: ports/67046 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=109713
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* 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
* - Update to 1.10.4Pav Lucistnik2004-01-257-88/+62
| | | | | | | | PR: ports/61868 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer) Notes: svn path=/head/; revision=99113
* - Find a new home for this port.Pav Lucistnik2003-12-111-1/+1
| | | | | | | | PR: ports/60159 (part of) Submitted by: Charles Swiger <chuck@pkix.net> Notes: svn path=/head/; revision=95635
* - Update to version 1.10.0Kirill Ponomarev2003-12-1110-95/+135
| | | | | | | | PR: 60139 Submitted by: Ports Fury Notes: svn path=/head/; revision=95601
* update games/bzflag: 1.7g.0 --> 1.7g.2Daichi GOTO2003-07-0212-308/+119
| | | | | | | | PR: 53767 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=84026
* Fix build on -CURRENT; usbhid issue.Matthew N. Dodd2003-05-043-15/+46
| | | | Notes: svn path=/head/; revision=80117
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75954
* upgrade to 1.7g0Ying-Chieh Liao2003-01-037-58/+27
| | | | | | | | PR: 46586 Submitted by: Ports Fury Notes: svn path=/head/; revision=72461
* Forgot another 0 byte file.Tilman Keskinoz2002-11-241-0/+0
| | | | | | | Submitted by: ijliao Notes: svn path=/head/; revision=71015