Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  3 Jan 2003 11:03:18 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fjoe@FreeBSD.org
Subject:   ports/46718: update default POSTGRES_INCLUDE in databases/p5-DBD-Pg 
Message-ID:  <20030103100318.9B0A9104B2@snorri.pil.dk>

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

>Number:         46718
>Category:       ports
>Synopsis:       update default POSTGRES_INCLUDE in databases/p5-DBD-Pg
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 03 02:10:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD snorri.pil.dk 4.7-STABLE FreeBSD 4.7-STABLE #2: Thu Nov 14 10:46:48 CET 2002 root@snorri.pil.dk:/usr/obj/usr/src/sys/SNORRI i386


	
>Description:

  update default POSTGRES_INCLUDE to reflect reality. for some reason
  when running a BATCH build, PG_CONFIG is not set and the default is used,
  which was wrong (this was chenged a couple of versions ago by PostgreSQL)


>How-To-Repeat:
	
>Fix:

	

--- p5-DBD-Pg.diff begins here ---
Index: Makefile
===================================================================
RCS file: /cvs/pepsi/pepsi/src/ports/pil/p5-DBD-Pg/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- Makefile	3 Jan 2003 09:55:02 -0000	1.1
+++ Makefile	3 Jan 2003 09:59:04 -0000	1.2
@@ -33,6 +33,6 @@
 CONFIGURE_ENV+=	POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
 		POSTGRES_LIB=`${PG_CONFIG} --libdir`
 .else
-CONFIGURE_ENV+=	POSTGRES_INCLUDE=${PREFIX}/include/pgsql \
+CONFIGURE_ENV+=	POSTGRES_INCLUDE=${PREFIX}/include \
 		POSTGRES_LIB=${PREFIX}/lib
 .endif
--- p5-DBD-Pg.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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