aboutsummaryrefslogtreecommitdiff
path: root/emulators/openmsx
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Update OpenMSX to 0.9.1 (bugfix release)Johan van Selst2012-10-052-3/+3
| | | | Notes: svn path=/head/; revision=305304
* - Update OpenMSX to 0.9.0Johan van Selst2012-09-013-862/+14
| | | | | | | | - Switch to dynamic plist, avoiding large diffs every time - Reduce Makefile header Notes: svn path=/head/; revision=303466
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | 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
* Update OpenMSX to 0.8.2Johan van Selst2012-01-303-6/+22
| | | | Notes: svn path=/head/; revision=290140
* Mark as broken on tier-2: uses i386 asm.Mark Linimon2011-11-111-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285492
* - Remove dependencies that are no longer used (jack, sdl_image)Johan van Selst2011-03-131-5/+8
| | | | | | | | | | | - Add hidden dependencies introduced in 0.8.0 (ogg, vorbis, theora) - Up tcl version requirement to 8.5 (won't work well with older tcl) - Bump PORTREVISION Reported by: Maarten ter Huurne <maarten@treewalker.org> Notes: svn path=/head/; revision=270823
* Update openmsx to 0.8.1Johan van Selst2011-03-133-7/+71
| | | | Notes: svn path=/head/; revision=270816
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-0/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* Update to 0.8.0Johan van Selst2010-06-093-14/+90
| | | | Notes: svn path=/head/; revision=256215
* - Add glew to the list of supported USE_GL variablesPietro Cerutti2010-04-271-1/+1
| | | | | | | | | - Patch ports depending on GLEW directly Approved by: portmgr (pav) Notes: svn path=/head/; revision=253358
* - 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 my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250234
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* - 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
* Really remove obsoleted patch file this timeJohan van Selst2009-07-031-11/+0
| | | | Notes: svn path=/head/; revision=237001
* - Update to 0.7.2Johan van Selst2009-07-033-26/+67
| | | | | | | | | - Remove custom patch that shouldn't be needed anymore - Support building with TCL 8.5 (8.4 still recommended) - Add python dependency Notes: svn path=/head/; revision=236959
* Don't add a symlink in /usr/local/bin when installing with custom prefixJohan van Selst2009-06-071-0/+4
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235360
* Require modern gcc to compile on FreeBSD-6/amd64Johan van Selst2009-01-121-1/+7
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=225867
* Add patch to compile on amd64 (forgotten in previous commit)Johan van Selst2009-01-121-0/+11
| | | | Notes: svn path=/head/; revision=225822
* - Update to 0.7.0Johan van Selst2009-01-103-14/+68
| | | | | | | | - Add patch for amd64 (will be fixed in next version) (FreeBSD binutils is too old to grok modern amd64 assembly) Notes: svn path=/head/; revision=225673
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-12/+1
| | | | Notes: svn path=/head/; revision=225293
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Pass $TCL_LIBDIR so that it finds TCL even with nonstandard LOCALBASEJohan van Selst2008-02-041-0/+1
| | | | | | | Submitted by: Martin Tournoij Notes: svn path=/head/; revision=206733
* - Update to 0.6.3Johan van Selst2007-12-273-6/+38
| | | | | | | - Add dependency on GLEW Notes: svn path=/head/; revision=204607
* Mark broken on FreeBSD 5.x/amd64 (internal gcc error)Johan van Selst2007-06-121-0/+4
| | | | Notes: svn path=/head/; revision=193317
* - 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
* - Update to 0.6.2Johan van Selst2007-04-294-28/+70
| | | | | | | - Remove local patch (now fixed in distribution) Notes: svn path=/head/; revision=191095
* - Fix build on FreeBSD 4.xJohan van Selst2006-10-081-2/+9
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=174923
* - Update to 0.6.1Johan van Selst2006-09-203-4/+26
| | | | Notes: svn path=/head/; revision=173485
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+11
| | | | | | | | | | | | | | | | | | | 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
* Remove non-existent USE_CONFIGURE knob.Erwin Lansing2006-06-121-1/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=165257
* OpenMSX, the open source MSX emulator that tries to achieveRenato Botelho2006-01-264-0/+534
near-perfect emulation by using a novel emulation model. WWW: http://openmsx.sf.net/ PR: ports/92281 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=154507