aboutsummaryrefslogtreecommitdiffstats
path: root/games/tecnoballz
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Update my email address in 132 ports.amdmi32008-06-201-1/+1
| | | | Approved by: miwi (mentor)
* - Add backup mirrormiwi2008-03-211-2/+3
| | | | | | | - Fix identation PR: 121841 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
* - Fix buildmiwi2008-03-151-31/+18
| | | | Submitted by: erwinbot
* - Update to 0.92miwi2008-03-147-327/+142
| | | | | | | - Pass maintainership to submitter PR: 121309 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* Mark BROKEN: size mismatcherwin2008-03-011-0/+2
|
* Upgrade from 0.90 to 0.91. Fix some 64-bit warnings.mi2007-07-284-15/+184
| | | | | Fix some horrible bugs, which prevented the program from running on a 64-bit platform.
* Fix the build with recent GCC.danfe2007-06-181-0/+4
| | | | Reported by: pointyhat (logs)
* Non-functional changes:danfe2007-06-183-181/+181
| | | | | | | - Utilize DATADIR macro in pkg-plist - Better port description, kill attribution - Reindent Makefile in a sane manner - Mute MKDIR's
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Drop maintainershipjylefort2006-11-031-1/+1
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-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)
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Change my MAINTAINER email address to jylefort@FreeBSD.orgjylefort2005-04-132-2/+2
| | | | Approved by: adamw (mentor)
* TecnoballZs is a brick breaker (Arkanoid-like game) with 50 levels of game andpav2005-01-216-0/+265
11 special levels. PR: ports/76484 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>