Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2003 19:39:58 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59958: lang/php4 errors, and PHP_PORT
Message-ID:  <200312041839.hB4IdwAB096571@home.dinoex.sub.de>
Resent-Message-ID: <200312041850.hB4IoJKq079591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312041839.hB4IdwAB096571>