Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 19:41:45 +0200 (EET)
From:      Esa Karkkainen <ejk@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ejk@iki.fi
Subject:   ports/47264: mail/faces: Incorrect library dependancy
Message-ID:  <200301201741.h0KHfjEb071201@corsair.my.domain>

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

>Number:         47264
>Category:       ports
>Synopsis:       mail/faces: Incorrect library dependancy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 20 09:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Esa Karkkainen
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Is in state of disintegration
>Environment:
System:	FreeBSD 4.7-STABLE Sat Jan 4 18:18:55 EET 2003
Ports:	CVSupped Mon Jan 20 19:15 EET 2003

devel/gettext already installed.

>Description:

Incorrect depency to devel/gettext.

>How-To-Repeat:

cd /usr/ports/devel/gettext && make && make install
cd ../../mail/faces && make && make install

>Fix:

--- Makefile.orig	Mon Jan 20 19:14:14 2003
+++ Makefile	Mon Jan 20 19:31:06 2003
@@ -14,7 +14,7 @@
 
 MAINTAINER=	Lars.Koeller@Uni-Bielefeld.DE
 
-LIB_DEPENDS=    intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS=    intl.4:${PORTSDIR}/devel/gettext
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS= --prefix=${PREFIX} --enable-imap --enable-pop \
>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?200301201741.h0KHfjEb071201>