aboutsummaryrefslogtreecommitdiffstats
path: root/games/lbreakout2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-221-0/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 2.6.5.mat2016-03-151-5/+10
| | | | | | PR: 207989 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* - Properly support png 1.5antoine2014-12-241-1/+1
| | | | - Cleanup plist
* 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-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* games/lbreakout2: Upgrade version 2.6 => 2.6.4 and stagemarino2014-07-311-22/+25
| | | | | PR: 191821 Submitted by: Ports Fury
* Modernize LIB_DEPENDSbapt2014-07-141-1/+1
| | | | With hat: portmgr
* - Convert net/sdl_net to USES=libtool and bump dependent portstijl2014-07-101-1/+1
| | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
* Resetting maintainership on ports that have not been staged and without anyantoine2014-07-031-1/+1
| | | | | | pending PR With hat: portmgr
* - Convert gmake, bzip to USESmiwi2014-05-291-1/+1
| | | | Approved by: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | games)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - update png to 1.5.10dinoex2012-06-011-3/+3
|
* - 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 LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+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
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Update devel/sdl12 to version 1.2.14.mva2010-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)
* - Update to 2.6amdmi32009-11-281-4/+4
| | | | | | PR: 140632 Submitted by: David Naylor <naylor.b.david@gmail.com> Approved by: Miguel Mendez <mmendez@gmail.com> (maintainer)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with G
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Update to 2.6.b.3arved2005-11-061-3/+4
| | | | | | | Disable NLS, because it is buggy PR: 88370 Submitted by: Miguel Mendez <mmendez@gmail.com>
* Update to 2.6betajylefort2005-05-161-1/+2
| | | | | PR: ports/81071 Submitted by: maintainer
* Miguel Mendez is the new victim of these ports. Thanks!erwin2005-02-151-1/+1
|
* Update to version 2.5.2krion2005-01-161-15/+21
| | | | | PR: ports/76279 Submitted by: Ports Fury
* Reset bouncing maintainer address:kris2004-12-191-1/+1
| | | | | <verm@drunkmonk.net>: host beatrix.drunkmonk.net[206.75.218.3] said: 550 5.1.1 <verm@drunkmonk.net>... User unknown (in reply to RCPT TO command)
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Prevent buffer overflow from environment variable.naddy2004-03-031-1/+1
| | | | Obtained from: Ulf Harnhammar and Debian
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-5/+3
| | | | Approved by: portmgr
* De-pkg-comment.knu2003-02-211-0/+1
|
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Add a libpng dependency.adamw2002-11-061-1/+2
| | | | | | Noticed by: bento PR: 43650 Approved by: pat
* Fix doc handlingmarkp2002-08-041-1/+5
|
* Add lbreakout2 2.2.2, the polished successor to LBreakout.markp2002-08-041-0/+39
PR: 40589 Submitted by: verm@drunkmonk.net