diff options
author | kris <kris@FreeBSD.org> | 2005-05-07 23:09:34 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-07 23:09:34 +0000 |
commit | c10d4b66e327b7cc03525f979d55812c5ed32e3a (patch) | |
tree | bdde0e19fe73dbf91f3eaffc46a10191557def18 | |
parent | fcc328d6036ffcf263a4407d0a04acfc55effda6 (diff) | |
download | FreeBSD-ports-c10d4b66e327b7cc03525f979d55812c5ed32e3a.zip FreeBSD-ports-c10d4b66e327b7cc03525f979d55812c5ed32e3a.tar.gz |
BROKEN: Incomplete pkg-plist
-rw-r--r-- | devel/arm-elf-gcc295/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse-vep/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse/Makefile | 2 | ||||
-rw-r--r-- | lang/fpc-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-monitor/Makefile | 2 | ||||
-rw-r--r-- | mail/smtptrapd/Makefile | 2 | ||||
-rw-r--r-- | sysutils/asr-utils/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/devel/arm-elf-gcc295/Makefile b/devel/arm-elf-gcc295/Makefile index 52b5695..4733433 100644 --- a/devel/arm-elf-gcc295/Makefile +++ b/devel/arm-elf-gcc295/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils +BROKEN= Incomplete pkg-plist + ONLY_FOR_ARCHS= i386 GCC_REV= ${DISTNAME:S/gcc-//g} diff --git a/java/eclipse-vep/Makefile b/java/eclipse-vep/Makefile index b0e5390..b7a59fa 100644 --- a/java/eclipse-vep/Makefile +++ b/java/eclipse-vep/Makefile @@ -21,6 +21,8 @@ COMMENT= A framework for creating GUI builders for Eclipse RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.0.1/feature.xml:${PORTSDIR}/java/eclipse-emf \ ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.0.1/feature.xml:${PORTSDIR}/java/eclipse-gef +BROKEN= Incomplete pkg-plist + NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 42c0c9e..1600642 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= ${EXTRACT_DEPENDS} +BROKEN= Incomplete pkg-plist + ONLY_FOR_ARCHS= i386 USE_GMAKE= yes USE_ZIP= yes diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 056df2c..be6f193 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= marco@freepascal.org COMMENT= Delphi and Turbo Pascal compatible Pascal (commandline) compiler +BROKEN= Incomplete pkg-plist + .include <bsd.port.pre.mk> USE_GMAKE= yes diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index b7ffd7c..c40f636 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -12,6 +12,8 @@ COMMENT= The Exim monitor for the Exim MTA MASTERDIR= ${.CURDIR}/../exim PKGDIR= ${.CURDIR} +BROKEN= Incomplete pkg-plist + EXIMON_ONLY= yes # This dependency is disabled, because it prevents package users from diff --git a/mail/smtptrapd/Makefile b/mail/smtptrapd/Makefile index a27a7c4..c8b658b 100644 --- a/mail/smtptrapd/Makefile +++ b/mail/smtptrapd/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://smtptrapd.inodes.org/ MAINTAINER= anders@FreeBSD.org COMMENT= RFC 2821 compliant SMTP service that always returns a 4xx soft error +BROKEN= Incomplete pkg-plist + USE_RC_SUBR= yes SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g;s|%%RC_SUBR%%|${RC_SUBR}|g' diff --git a/sysutils/asr-utils/Makefile b/sysutils/asr-utils/Makefile index 4856a18..4d69597 100644 --- a/sysutils/asr-utils/Makefile +++ b/sysutils/asr-utils/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org COMMENT= Adaptec ASR RAID Management Software +BROKEN= Incomplete pkg-plist + ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes |