Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2003 12:09:18 +0300
From:      Igor Roboul <igorr@sysadm.stc>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47134: Building of ftp/proftpd port with PostgreSQL support
Message-ID:  <E18Z61W-0007AT-00@sysadm.stc>

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

>Number:         47134
>Category:       ports
>Synopsis:       Building of ftp/proftpd port with PostgreSQL support
>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 Jan 16 01:10:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Igor Roboul
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD sysadm.stc 5.0-CURRENT FreeBSD 5.0-CURRENT #16: Thu Jan 16 09:32:52 MSK 2003 root@sysadm.stc:/opt/freebsd-current/obj/opt/freebsd-current/src/sys/SYSADM i386


	
>Description:
	databases/postgresql7 port now installs its include files into $PREFIX/includes instead of $PREFIX/includes/pgsql. So all ports which support interface with PostgreSQL need to be adjusted
>How-To-Repeat:
	Start build ftp/proftpd with "make WITH_PGSQL=yes". Build process will be aborted because PostgreSQL headers could not be found.
>Fix:


--- Makefile.orig	Thu Jan 16 12:03:26 2003
+++ Makefile	Thu Jan 16 12:03:40 2003
@@ -59,7 +59,7 @@
 POSTGRESQL_PORT?=	databases/postgresql7
 MODULES:=${MODULES}:mod_sql:mod_sql_postgres
 LIB_DEPENDS+=	pq.3:\${PORTSDIR}/${POSTGRESQL_PORT}
-INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include/pgsql
+INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include
 LIBDIRS:=${LIBDIRS}:${PREFIX}/lib
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18Z61W-0007AT-00>