aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/dosbox/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with E,F
* - Update to 0.73miwi2009-07-051-3/+2
| | | | | | PR: 135277 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer
* 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)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* - Update to 0.72.araujo2007-09-201-10/+3
| | | | | | | | - Remove 4.X cruft. PR: ports/115859 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: stas (mentor), Tom Carrick <knyght@gmail.com> (maintainer)
* Update to 0.71arved2007-07-311-2/+1
| | | | | | PR: 115057 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: "Tom Carrick" <knyght@gmail.com>
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.70miwi2007-03-131-2/+2
| | | | | | PR: 110250 Submited by: Alex Kozlov<spam@rm-rf.kiev.ua> Approved by: maintainer
* - 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)
* - Fix build on 4.xclsung2006-05-301-0/+2
| | | | | | PR: 97937 Submitted by: Shaun Amott <shaun_AT_inerd dot com> Approved by: maintainer
* emulators/dosbox - Update to 0.65edwin2006-04-061-2/+1
| | | | | | | | | | Update DOSBox to version 0.65 Changelog: http://dosbox.sourceforge.net/news.php?show_news=1 Remove USE_REINPLACE PR: ports/95200 Submitted by: Lars Engels <lars.engels@0x20.net> Approved by: "Tom Carrick" <knyght@gmail.com>
* Update maintainer addresskris2005-01-041-1/+1
| | | | | Submitted by: maintainer Approved by: portmgr (self)
* Update to 0.63vs2004-12-171-2/+1
| | | | | | PR: ports/74303 Submitted by: Miguel Mendez Approved by: maintainer timeout
* fix build on FreeBSD 4oliver2004-10-281-0/+1
| | | | | PR: ports/73002 Approved By: maintainer
* Update: emulators/dosbox to 0.62edwin2004-10-121-3/+1
| | | | | | | | | | Updates dosbox from 0.61 to 0.62. Updates are speed/stability increases, general updates, and gcc 3.4 support without the patch. Note, the file 'files/patch-include-dos_inc.h' and the directory 'files' have been removed. PR: ports/72289 Submitted by: Tom Carrick <knyghtmare@knyghtmare.com>
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-0/+1
| | | | on sdl12-1.2.5
* - Update to version 0.61krion2004-02-081-1/+1
| | | | | PR: ports/62474 Submitted by: maintainer
* Let ports use the USE_SDL macroedwin2004-01-241-3/+2
| | | | | PR: ports/61807 Approved by: Tom Carrick <knyghtmare@knyghtmare.com>
* - update dosbox from 0.58 to 0.60netchild2003-11-011-18/+22
| | | | | | | | | | | | | | | - updated website address - Use USE_SDL instead of manually specifying devel/sdl12 as LIB_DEPENDS and setting SDL_CONFIG. - Enable screenshot and modem emulation support. - Install the dosbox(1) manual page. - Move the message displayed by the post-install target into a pkg-message so it also gets displayed when this port is installed via its package. - Use DOCSDIR. PR: 58174 Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* Remove extraneous directorykris2003-08-161-1/+0
| | | | Reviewed by: maintainer
* a) Update from 0.55 to 0.58maho2003-07-261-6/+5
| | | | | | | b) small clean-up PR: 52127 Submitted by: Tom Carrick <knyghtmare@knyghtmare.com> (maintainer)
* Fixed dependency.sumikawa2003-05-051-2/+3
|
* Add dosbox 0.55, an emulator of a PC with DOS.sumikawa2003-05-021-0/+48
PR: 41082 Submitted by: Tom Carrick <knyghtmare@knyghtmare.com>