diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-05 15:15:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-05 15:15:49 +0000 |
commit | 2f7505e0942bf99f38c32b069c3dbbde33eb3b57 (patch) | |
tree | bca0f642f8f327d5f5e4235aea90d4def13425fa /archivers | |
parent | b5878bf44a07e9c3b196369cd505f57912e184a4 (diff) |
Mark a few ports BROKEN in astro and archivers category (unfetchable)
Notes
Notes:
svn path=/head/; revision=383297
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 95e84f30d8a8..95c2f2533df3 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 dc3986448c0f..d1d048f12e2b 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 1ba65a60fc7d..6a18db3bdb16 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 6c34acc5aa26..1cb4a547a737 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 |