aboutsummaryrefslogtreecommitdiff
path: root/emulators/desmume/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-7/+2
| | | | Notes: svn path=/head/; revision=326129
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update to 0.9.8Rene Ladan2012-06-041-4/+4
| | | | | | | | | PR: ports/168356 Submitted by: Barbara Approved by: maintainer Notes: svn path=/head/; revision=298378
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+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 Notes: svn path=/head/; revision=291667
* Fix build under 7.xRyan Steinmetz2011-08-311-0/+4
| | | | | | | | Reported by: pointyhat Approved by: wxs (mentor) Notes: svn path=/head/; revision=280882
* Update to 0.9.7Ryan Steinmetz2011-08-231-5/+11
| | | | | | | | | | | Add LICENSE PR: ports/158929 Submitted by: L Campbell <llc2w@virginia.edu> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=280271
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Add missing files to pkg-plistTilman Keskinoz2010-08-141-0/+2
| | | | | | | | Reported by: QAT Pointy hat to: arved Notes: svn path=/head/; revision=259226
* Update to 0.9.6Tilman Keskinoz2010-08-141-10/+3
| | | | | | | | | PR: 149408 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer Notes: svn path=/head/; revision=259216
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.9.1Martin Wilke2009-03-251-4/+10
| | | | | | | | PR: 132919 Submitted by: Barbara <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=230986
* - Update to 0.8. The latest version of the emulator includes several major ↵Dmitry Marakasov2008-09-021-6/+17
| | | | | | | | | | | | | feature additions, including support for 3D rendering and a gdb stub. - Pass maintainership to submitter PR: 126985 Submitted by: L Campbell <llc2w at virginia dot edu> (improved by me) Approved by: Stefan Sperling <stsp at stsp dot in-berlin dot de> (maintainer) Notes: svn path=/head/; revision=219689
* 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - 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-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Marked broken for ia64Martin Wilke2007-03-141-1/+7
| | | | | | | | Submitted by: pointyhat Approved by: maintainer Notes: svn path=/head/; revision=187377
* DeSmuME is a Nintendo DS emulator.Martin Wilke2007-02-121-0/+25
It supports many homebrew nds rom demos as well as a handful of wireless multiboot demo nds roms. It also runs DSLinux, the port of Linux to the Nintendo DS WWW: http://desmume.sourceforge.net/ PR: ports/108903 Submitted by: Stefan Sperling <stsp at stsp.in-berlin.de> Notes: svn path=/head/; revision=184969