diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-04 10:02:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-04 10:02:46 +0000 |
commit | 5bc3cbfabcf2e7f34ee4c718ddc9a4990d209fc2 (patch) | |
tree | 75cd984f3d14ff7d350c0c8a6842b5644dd1d0b3 /emulators | |
parent | 17ca100e20784049c913b66253799ab9a6369e78 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aftp/Makefile | 2 | ||||
-rw-r--r-- | emulators/ia64sim/Makefile | 2 | ||||
-rw-r--r-- | emulators/loemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/pipelight/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index 3116c19e1ba7..441467e9313d 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Ftp-like shell for accessing Apple II disk images +BROKEN= unfetchable + PLIST_FILES= bin/aftp man/man1/aftp.1.gz post-patch: diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index f9986eeb3624..3b8d7eb5d23a 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -16,6 +16,8 @@ LICENSE= PD ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= never ported to non-x86 architectures +BROKEN= unfetchable + USES= gmake zip MAKEFILE= makefile.unx MAKE_ARGS= CC="${CC}" diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index 4d0b45bbd3db..bfa0095a2bff 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -12,6 +12,8 @@ COMMENT= Simple frontend for various game emulators LICENSE= GPLv2+ +BROKEN= unfetchable + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>=0:textproc/py-libxml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libxslt>=0:textproc/py-libxslt@${PY_FLAVOR} diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 39c9e95ecad1..111b99d33981 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -18,6 +18,8 @@ COMMENT= Wrapper for using windows plugins in web browsers LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + BUILD_DEPENDS= ${LOCALBASE}/bin/gpg2:security/gnupg \ ${LOCALBASE}/bin/bash:shells/bash LIB_DEPENDS= libxml2.so:textproc/libxml2 |