non port: emulators/fs-uae/Makefile |
SVNWeb
|
Number of commits found: 27 |
Tue, 26 Oct 2021
|
[ 11:24 Mikael Urankar (mikael) Author: Gian-Simon Purkert ] 70bb127
emulators/fs-uae: Update to 3.1.35
Changelog:
Version 3.1:
* Fix device helper for xinput devices with recent SDL2 versions.
* Support for multiple mice disabled by default on macOS due to security
warning. Use option multiple_mice = 1 to enable.
* Disable expect_version option (no longer synchronized with launcher).
* Added support for more physical keys (when using rawinput).
* Compilation fixes for Apple M1 hardware.
* Netplay desync fixes related to file system (directory hard drives).
* Better virtual memory reservation algorithm.
* Option to automatically pause on menu screen [mrsilver76].
* Use RTLD_DEEPBIND with dlopen on Linux when loading plugins.
* Changes to how plugins are looked up.
* Ide patch.
* SCP floppy image doesn't wrap to revolution #0 cleanly [keirf].
* Fixed crash in nname_to_aname [PowderedToastMan].
PR: 259335
Approved by: sirdice (maintainer)
|
Tue, 19 Oct 2021
|
[ 08:36 Tobias Kortkamp (tobik) ] ce1af7f (Only the first 10 of 154 ports in this commit are shown above. )
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 13 Oct 2020
|
[ 06:13 fernape ]
emulators/fs-uae: Fix build on -CURRENT
By returning proper type in function.
PR: 250294
Submitted by: sirdice@gmail.com (maintainer)
|
Sun, 7 Jun 2020
|
[ 15:48 pkubaj ]
emulators/fs-uae: fix build on non-x86
--without-jit is now not recognized.
|
Thu, 28 May 2020
|
[ 15:02 fernape ]
emulators/fs-uae: update to 3.0.5
PR: 246777
Submitted by: sirdice@gmail.com (maintainer)
|
Mon, 6 Apr 2020
|
[ 12:14 pkubaj ]
emulators/fs-uae: fix build on non-x86
JIT is enabled by default everywhere, which causes fail on e.g. powerpc64:
configure: error: in `/wrkdirs/usr/ports/emulators/fs-uae/work/fs-uae-3.0.2':
configure: error: JIT is not supported on powerpc64-portbld-freebsd12.1
Make JIT option available on all architectures so that --disable-jit is properly
passed when the option is disabled.
MFH: 2020Q2 (fix build blanket)
|
Thu, 19 Mar 2020
|
[ 23:02 tobik ] (Only the first 10 of 62 ports in this commit are shown above. )
Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).
PR: 226980
Reviewed by: jbeich (earlier version)
Differential Revision: https://reviews.freebsd.org/D23030
|
Sun, 8 Mar 2020
|
[ 18:44 tcberner ]
emulators/fs-uae: Update to 3.0.2
PR: 241752
Submitted by: sirdice@gmail.com (maintainer)
|
Wed, 16 Oct 2019
|
[ 21:41 swills ]
emulators/fs-uae: Update to 3.0.0
While here, pass maintainership to submitter
PR: 241287
PR: 241266
Submitted by: sirdice@gmail.com
Approved by: tomse@tomse.dk (maintainer)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Thu, 14 Mar 2019
|
[ 23:53 linimon ]
Fix build on gcc-based architectures:
configure: error: C compiler cannot create executables
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 8 Dec 2018
|
[ 18:00 fernape ]
emulators/fs-uae: update to 2.8.4
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)
|
Sun, 4 Nov 2018
|
[ 13:54 antoine ]
Mark BROKEN: fails to build
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
|
Sun, 7 Jan 2018
|
[ 19:49 krion ]
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
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
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 18 Sep 2015
|
[ 14:22 amdmi3 ]
- Add LICENSE_FILE
- Drop 8.x support
- Fix WWW:
Approved by: portmgr blanket
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Tue, 15 Jul 2014
|
[ 23:30 adamw ] (Only the first 10 of 66 ports in this commit are shown above. )
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
|
Wed, 21 May 2014
|
[ 08:12 miwi ]
- Update depdendency
PR: 189570
Submitted by: "Charlie &" <root@tomse.dk>
Approved by: maintainer
|
Sun, 23 Mar 2014
|
[ 00:09 danilo ]
- Update from 2.4.0 to 2.4.1
PR: ports/187842
Submitted by: Carsten Jensen <tomse@oagd.net> (maintainer)
|
Mon, 10 Mar 2014
|
[ 23:29 danilo ]
- Add the new port emulators/fs-uae
- 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>
|
Number of commits found: 27 |