diff options
author | antoine <antoine@FreeBSD.org> | 2015-04-05 23:15:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-04-05 23:15:49 +0800 |
commit | 25cdfe8fee215f9199add9a8d948effea3e7be9a (patch) | |
tree | bca0f642f8f327d5f5e4235aea90d4def13425fa /archivers | |
parent | ff8388e72415ebd11bc2cf451c112fc8f08b2f62 (diff) | |
download | freebsd-ports-graphics-25cdfe8fee215f9199add9a8d948effea3e7be9a.tar.gz freebsd-ports-graphics-25cdfe8fee215f9199add9a8d948effea3e7be9a.tar.zst freebsd-ports-graphics-25cdfe8fee215f9199add9a8d948effea3e7be9a.zip |
Mark a few ports BROKEN in astro and archivers category (unfetchable)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hlextract/Makefile | 2 | ||||
-rw-r--r-- | archivers/undms/Makefile | 2 | ||||
-rw-r--r-- | archivers/wzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/zipmix/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index 95e84f30d8a..95c2f2533df 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -12,6 +12,8 @@ COMMENT= Utility to extract data from various Half-Life file formats LICENSE= GPLv2 +BROKEN= Checksum and size mismatch + LIB_DEPENDS= libhl.so:${PORTSDIR}/games/hllib USES= dos2unix zip diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile index dc3986448c0..d1d048f12e2 100644 --- a/archivers/undms/Makefile +++ b/archivers/undms/Makefile @@ -12,6 +12,8 @@ EXTRACT_SUFX= .Z MAINTAINER= ports@FreeBSD.org COMMENT= Converts .dms Amiga disk images to uncompressed .adf images +BROKEN= No public distfiles + NO_WRKSUBDIR= yes PLIST_FILES= bin/undms diff --git a/archivers/wzip/Makefile b/archivers/wzip/Makefile index 1ba65a60fc7..6a18db3bdb1 100644 --- a/archivers/wzip/Makefile +++ b/archivers/wzip/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= onatan@gmail.com COMMENT= Preprocessor for lossy data compression +BROKEN= No public distfiles + ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/${PORTNAME} \ diff --git a/archivers/zipmix/Makefile b/archivers/zipmix/Makefile index 6c34acc5aa2..1cb4a547a73 100644 --- a/archivers/zipmix/Makefile +++ b/archivers/zipmix/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_src MAINTAINER= ports@FreeBSD.org COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files +BROKEN= Checksum and size mismatch + USES= dos2unix zip NO_WRKSUBDIR= yes |