diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
commit | 22f7514ac919166ba72b426b3e50500eb7045feb (patch) | |
tree | 833ea06148a6d04c639882998b046989806a59ed /emulators | |
parent | 4ec31d9ff5afbe149c71d6a49f257023b2ad0b13 (diff) | |
download | freebsd-ports-graphics-22f7514ac919166ba72b426b3e50500eb7045feb.tar.gz freebsd-ports-graphics-22f7514ac919166ba72b426b3e50500eb7045feb.tar.zst freebsd-ports-graphics-22f7514ac919166ba72b426b3e50500eb7045feb.zip |
Mark a few ports BROKEN: unfetchable
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hercules/Makefile | 2 | ||||
-rw-r--r-- | emulators/minivmac/Makefile | 2 | ||||
-rw-r--r-- | emulators/quasi88/Makefile | 2 | ||||
-rw-r--r-- | emulators/sim6811/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 1adb97b748e..d6712a24e40 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://downloads.hercules-390.eu/ MAINTAINER= ports@FreeBSD.org COMMENT= System/370, ESA/390, and z/Architecture Emulator +BROKEN= unfetchable + LICENSE= QPL LICENSE_NAME= Q PUBLIC LICENSE version 1.0 LICENSE_TEXT= Please refer to: http://www.hercules-390.org/herclic.html for details diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index f092e51c92c..e94e1127465 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -11,6 +11,8 @@ DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Miniature Macintosh emulator +BROKEN= unfetchable + LICENSE= GPLv2 WRKSRC= ${WRKDIR}/projects/bgclx86d diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 93108d65701..fcb7b594055 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.117.ne.jp/~show/pc8801/ MAINTAINER= ports@FreeBSD.org COMMENT= PC-8801 emulator for X +BROKEN= unfetchable + USE_XORG= x11 xext USES= gmake tar:tgz MAKE_ENV= DATADIR="${DATADIR}" _CC="${CC}" _CFLAGS="${CFLAGS}" \ diff --git a/emulators/sim6811/Makefile b/emulators/sim6811/Makefile index db1ac41189c..4062faaf06c 100644 --- a/emulators/sim6811/Makefile +++ b/emulators/sim6811/Makefile @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Motorola 6811 simulator +BROKEN= unfetchable + NO_WRKSUBDIR= yes ALL_TARGET= sim |