aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/generator
Commit message (Collapse)AuthorAgeFilesLines
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-5/+0
|
* 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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Fix building on non-i386 with GCC 4.2 (on i386 assembly code is used).alepulver2007-07-231-0/+20
| | | | Reported by: pav
* - 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}.
* - Fix building with GCC 4.x.alepulver2007-03-221-0/+11
| | | | Reported by: pointyhat
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-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)
* - Format tabs, sort variables and put targets at the end.alepulver2006-04-251-28/+28
| | | | | | | | - Remove USE_REINPLACE. - Fix OPTIONS handling. - Bump PORTREVISION. Approved by: garga (mentor)
* Change the maintainership address to the @FreeBSD.org one.alepulver2006-04-091-1/+1
| | | | Approved by: garga (mentor)
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* - Add SHA256pav2005-11-261-0/+1
| | | | Requested by: maintainer
* - Makefile clean up: remove old gcc version checking.sem2005-09-041-18/+5
| | | | | PR: ports/84926 Submitted by: maintainer
* Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha.lesi2005-07-161-2/+12
| | | | | PR: ports/83516 Submitted by: maintainer
* Add sound supportpat2005-06-124-18/+101
| | | | | | | | | Bump PORTREVISION Submitter takes maintainership Add pkg-message and rework pkg-descr PR: ports/82141 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Properly use SDL everywhere:edwin2004-03-081-1/+1
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* BROKEN on alpha 5.x: Configure failskris2004-02-261-0/+4
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* - Update to version 0.35krion2003-12-048-214/+73
| | | | | PR: 59610 Submitted by: Ports Fury
* Mark as broken on latest 5.1 due to gcc3.3's pickier preprocessor.linimon2003-11-231-0/+7
| | | | | Mark as not for alpha because the configure script doesn't understand alpha. Noticed by: bento.
* Reset maintainer on ports owned by the following committers who havekris2003-11-031-1/+1
| | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
* - Update to 0.34mdodd2003-04-0711-294/+217
| | | | | - Add support for SDL Joysticks. - Possibly run on more than i386.
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Initial import.nakai2001-04-229-0/+318
SEGA Megadrive/Genesis emulator.