summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
committersem <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
commitdcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6 (patch)
tree76234934eba7210d6aca9d178bb055f163431278 /lang
parente738a683373def0e7540d0e6027860ba8c147e94 (diff)
downloadFreeBSD-ports-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.zip
FreeBSD-ports-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.gz
- Fix after spliting firebird
- Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
Diffstat (limited to 'lang')
-rw-r--r--lang/fpc/Makefile4
-rw-r--r--lang/php4/Makefile2
-rw-r--r--lang/php4/Makefile.ext4
-rw-r--r--lang/php5/Makefile2
-rw-r--r--lang/php5/Makefile.ext4
-rw-r--r--lang/php53/Makefile2
-rw-r--r--lang/php53/Makefile.ext4
7 files changed, 11 insertions, 11 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile
index d20ea03..30b46cc 100644
--- a/lang/fpc/Makefile
+++ b/lang/fpc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fpc
PORTVERSION= 1.0.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \
ftp://planetmirror.com/pub/fpc/dist/FreeBSD/ \
@@ -25,7 +25,7 @@ COMMENT= Free Pascal compiler with Turbo, Delphi and other extensions
.include <bsd.port.pre.mk>
-LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
+LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
.if ${OSVERSION} < 470000
EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
TAR= ${LOCALBASE}/bin/gtar
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 42abe65..a186cee 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php4
PORTVERSION= 4.3.11
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index d6c83fa..ca0464e 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -148,9 +148,9 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "interbase"
-LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
+LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
-CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}/firebird
+CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "ldap"
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index fbde54d..aa3dfad 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.0.4
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 43ff55c..d627640 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -142,9 +142,9 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "interbase"
-LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
+LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
-CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}/firebird
+CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "ldap"
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index fbde54d..aa3dfad 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.0.4
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 43ff55c..d627640 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -142,9 +142,9 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "interbase"
-LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
+LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
-CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}/firebird
+CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "ldap"
OpenPOWER on IntegriCloud