diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile index 2bde1f4e39f6..3315d13f2f6d 100644 --- a/devel/fpc-fcl-db/Makefile +++ b/devel/fpc-fcl-db/Makefile @@ -1,28 +1,29 @@ # New ports collection makefile for: Free Pascal Compiler # Date created: 2006-09-11 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-db MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-fpcunit/Makefile b/devel/fpc-fcl-fpcunit/Makefile index 6e04f7bfde42..9d5ec9bd97d0 100644 --- a/devel/fpc-fcl-fpcunit/Makefile +++ b/devel/fpc-fcl-fpcunit/Makefile @@ -1,23 +1,24 @@ # New ports collection makefile for: Free Pascal Compiler # Date created: 2006-09-11 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-fpcunit MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ ${UNITSDIR}/fcl-xml/Package.fpc:${PORTSDIR}/devel/fpc-fcl-xml UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-image/Makefile b/devel/fpc-fcl-image/Makefile index e704c4ed7bd8..900e3f3a9991 100644 --- a/devel/fpc-fcl-image/Makefile +++ b/devel/fpc-fcl-image/Makefile @@ -1,27 +1,28 @@ # New ports collection makefile for: Free Pascal Compiler # Date created: 2006-09-11 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-image MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ - ${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash\ + ${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ ${UNITSDIR}/libpng/Package.fpc:${PORTSDIR}/graphics/fpc-libpng UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-net/Makefile b/devel/fpc-fcl-net/Makefile index 516fa8cddd27..ceb95c02350a 100644 --- a/devel/fpc-fcl-net/Makefile +++ b/devel/fpc-fcl-net/Makefile @@ -1,25 +1,26 @@ # New ports collection makefile for: Free Pascal Compiler # Date created: 2006-09-11 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-net MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ ${UNITSDIR}/fcl-xml/Package.fpc:${PORTSDIR}/devel/fpc-fcl-xml \ - ${UNITSDIR}/fcl-passrc/Package.fpc:${PORTSDIR}/devel/fpc-fcl-passrc + ${UNITSDIR}/fcl-passrc/Package.fpc:${PORTSDIR}/devel/fpc-fcl-passrc \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-registry/Makefile b/devel/fpc-fcl-registry/Makefile index aa3b3fe3f8b0..fb79abf3e405 100644 --- a/devel/fpc-fcl-registry/Makefile +++ b/devel/fpc-fcl-registry/Makefile @@ -1,24 +1,25 @@ # New ports collection makefile for: Free Pascal Compiler # Date created: 2006-09-11 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-registry MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ - ${UNITSDIR}/fcl-xml/Package.fpc:${PORTSDIR}/devel/fpc-fcl-xml + ${UNITSDIR}/fcl-xml/Package.fpc:${PORTSDIR}/devel/fpc-fcl-xml \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile"