aboutsummaryrefslogtreecommitdiff
path: root/emulators/openmsx
Commit message (Collapse)AuthorAgeFilesLines
* Update OpenMSX and Catapult to 0.12.0Johan van Selst2015-09-212-5/+4
| | | | | | | https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_12_0/doc/release-notes.txt Notes: svn path=/head/; revision=397517
* - Define LICENSE, place build-related MAKE_ARGS knob below USES/USE_* blockAlexey Dokuchaev2015-09-121-18/+10
| | | | | | | | | | - Remove BROKEN on Tier-2 systems statement: it builds fine at least on PowerPC, which indicates that "uses i386-specific asm" reason is probably bogus everywhere else, and should be replaced with adequate BROKEN line even if it's indeed broken there. While here, convert to options helpers Notes: svn path=/head/; revision=396739
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update to OpenMSX 0.11.0Johan van Selst2014-11-152-6/+4
| | | | Notes: svn path=/head/; revision=372607
* - Convert ports from dns/, editors/ and emulators/ to newMarcus von Appen2014-10-191-2/+1
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371188
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update to OpenMSX 0.10.1Johan van Selst2014-05-062-4/+3
| | | | Notes: svn path=/head/; revision=353073
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Remove some references to deprecated NOPORTDATAAntoine Brodin2014-03-281-4/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=349452
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Replace USE_GCC=4.6+ by USE_GCC=yes.Gerald Pfeifer2014-03-031-1/+1
| | | | | | | Approved by: portmgr (mat) Notes: svn path=/head/; revision=346975
* Remove trailing whitespaces from category emulatorsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345407
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Make sure CXXFLAGS are past when using alternative compilerJohan van Selst2014-01-101-1/+3
| | | | | | | | without this, binary may get linked with unusable libraries - Bump PORTREVISION Notes: svn path=/head/; revision=339325
* - Update OpenMSX to 0.10.0Johan van Selst2014-01-072-8/+4
| | | | | | | | http://sourceforge.net/projects/openmsx/files/openmsx/0.10.0/README_release-notes.txt/view This version requires a modern GCC compiler Notes: svn path=/head/; revision=338992
* - Enable STAGE supportJohan van Selst2013-12-291-9/+11
| | | | | | | | - Make hidden dependency on libao explicit - Bump PORTREVISION Notes: svn path=/head/; revision=337967
* 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