diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 09:35:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 09:35:21 +0800 |
commit | 59a1047704a7b08f73afb0951599ecf6356f561a (patch) | |
tree | 1fdb81dce9c78d954de6da8022ea43b06ce916ed /devel | |
parent | 0ac7d39af7430dad1e4dd93dca3ed895af453594 (diff) | |
download | freebsd-ports-gnome-59a1047704a7b08f73afb0951599ecf6356f561a.tar.gz freebsd-ports-gnome-59a1047704a7b08f73afb0951599ecf6356f561a.tar.zst freebsd-ports-gnome-59a1047704a7b08f73afb0951599ecf6356f561a.zip |
Mark as broken: fails to install (cannot find certain components.)
Approved by: portmgr (self)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fpc-fcl-db/Makefile | 2 | ||||
-rw-r--r-- | devel/fpc-fcl-fpcunit/Makefile | 2 | ||||
-rw-r--r-- | devel/fpc-fcl-image/Makefile | 2 | ||||
-rw-r--r-- | devel/fpc-fcl-registry/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
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/-//} |