Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 09:18:27 -0700 (PDT)
From:      NIHEI Takuji <nihei@hf.FreeBSD.ORG>, rim.or.jp@www.freebsd.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39472: The mistake of the port name for which libgda2 depends
Message-ID:  <200206181618.g5IGIRsM094175@www.freebsd.org>

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

>Number:         39472
>Category:       ports
>Synopsis:       The mistake of the port name for which libgda2 depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 18 09:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     NIHEI Takuji
>Release:        FreeBSD 4.6 STABLE i386
>Organization:
>Environment:
FreeBSD edith.dynasoar.local 4.6-STABLE FreeBSD 4.6-STABLE #2: MonJun 17 01:35:46 JST 2002     root@edith.dynasoar.local:/usr/share/src/FreeBSD/4-STABLE/obj/usr/share/src/FreeBSD/4-STABLE/src/sys/LOCAL  i386

>Description:
I found typo in Makefile of libgda2. 

postgres7 -> postgresql7 
>How-To-Repeat:
cd /usr/ports/databases/libgda2
make -DWITH_POSTGRES
 
>Fix:
--- Makefile.orig       Wed Jun 19 00:51:04 2002
+++ Makefile    Wed Jun 19 00:50:00 2002
@@ -40,7 +40,7 @@
 .endif
 
 .if defined(WITH_POSTGRES)
-LIB_DEPENDS+=  pq.2:${PORTSDIR}/databases/postgres7
+LIB_DEPENDS+=  pq.2:${PORTSDIR}/databases/postgresql7
 CONFIGURE_ARGS+=       --with-postgres=${LOCALBASE}
 PLIST_SUB+=    POSTGRES=""
 .else

>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?200206181618.g5IGIRsM094175>