diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-18 22:22:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-18 22:22:25 +0800 |
commit | 0ad32aaf569e74125f898929e4439dd521e41588 (patch) | |
tree | a4f0d099ce93fc0ff0b0dca05e269aaf05f061d2 /emulators | |
parent | 1043f4a6cae35b08deb40b5bc745bb047f60e44d (diff) | |
download | freebsd-ports-gnome-0ad32aaf569e74125f898929e4439dd521e41588.tar.gz freebsd-ports-gnome-0ad32aaf569e74125f898929e4439dd521e41588.tar.zst freebsd-ports-gnome-0ad32aaf569e74125f898929e4439dd521e41588.zip |
- Add LICENSE_FILE
- Drop 8.x support
- Fix WWW:
Approved by: portmgr blanket
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fs-uae/Makefile | 9 | ||||
-rw-r--r-- | emulators/fs-uae/files/patch-libfsemu__src__filesys.c | 11 | ||||
-rw-r--r-- | emulators/fs-uae/pkg-descr | 2 |
3 files changed, 3 insertions, 19 deletions
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index e2d5a2ef0b77..1fa4f8bcbc3b 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -11,6 +11,7 @@ MAINTAINER= tomse@oagd.net COMMENT= Amiga emulator LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libopenal.so:${PORTSDIR}/audio/openal-soft @@ -24,10 +25,4 @@ MAKE_ARGS+= prefix=${PREFIX} OPTIONS_DEFINE= DOCS -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900000 -CFLAGS+= -DFreeBSD8 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/emulators/fs-uae/files/patch-libfsemu__src__filesys.c b/emulators/fs-uae/files/patch-libfsemu__src__filesys.c deleted file mode 100644 index c8ade6ffb020..000000000000 --- a/emulators/fs-uae/files/patch-libfsemu__src__filesys.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libfsemu/src/filesys.c.orig 2014-03-10 19:32:45.000000000 -0300 -+++ ./libfsemu/src/filesys.c 2014-03-10 19:33:00.000000000 -0300 -@@ -128,7 +128,7 @@ - - #if defined(WINDOWS) - --#elif defined(MACOSX) -+#elif defined(MACOSX) || defined(FreeBSD8) - #define HAVE_STAT_TV_NSEC2 - #else - #define HAVE_STAT_TV_NSEC diff --git a/emulators/fs-uae/pkg-descr b/emulators/fs-uae/pkg-descr index a3a765a1d311..40f29b22825c 100644 --- a/emulators/fs-uae/pkg-descr +++ b/emulators/fs-uae/pkg-descr @@ -3,4 +3,4 @@ FS-UAE emulates A500, A500+, A600, A1200, A1000, A3000 and A4000 models, but you can tweak the hardware configuration and create customized Amigas. -WWW: http://fs-uae.net +WWW: http://fs-uae.net/ |