aboutsummaryrefslogtreecommitdiff
path: root/emulators/fs-uae
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix build on gcc-based architectures:Mark Linimon2019-03-141-2/+1
| | | | | | | | | | | configure: error: C compiler cannot create executables While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495745
* emulators/fs-uae: update to 2.8.4Fernando ApesteguĂ­a2018-12-084-202/+37
| | | | | | | | | | | | | | While here: * Add missing USES values PR: 233386 Submitted by: felix@palmen-it.de Reviewed by: johalun0@gmail.com, james.wright@jigsawdezign.com Approved by: tomse@oagd.net (maintainer, timeout) Notes: svn path=/head/; revision=486969
* Mark BROKEN: fails to buildAntoine Brodin2018-11-041-0/+2
| | | | | | | | | | | src/blkdev.cpp:664:40: error: non-constant-expression cannot be narrowed from type 'int' to 'uae_u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] uae_u8 cmd[10] = {0x4b,0,0,0,0,0,0,0,paused?0:1,0}; ^~~~~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=484048
* - Update WWWDmitry Marakasov2018-03-241-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=465442
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfdKirill Ponomarev2018-01-071-0/+1
| | | | | | | | | | | if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=458378
* 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add LICENSE_FILEDmitry Marakasov2015-09-183-19/+3
| | | | | | | | | | - Drop 8.x support - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=397244
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+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
* Clean up plistBaptiste Daroussin2014-10-271-49/+0
| | | | Notes: svn path=/head/; revision=371563
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=362015
* - Update depdendencyMartin Wilke2014-05-211-1/+2
| | | | | | | | | PR: 189570 Submitted by: "Charlie &" <root@tomse.dk> Approved by: maintainer Notes: svn path=/head/; revision=354731
* - Update from 2.4.0 to 2.4.1Danilo Egea Gondolfo2014-03-232-3/+3
| | | | | | | | PR: ports/187842 Submitted by: Carsten Jensen <tomse@oagd.net> (maintainer) Notes: svn path=/head/; revision=348817
* - Add the new port emulators/fs-uaeDanilo Egea Gondolfo2014-03-105-0/+315
- Use a small patch to enable the build on FreeBSD 8 due the change on 'struct stat' - Pass the maintainership to submitter FS-UAE is a free open source Amiga Emulator based on WinUAE. FS-UAE emulates A500, A500+, A600, A1200, A1000, A3000 and A4000 models, but you can tweak the hardware configuration and create customized Amigas. PR: ports/187389 Submitted by: Carsten Jensen <tomse@tomse.dk> Notes: svn path=/head/; revision=347825