ports/54143: Port Bugfix: mail/dovecot

Dominic Marks dom at cus.org.uk
Sun Jul 6 09:30:16 UTC 2003


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



More information about the freebsd-ports-bugs mailing list