diff options
author | antoine <antoine@FreeBSD.org> | 2015-04-05 15:15:49 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-04-05 15:15:49 +0000 |
commit | 25cdfe8fee215f9199add9a8d948effea3e7be9a (patch) | |
tree | bca0f642f8f327d5f5e4235aea90d4def13425fa | |
parent | ff8388e72415ebd11bc2cf451c112fc8f08b2f62 (diff) | |
download | FreeBSD-ports-25cdfe8fee215f9199add9a8d948effea3e7be9a.zip FreeBSD-ports-25cdfe8fee215f9199add9a8d948effea3e7be9a.tar.gz |
Mark a few ports BROKEN in astro and archivers category (unfetchable)
-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 | ||||
-rw-r--r-- | astro/rmap/Makefile | 2 | ||||
-rw-r--r-- | astro/sky2000/Makefile | 2 | ||||
-rw-r--r-- | astro/wmglobe/Makefile | 2 | ||||
-rw-r--r-- | astro/wmsun/Makefile | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index 95e84f3..95c2f25 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 dc39864..d1d048f 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 1ba65a6..6a18db3 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 6c34acc..1cb4a54 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 diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index c41362a..974af6c7b 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -13,6 +13,8 @@ COMMENT= Generates images of the Earth centered at a particular location LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= No public distfiles + LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USES= gmake diff --git a/astro/sky2000/Makefile b/astro/sky2000/Makefile index a5d4b65..f224e18 100644 --- a/astro/sky2000/Makefile +++ b/astro/sky2000/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/nova/catalogs/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Binary representation of the Sky2000 star catalog +BROKEN= No public distfiles + GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/nova diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile index a461dac..7266fa9 100644 --- a/astro/wmglobe/Makefile +++ b/astro/wmglobe/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://hamete.org/static/wmg/ MAINTAINER= will@FreeBSD.org COMMENT= Neat xearth-like WindowMaker dockapp +BROKEN= No public distfiles + LIB_DEPENDS= libwraster.so:${PORTSDIR}/x11-wm/libwraster PLIST_FILES= bin/wmglobe \ diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 13d17b8..28c87f1 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -11,6 +11,8 @@ DISTNAME= wmSun-1.03 MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that displays the rise and set times of the Sun +BROKEN= No public distfiles + WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun USE_XORG= xext xpm x11 |