ports/52107: www/rt3 &% postgresql missing dependency

Palle Girgensohn girgen at rambutan.pingpong.net
Mon May 12 11:40:17 UTC 2003


>Number:         52107
>Category:       ports
>Synopsis:       www/rt3 &% postgresql missing dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 12 04:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD rambutan.pingpong.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 02:51:10 CEST 2003 girgen at banan.pingpong.net:/misc/obj/cluster1/src/sys/WORKSTATION i386


	
>Description:
when building www/rt3 with postgresql support (DB_TYPE=Pg) the port
should depend on p5-DBD-Pg.

>How-To-Repeat:
	
>Fix:

	

Index: Makefile
===================================================================
RCS file: /misc/ncvs/ports/www/rt3/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	8 May 2003 15:15:06 -0000	1.11
+++ Makefile	12 May 2003 11:15:11 -0000
@@ -85,7 +85,8 @@
 DB_TYPE?=  mysql
 
 .if ${DB_TYPE} == "Pg"
-BUILD_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7
+BUILD_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7 \
+		${ARCH_PERL}/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
 TESTDEPS_ARGS+=	--with-POSTGRESQL
 .else
 DB_TYPE=        mysql

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



More information about the freebsd-ports-bugs mailing list