svn commit: r460577 - in head: devel/fpc-fcl-js devel/fpc-fcl-web devel/fpc-fppkg www/fpc-googleapi

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Feb 1 08:17:52 UTC 2018


Author: acm
Date: Thu Feb  1 08:17:51 2018
New Revision: 460577
URL: https://svnweb.freebsd.org/changeset/ports/460577

Log:
  - Add missing depedencies

Modified:
  head/devel/fpc-fcl-js/Makefile
  head/devel/fpc-fcl-web/Makefile
  head/devel/fpc-fppkg/Makefile
  head/www/fpc-googleapi/Makefile

Modified: head/devel/fpc-fcl-js/Makefile
==============================================================================
--- head/devel/fpc-fcl-js/Makefile	Thu Feb  1 07:58:47 2018	(r460576)
+++ head/devel/fpc-fcl-js/Makefile	Thu Feb  1 08:17:51 2018	(r460577)
@@ -6,7 +6,7 @@ PKGNAMESUFFIX=	-fcl-js
 
 COMMENT=	Free Pascal Javascript scanner/parser/syntax tree (FCL)
 
-USE_FPC=	yes
+USE_FPC=	fcl-base fcl-res rtl-objpas
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}

Modified: head/devel/fpc-fcl-web/Makefile
==============================================================================
--- head/devel/fpc-fcl-web/Makefile	Thu Feb  1 07:58:47 2018	(r460576)
+++ head/devel/fpc-fcl-web/Makefile	Thu Feb  1 08:17:51 2018	(r460577)
@@ -7,8 +7,8 @@ PKGNAMESUFFIX=	-fcl-web
 COMMENT=	Free Pascal web application libary (FCL)
 
 USE_FPC=	dblib fcl-async fcl-base fcl-db fcl-xml fcl-json fcl-net \
-		fcl-passrc fastcgi httpd22 httpd24 ibase mysql odbc openssl \
-		oracle postgres pxlib rtl-extra sqlite
+		fcl-fpcunit fcl-passrc fastcgi httpd22 httpd24 ibase mysql \
+		odbc openssl oracle postgres pxlib rtl-extra sqlite
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}

Modified: head/devel/fpc-fppkg/Makefile
==============================================================================
--- head/devel/fpc-fppkg/Makefile	Thu Feb  1 07:58:47 2018	(r460576)
+++ head/devel/fpc-fppkg/Makefile	Thu Feb  1 08:17:51 2018	(r460577)
@@ -6,9 +6,9 @@ PKGNAMESUFFIX=	-fppkg
 
 COMMENT=	Free Pascal package manager unit
 
-USE_FPC=	dblib fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net \
-		fcl-passrc fcl-web fcl-xml httpd22 httpd24 ibase mysql odbc \
-		openssl oracle postgres pxlib rtl-extra sqlite
+USE_FPC=	dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-json \
+		fcl-net fcl-passrc fcl-web fcl-xml httpd22 httpd24 ibase \
+		mysql odbc openssl oracle postgres pxlib rtl-extra sqlite
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}

Modified: head/www/fpc-googleapi/Makefile
==============================================================================
--- head/www/fpc-googleapi/Makefile	Thu Feb  1 07:58:47 2018	(r460576)
+++ head/www/fpc-googleapi/Makefile	Thu Feb  1 08:17:51 2018	(r460577)
@@ -5,9 +5,10 @@ PKGNAMESUFFIX=	-googleapi
 
 COMMENT=	Free Pascal googleapi unit
 
-USE_FPC=	dblib fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net \
-		fcl-passrc fcl-res fcl-web fcl-xml httpd22 httpd24 ibase mysql \
-		postgres pxlib odbc openssl oracle rtl-extra rtl-objpas sqlite
+USE_FPC=	dblib fastcgi fcl-async fcl-base fcl-db fcl-json fcl-fpcunit \
+		fcl-net fcl-passrc fcl-res fcl-web fcl-xml httpd22 httpd24 \
+		ibase mysql postgres pxlib odbc openssl oracle rtl-extra \
+		rtl-objpas sqlite
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-head mailing list