diff options
-rw-r--r-- | audio/swhplugins/Makefile | 2 | ||||
-rw-r--r-- | editors/xxe/Makefile | 2 | ||||
-rw-r--r-- | emulators/xzx/Makefile | 2 | ||||
-rw-r--r-- | games/quake2-lights/Makefile | 2 | ||||
-rw-r--r-- | games/xtris/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpgraph/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpgraph2/Makefile | 2 | ||||
-rw-r--r-- | net/sixxs-aiccu/Makefile | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 6ab48317b0a7..d0dc383fc832 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 LIB_DEPENDS= fftw3f.4:${PORTSDIR}/math/fftw3-float +BROKEN= Unfetchable + # includes assembler code ONLY_FOR_ARCHS= i386 amd64 diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index 52698019585c..a8bf268239a8 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g} MAINTAINER= fenner@FreeBSD.Org COMMENT= A validating XML editor featuring a word processor-like view +BROKEN= Unfetchable + USE_JAVA= YES JAVA_VERSION= 1.5 NO_BUILD= YES diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index bd1b88fcb7f3..d3da46cdd1d5 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -17,6 +17,8 @@ COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 # xmkmf is used in configure script; USE_IMAKE makes the build unhappy BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} +BROKEN= Unfetchable + # Server redirects to distfile; won't work with -A FETCH_CMD= /usr/bin/fetch -Rr diff --git a/games/quake2-lights/Makefile b/games/quake2-lights/Makefile index ee0fd170571a..9b9b02a40788 100644 --- a/games/quake2-lights/Makefile +++ b/games/quake2-lights/Makefile @@ -17,6 +17,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= alepulver@FreeBSD.org COMMENT= Lights modification for Quake II +BROKEN= Unfetchable + USE_BZIP2= yes USE_GMAKE= yes NO_WRKSUBDIR= yes diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 16def43d39ed..8841acaf041e 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -17,6 +17,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sec@42.org COMMENT= A multi-player version of a popular game for the X Window system +BROKEN= Unfetchable + RESTRICTED= "Possible trademark infringement" WRKSRC= ${WRKDIR}/xtris diff --git a/graphics/jpgraph/Makefile b/graphics/jpgraph/Makefile index cf2f050599c9..22245dff8913 100644 --- a/graphics/jpgraph/Makefile +++ b/graphics/jpgraph/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://members.chello.se/jpgraph/jpgdownloads/ MAINTAINER= ale@FreeBSD.org COMMENT= Draw both "quick and dirty" graphs with a minimum of code +BROKEN= Unfetchable + NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} USE_PHP= gd diff --git a/graphics/jpgraph2/Makefile b/graphics/jpgraph2/Makefile index fec03ecc165e..970324ee1549 100644 --- a/graphics/jpgraph2/Makefile +++ b/graphics/jpgraph2/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://members.chello.se/jpgraph/jpgdownloads/ MAINTAINER= ale@FreeBSD.org COMMENT= Draw both "quick and dirty" graphs with a minimum of code +BROKEN= Unfetchable + NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} USE_PHP= gd diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 67f2fdeb1e50..0677f4393b33 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -15,6 +15,8 @@ DISTNAME= aiccu_2006.07.25 MAINTAINER= meno.abels@adviser.com COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client +BROKEN= Unfetchable + USE_RC_SUBR= sixxs-aiccu USE_GMAKE= yes |