From 59a1047704a7b08f73afb0951599ecf6356f561a Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 25 Nov 2007 01:35:21 +0000 Subject: Mark as broken: fails to install (cannot find certain components.) Approved by: portmgr (self) --- devel/fpc-fcl-db/Makefile | 2 ++ devel/fpc-fcl-fpcunit/Makefile | 2 ++ devel/fpc-fcl-image/Makefile | 2 ++ devel/fpc-fcl-registry/Makefile | 2 ++ 4 files changed, 8 insertions(+) (limited to 'devel') diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile index 31f4ce6fe712..5bf2f0e1486b 100644 --- a/devel/fpc-fcl-db/Makefile +++ b/devel/fpc-fcl-db/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite +BROKEN= fails to install + UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/devel/fpc-fcl-fpcunit/Makefile b/devel/fpc-fcl-fpcunit/Makefile index 9712c9384c91..3cf01fa78e50 100644 --- a/devel/fpc-fcl-fpcunit/Makefile +++ b/devel/fpc-fcl-fpcunit/Makefile @@ -17,6 +17,8 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/fcl-xml/Package.fpc:${PORTSDIR}/devel/fpc-fcl-xml \ ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb +BROKEN= fails to install + UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/devel/fpc-fcl-image/Makefile b/devel/fpc-fcl-image/Makefile index 6393a3b5134a..c5710f95c5a5 100644 --- a/devel/fpc-fcl-image/Makefile +++ b/devel/fpc-fcl-image/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ ${UNITSDIR}/libpng/Package.fpc:${PORTSDIR}/graphics/fpc-libpng +BROKEN= fails to install + UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/devel/fpc-fcl-registry/Makefile b/devel/fpc-fcl-registry/Makefile index cac008441309..b06dfb1a8afd 100644 --- a/devel/fpc-fcl-registry/Makefile +++ b/devel/fpc-fcl-registry/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb +BROKEN= fails to install + UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -- cgit