From owner-freebsd-ports Tue Feb 19 7:40:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8548637B419 for ; Tue, 19 Feb 2002 07:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1JFe4620105; Tue, 19 Feb 2002 07:40:04 -0800 (PST) (envelope-from gnats) Received: from bastuba.partitur.se (bastuba.partitur.se [212.209.169.194]) by hub.freebsd.org (Postfix) with ESMTP id 911B337B404 for ; Tue, 19 Feb 2002 07:36:36 -0800 (PST) Received: (from root@localhost) by bastuba.partitur.se (8.11.6/8.11.6) id g1JFaZX09641 for FreeBSD-gnats-submit@freebsd.org.AVP; Tue, 19 Feb 2002 16:36:35 +0100 (CET) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [212.209.169.222]) by bastuba.partitur.se (8.11.6/8.11.6) with ESMTP id g1JFaY309617; Tue, 19 Feb 2002 16:36:34 +0100 (CET) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.11.6/8.11.6) id g1JFaYD40180; Tue, 19 Feb 2002 16:36:34 +0100 (CET) (envelope-from girgen) Message-Id: <200202191536.g1JFaYD40180@elbas.partitur.se> Date: Tue, 19 Feb 2002 16:36:34 +0100 (CET) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org Cc: Mike Harding , demon@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35118: postgresql-7.2 and DBD-Pg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35118 >Category: ports >Synopsis: postgresql-7.2 and DBD-Pg >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 19 07:40:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD elbas.partitur.se 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Tue Feb 5 21:59:47 CET 2002 girgen@optogan.partitur.se:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: /usr/ports/databases/p5-DBD-Pg does not compile with the recent commits, which is likely to upset some people. The reason is that the include files are no longer put in their own include directory, /usr/local/include/pgsql Noticed by: Mike Harding >How-To-Repeat: >Fix: Apply the patch below. This break building with postgresql-7.1.3, but it is sadly removed from the ports tree completely, at least for the moment... Index: Makefile =================================================================== RCS file: /net/elbas/opt/ncvs/ports/databases/p5-DBD-Pg/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 15 Jul 2001 16:14:56 -0000 1.34 +++ Makefile 19 Feb 2002 15:31:42 -0000 @@ -19,7 +19,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include \ POSTGRES_LIB=${PREFIX}/lib MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message