mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
emulators/fceux: update to 2.6.6
Apply two upstream patches to fix the build on non-x86. The libarchive dependency was previously overlooked. Changelog: https://fceux.com/web/help/WhatsNew266.html
This commit is contained in:
parent
f0da8a9cde
commit
af8f77fa01
2 changed files with 14 additions and 6 deletions
|
@ -1,9 +1,12 @@
|
||||||
PORTNAME= fceux
|
PORTNAME= fceux
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.6.5
|
DISTVERSION= 2.6.6
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= emulators games
|
CATEGORIES= emulators games
|
||||||
|
|
||||||
|
PATCH_SITES= https://github.com/TASEmulators/fceux/commit/
|
||||||
|
PATCHFILES= 396096223ec58ff7f437ec0de7275240946531c5.diff:-p1 \
|
||||||
|
d2ee6351c08518c866bb48d89f58a67bb36931fc.diff:-p1
|
||||||
|
|
||||||
MAINTAINER= fuz@FreeBSD.org
|
MAINTAINER= fuz@FreeBSD.org
|
||||||
COMMENT= NES emulator
|
COMMENT= NES emulator
|
||||||
WWW= https://fceux.com
|
WWW= https://fceux.com
|
||||||
|
@ -11,7 +14,8 @@ WWW= https://fceux.com
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libminizip.so:archivers/minizip
|
LIB_DEPENDS= libarchive.so:archivers/libarchive \
|
||||||
|
libminizip.so:archivers/minizip
|
||||||
|
|
||||||
USES= cmake desktop-file-utils gl lua:51 pkgconfig qt:5 sdl
|
USES= cmake desktop-file-utils gl lua:51 pkgconfig qt:5 sdl
|
||||||
USE_GL= gl glu
|
USE_GL= gl glu
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
TIMESTAMP = 1676212323
|
TIMESTAMP = 1694135542
|
||||||
SHA256 (TASEmulators-fceux-v2.6.5_GH0.tar.gz) = 78156f3685c55849351178773940871ed607bc4fc37f233fdab58c232e3208fa
|
SHA256 (TASEmulators-fceux-v2.6.6_GH0.tar.gz) = 0320241d45c6d609f7aeb6f85fdd9019552047206b0864a7f9fddff15b004daa
|
||||||
SIZE (TASEmulators-fceux-v2.6.5_GH0.tar.gz) = 23299626
|
SIZE (TASEmulators-fceux-v2.6.6_GH0.tar.gz) = 23330274
|
||||||
|
SHA256 (396096223ec58ff7f437ec0de7275240946531c5.diff) = ab77ef293252ac5bad91ffd299dfcdac326ebcad821ac84526c45d8af329d973
|
||||||
|
SIZE (396096223ec58ff7f437ec0de7275240946531c5.diff) = 1134
|
||||||
|
SHA256 (d2ee6351c08518c866bb48d89f58a67bb36931fc.diff) = 08c352b145c040bd5db7162fbaa69e49914d550f2d90fc0f7da6aa48888d7572
|
||||||
|
SIZE (d2ee6351c08518c866bb48d89f58a67bb36931fc.diff) = 1038
|
||||||
|
|
Loading…
Add table
Reference in a new issue