diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 11:45:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 11:45:12 +0800 |
commit | 186438d146a394b729a7b139b9ec68187245cbf3 (patch) | |
tree | 47a0ecc20682a7a4895cc432843a845b1c7f6905 /emulators | |
parent | 3893119e13cf8350d8a3616ebffc77669eba37fe (diff) | |
download | freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.tar.gz freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.tar.zst freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.zip |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mednafen/Makefile | 1 | ||||
-rw-r--r-- | emulators/mupen64plus-video-glide64mk2/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 2 | ||||
-rw-r--r-- | emulators/unicorn/Makefile | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 9dc1f417a266..f6d144c3de84 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libcdio.so:sysutils/libcdio \ libvorbis.so:audio/libvorbis BROKEN_sparc64= does not compile due to internal compiler error -BROKEN_FreeBSD_9= does not build GNU_CONFIGURE= yes USE_SDL= sdl net diff --git a/emulators/mupen64plus-video-glide64mk2/Makefile b/emulators/mupen64plus-video-glide64mk2/Makefile index 4568933b9103..c4c17e369eb2 100644 --- a/emulators/mupen64plus-video-glide64mk2/Makefile +++ b/emulators/mupen64plus-video-glide64mk2/Makefile @@ -9,8 +9,6 @@ COMMENT= Glide64mk2 video plugin for Mupen64Plus LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core \ libboost_thread.so:devel/boost-libs -BROKEN_FreeBSD_9= does not build - USE_GL= gl USE_SDL= sdl2 diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 95e0c3cc177a..237cfa1fe54a 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -15,8 +15,6 @@ DIST_SUBDIR= qemu/${PORTVERSION} MAINTAINER= sbruno@FreeBSD.org COMMENT?= QEMU CPU Emulator - github bsd-user branch -BROKEN_FreeBSD_9= does not build - LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index 8ceea79bf5c8..697c01dcb781 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -23,6 +23,5 @@ MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ V=1 TEST_TARGET= test TEST_WRKSRC= ${WRKSRC}/tests/unit -BROKEN_FreeBSD_9_i386= fails to link .include <bsd.port.mk> |