ports/59958: lang/php4 errors, and PHP_PORT

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Thu Dec 4 18:50:21 UTC 2003


>Number:         59958
>Category:       ports
>Synopsis:       lang/php4 errors, and PHP_PORT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 04 10:50:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
privat
>Environment:

>Description:

	postgresql7-client is obsolte.

>How-To-Repeat:

>Fix:

 	change postgresql7-client to postgresql-client

	apply this patch:

Index: php4/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/php4/Makefile,v
retrieving revision 1.38
diff -u -u -r1.38 Makefile
--- php4/Makefile	20 Nov 2003 11:07:33 -0000	1.38
+++ php4/Makefile	4 Dec 2003 18:38:57 -0000
@@ -427,7 +427,7 @@
 .endif
 
 .if defined(WITH_POSTGRESQL)
-LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql7-client
+LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql-client
 CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
 .endif
 
Index: php5/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/php5/Makefile,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile
--- php5/Makefile	20 Nov 2003 11:10:00 -0000	1.33
+++ php5/Makefile	4 Dec 2003 18:38:57 -0000
@@ -406,7 +406,7 @@
 .endif
 
 .if defined(WITH_POSTGRESQL)
-LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql7-client
+LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql-client
 CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list