aboutsummaryrefslogtreecommitdiff
path: root/games/pinball
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-5/+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) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-6/+5
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209620
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - 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-1/+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
* Conversion to a single libtool environment.Ade Lovett2006-02-232-4/+7
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* 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
* - Chase allegro updatePav Lucistnik2005-11-131-1/+1
| | | | Notes: svn path=/head/; revision=148109
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-3/+3
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-3/+3
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - fix plist by using libtool 1.5 [1]Thierry Thomas2004-12-062-8/+8
| | | | | | | | | | - update my address - switch from USE_MESA to USE_GL. Reported by: http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html [1] Notes: svn path=/head/; revision=123322
* SIZE-ify my ports.Thierry Thomas2004-03-191-0/+1
| | | | | | | | Submitted by: Trevor Johnson <trevor@FreeBSD.org> Approved by: mat (mentor). Notes: svn path=/head/; revision=104557
* 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
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Do not mark broken on 5.xKirill Ponomarev2004-02-171-4/+0
| | | | | | | * According to last bento run, they build just fine. Notes: svn path=/head/; revision=101252
* BROKEN on 5.x: Configure failsKris Kennaway2004-02-091-1/+7
| | | | Notes: svn path=/head/; revision=100451
* 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-5/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* Update to 0.3.1. Changes:Mark Linimon2003-12-178-144/+160
| | | | | | | | | | | | | | | | | | | * Menu disappear" and other bugs fixed. * Additions to the Tux-table. * Ogg files instead of midi files as midi had compability problems. * Some tools and bug fixes in table editor. Also, mark as BROKEN for the Allegro case. The website says that the Allegro version is always a bit behind in development and has more bugs than the SDL/OpenGL version; the maintainer adds that it's just completely broken now. If you're using Allegro, you will want to avoid upgrading. PR: ports/60192 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) Notes: svn path=/head/; revision=96028
* . Remove empty pkg-message (fixes bento build).Greg Lewis2003-11-211-0/+0
| | | | | | | | PR: 59568 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) Notes: svn path=/head/; revision=94677
* Update to 0.3.0.Adam Weinberger2003-06-149-85/+245
| | | | | | | | PR: ports/53078 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) Notes: svn path=/head/; revision=82970
* games/pinball: chasing Allegro's upgrade.Edwin Groothuis2003-04-181-1/+1
| | | | | | | | | | | | | | | | If defined WITH_ALLEGRO, pinball tries to use allegro.4, but Allegro has been upgraded to 4.1. Thanks to Aleksander Fafula for his report. Remark: Emilia Pinball has been upgraded to 0.13, and then to 0.2.0, but these versions are broken with allegro. Seen with the author, and I shall submit an upgraded PR as soon as the fix will be released. PR: ports/51107 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=79212
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Correct allegro library version.Tilman Keskinoz2002-11-251-1/+1
| | | | | | | Submitted by: adamw Notes: svn path=/head/; revision=71059
* Add pinball, a OpenGL/Allegro pinball gameTilman Keskinoz2002-11-248-0/+178
PR: 41693 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=71048