summaryrefslogtreecommitdiff
path: root/emulators/snes9x
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+6
| | | | | | | | | | | | | | | | | | - 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-221-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* - Remove USE_GCCJose Alonso Cardenas Marquez2007-10-041-5/+1
| | | | | | | | | - Remove BROKEN, new version of snes9x compiles fine on CURRENT Suggested and reported by: miwi Notes: svn path=/head/; revision=200825
* - Update to 1.51Jose Alonso Cardenas Marquez2007-10-046-152/+149
| | | | | | | | - Clean patch files - Add NETPLAY Option Notes: svn path=/head/; revision=200787
* Mark broken with gcc4.2.Mark Linimon2007-09-291-0/+4
| | | | Notes: svn path=/head/; revision=200355
* - 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
* - My fault on previous commit, this is the correct way for do the thingsJose Alonso Cardenas Marquez2007-03-241-1/+4
| | | | Notes: svn path=/head/; revision=188166
* - Now,the OPENGL option installs snes9x instead of osnes9xJose Alonso Cardenas Marquez2007-03-241-5/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=188165
* - Add USE_GCC=3.4+. I forgot to add it in my previous commit.Jose Alonso Cardenas Marquez2006-12-281-0/+1
| | | | Notes: svn path=/head/; revision=180893
* - Update to 1.5Jose Alonso Cardenas Marquez2006-12-278-487/+495
| | | | | | | | | | | | | | - Add new mirrors to MASTER_SITES - Add pkg-message file - Convert to OPTIONS - Clean patch files - Install DOCSDIR files - Remove obsolete patch - Remove USE_X_PREFIX - Take maintainership Notes: svn path=/head/; revision=180877
* - Fill in $LINENO in configure script, so it detects FreeBSD, so it enablesPav Lucistnik2006-04-292-3/+4
| | | | | | | | | | | | joystick support. This a more magic situation. PR: ports/96193 Submitted by: Andreas Steinel <lnxbil@saarlinux.org> Notes: svn path=/head/; revision=160839
* Reset green@ as maintainer at his request.Mark Linimon2006-03-311-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=158458
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | 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-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix PLIST_FILESKirill Ponomarev2004-07-171-1/+2
| | | | | | | | PR: ports/69186 Submitted by: Ports Fury Notes: svn path=/head/; revision=113853
* - Update SIZE in distinfo tooPav Lucistnik2004-05-301-1/+1
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=110340
* - Update to 1.42Pav Lucistnik2004-05-299-184/+84
| | | | | | | | | PR: ports/62158 Submitted by: Ports Fury Approved by: maintainer timeout (4 months) Notes: svn path=/head/; revision=110339
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* 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
* Allow the user to compile Snes9X without x86 assembly optimizations, andBrian Feldman2003-10-212-7/+23
| | | | | | | | | | | | with OpenGL as a display, with the port flags WITHOUT_X86_ASM and WITH_OPENGL. Instead of updating the port revision, bump the version to "1.41.1", which more accurately reflects what Snes9X is calling itself. Submitted by: KATO Tsuguru <tkato@prontomail.com> PR: ports/57003 Notes: svn path=/head/; revision=91781
* Update to Snes9x version 1.41-1, courtesy HIYAMA Takeshi-san.Brian Feldman2003-10-206-50/+205
| | | | | | | Submitted by: HIYAMA Takeshi <hymtk7@yahoo.co.jp> Notes: svn path=/head/; revision=91702
* Unbreak the compilation for 4.x users.Brian Feldman2003-08-111-1/+1
| | | | Notes: svn path=/head/; revision=86745
* Now that there's a download site again, upgrade to version 1.40.Brian Feldman2003-08-099-169/+132
| | | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.com> PR: ports/44225 Notes: svn path=/head/; revision=86646
* Correct USB joystick support for 4.x (used the wrong version of theBrian Feldman2003-05-131-28/+24
| | | | | | | | | hid_report_size(3) API). Submitted by: Sean Welch <welchsm@earthlink.net> Notes: svn path=/head/; revision=80922
* Mirror the distfile since the download section on the master site is dead.Brian Feldman2003-05-082-34/+48
| | | | | | | Unbreak by updating for new -lusbhid in current. Notes: svn path=/head/; revision=80410
* BROKEN: Does not compileKris Kennaway2003-05-071-0/+2
| | | | Notes: svn path=/head/; revision=80309
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden2003-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr) Notes: svn path=/head/; revision=75004
* Fix build (chase libusb to libusbhid)Kris Kennaway2002-09-293-7/+7
| | | | Notes: svn path=/head/; revision=67210
* Use sys/soundcard.h instead of machine/soundcard.hBrian Feldman2002-09-201-29/+30
| | | | Notes: svn path=/head/; revision=66877
* Update to version 1.37c with the major notable of having all of Kreed'sBrian Feldman2001-03-294-384/+16
| | | | | | | display filters built-in. Notes: svn path=/head/; revision=40528
* Maintainer change.Yukihiro Nakai2001-03-291-1/+1
| | | | Notes: svn path=/head/; revision=40520
* More fix for 4.x-RELEASEYukihiro Nakai2001-02-052-7/+6
| | | | | | | | PR: ports/24752 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> Notes: svn path=/head/; revision=37993
* More fix about usb support.Yukihiro Nakai2001-01-242-11/+8
| | | | Notes: svn path=/head/; revision=37512
* Add fix for 4.2-stable.Yukihiro Nakai2001-01-222-33/+42
| | | | Notes: svn path=/head/; revision=37424
* Update to 1.34aBrian Feldman2001-01-135-44/+34
| | | | Notes: svn path=/head/; revision=37169
* Bump the PORTREVISION for a compilation that has optimization and -2xsai.Brian Feldman2000-11-221-1/+1
| | | | Notes: svn path=/head/; revision=35332
* Add 2xSaI mode to Snes9X for Unix (X11); using the switch -2xsai, thisBrian Feldman2000-11-221-0/+367
| | | | | | | | is a "smarter" stretcher and interpolater by Kreed. It looks better than the -y TV mode :) Notes: svn path=/head/; revision=35331
* Actually have CFLAGS do something. Previously, the emulator has beenBrian Feldman2000-11-221-2/+2
| | | | | | | compiling with no optimization!! Notes: svn path=/head/; revision=35330
* Bump the PORTREVISION after committing the USB joystick code. NoteBrian Feldman2000-11-201-0/+1
| | | | | | | | the Alpha still doesn't work; if anyone with an Alpha who wants to play Snes9X can fix it, please do :) Notes: svn path=/head/; revision=35275
* Add a UHID joystick driver (USB Joysticks/GamePads/etc.) as theBrian Feldman2000-11-193-12/+418
| | | | | | | | | | | | FreeBSD machdep joystick handling code. Along with this, make a few cleanups, and add a new switch, "-joyshift", which enables USB HID numbering to start with the second gamepad. The upshot of all this is that I can now play two-player games and have second player on the gamepad. Yay! Notes: svn path=/head/; revision=35257
* Update to version 1.32.Brian Feldman2000-10-148-41/+112
| | | | Notes: svn path=/head/; revision=33802
* - Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properlyYukihiro Nakai2000-04-162-4/+7
| | | | | | | | | | - Add WWW: line into pkg/DESCR PR: ports/17462 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27627
* PORTNAME/VERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27455
* Mark FORBIDDEN on alpha, it builds but doesn't run.Satoshi Asami2000-03-121-0/+1
| | | | | | | | Submitted by: green Reviewed by: steve Notes: svn path=/head/; revision=26780
* Update to Snes9X 1.29, and get Makefile.alpha built.Brian Feldman2000-03-095-63/+68
| | | | Notes: svn path=/head/; revision=26682
* Snes9X needs to _not_ have USE_THREADS auto-defined for FreeBSD inBrian Feldman1999-12-297-543/+262
| | | | | | | | | | | | unix/unix.cpp to build, especially when the Makefile does not have it defined. Also, along with this, split the patches out into the customary one-file-per-patch chunks. I'm not ${MAINTAINER}, but nacai does not mind my working on the port :) Notes: svn path=/head/; revision=24226