aboutsummaryrefslogtreecommitdiff
path: root/emulators/openmsx
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/openmsx: Update to 16.0Rainer Hurling2020-10-176-9/+120
| | | | | | | | | | | | | | | | | | | | | | | Changelog[1]: - Lots of new features and fixes - New version scheme (0.15.0 to 16.0) [1] https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_16_0/doc/release-notes.txt Ports changes: - Update PORTVERSION - Remove BROKEN - Update distinfo - Add patches with FreeBSD gcc specific changes - Use secure URL in pkg-descr PR: 250399 Submitted by: Daniel Menelkir <menelkir@itroll.org> (maintainer) Approved by: arrowd (mentor), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26825 Notes: svn path=/head/; revision=552553
* Mark BROKENAntoine Brodin2020-10-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiling PluggableFactory.cc... In file included from /usr/include/machine/endian.h:6, from /usr/include/sys/types.h:44, from /usr/include/zconf.h:444, from /usr/include/zlib.h:34, from src/serialize.hh:12, from src/EmuDuration.hh:4, from src/EmuTime.hh:4, from src/input/StateChangeListener.hh:4, from src/input/RecordedCommand.hh:5, from src/PluggingController.hh:4, from src/PluggableFactory.cc:2: src/utils/endian.hh:12:38: error: expected ')' before '(' token 12 | [[nodiscard]] static inline uint16_t bswap16(uint16_t x) | ^~~~~~~ src/utils/endian.hh:24:38: error: expected ')' before '?' token 24 | [[nodiscard]] static inline uint32_t bswap32(uint32_t x) | ^~~~~~~ src/utils/endian.hh:39:38: error: expected ')' before '?' token 39 | [[nodiscard]] static inline uint64_t bswap64(uint64_t x) | ^~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=551910
* - Resurrect port and undeprecateHiroki Tagato2020-05-043-0/+63
| | | | | | | | | | | | | - Pass maintainership to submitter - Add LICENSE_FILE - Drop dependency on python2 PR: 245731 Submitted by: Daniel Menelkir <menelkir@itroll.org> Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=533890
* Remove expired ports:Rene Ladan2020-03-203-58/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2020-03-18 devel/py-Products.validation: Old, uses EOLed python27 2020-03-18 devel/py-Acquisition: Old, uses EOLed python27 2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27 2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27 2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27 2020-03-18 devel/py-zLOG: Old, uses EOLed python27 2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27 2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27 2020-03-19 audio/raul: Unmaintained, uses EOLed python27 2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27 2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27 2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27 2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27 2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27 2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27 2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27 2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27 2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27 Notes: svn path=/head/; revision=528757
* Deprecate a few unmaintained ports that use python27Antoine Brodin2020-02-181-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526451
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* emulators/openmsx: Update to 0.15.0Kai Knoblich2019-06-293-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | While I'm here: * Fix build with DOCS option set to off: The files were installed to a dummy location outside of the stagedir as there's no parameter to disable the installation of such files. Nevertheless those files were recorded for packaging which led to issues during stage-qa. Thus do another approach by just removing those files when the DOCS option is disabled. * Add "gl" to USES as using USE_GL alone is deprecated. * Update WWW field to avoid redirects. * Pet portclippy. Changelog: https://github.com/openMSX/openMSX/releases/tag/RELEASE_0_15_0 PR: 229444 Submitted by: Ryo ONODERA <ryo@tetera.org> (initial patch for 0.14.0) Approved by: johans (maintainer timeout) Notes: svn path=/head/; revision=505358
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Those ports fail to build with python3Antoine Brodin2017-12-111-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456050
* Bump portrevision to chase graphics/glew shard library version update.Niclas Zeising2017-11-181-1/+1
| | | | | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=454454
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Update to OpenMSX 0.13.0Johan van Selst2016-08-012-3/+4
| | | | | | | https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_13_0/doc/release-notes.txt Notes: svn path=/head/; revision=419459
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* 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