Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2003 10:23:33 +0100 (BST)
From:      Dominic Marks <dom@cus.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54143: Port Bugfix: mail/dovecot
Message-ID:  <200307060923.h669NXG9003269@cus.org.uk>
Resent-Message-ID: <200307060930.h669UE7q037024@freefall.freebsd.org>

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

>Number:         54143
>Category:       ports
>Synopsis:       Port Bugfix: mail/dovecot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 06 02:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD moo.cus.org.uk 4.7-STABLE FreeBSD 4.7-STABLE #4: Wed Apr 16 15:13:46 BST 2003 root@moo.cus.org.uk:/usr/obj/usr/src/sys/BAA i386

	
>Description:
	The path for the PostgreSQL dependancy was wrong.

	Spotted by: Pawel Malachowski <pawmal@unia.3lo.lublin.pl>
	
>How-To-Repeat:
	cd /usr/ports/mail/dovecot && make -DWITH_PGSQL install


>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.15
diff -u -3 -p -r1.15 Makefile
--- Makefile	3 Jul 2003 11:59:04 -0000	1.15
+++ Makefile	6 Jul 2003 09:18:01 -0000
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+=	--with-ldap
 # can be used to store user tables.
 #
 .if WITH_PGSQL
-LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql7
 CONFIGURE_ARGS+=	--with-pgsql
 .endif
 
	


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



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