diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
commit | dbbfc7889a8a84ad562a28d83ce75281fd19703f (patch) | |
tree | f23e8a579d549355c932d46189671753887892e7 /emulators | |
parent | d990ea9320a3d8a8500a7aa07157e7a79e1e06b4 (diff) |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=422140
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gngeo/Makefile | 2 | ||||
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 2 | ||||
-rw-r--r-- | emulators/wxmupen64plus/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index 9a686f5114bb..c91a8283eada 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE/${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= NeoGeo emulator +BROKEN= Unfetchable (google code has gone away) + USES= compiler:features gmake USE_SDL= image sdl USE_GL= yes diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 5d81d645e958..3e8a9f2442eb 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -17,6 +17,8 @@ LICENSE_NAME= Snes9x License LICENSE_FILE= ${WRKDIR}/${DISTNAME}/docs/snes9x-license.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libpng.so:graphics/png USE_XORG= x11 sm ice xext diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index 22c2472748c9..f88f24d96a00 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -13,6 +13,8 @@ DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \ |