Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2002 23:22:01 +0100 (CET)
From:      Ronald Kuehn <rk@ronald.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34543: Port fix: security/gnupg missing LIB_DEPENDS
Message-ID:  <200202012222.g11MM1l00765@wallace.home.ronald.org>

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

>Number:         34543
>Category:       ports
>Synopsis:       Port fix: security/gnupg missing LIB_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 01 16:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Kuehn
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD wallace.home.ronald.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Tue Dec 11 04:55:09 CET 2001 rk@merlin.home.ronald.org:/usr/build/obj/usr/src/sys/WALLACE i386


	
>Description:

The security/gnupg port is missing LIB_DEPENDS (iconv and gdbm).

>How-To-Repeat:

Build the package and try to install it on a different system (w/o the
above named libraries).

>Fix:

--- Makefile.old	Fri Feb  1 23:17:43 2002
+++ Makefile	Fri Feb  1 23:16:49 2002
@@ -16,6 +16,9 @@
 
 MAINTAINER=	kuriyama@FreeBSD.org
 
+LIB_DEPENDS=	iconv.2:${PORTSDIR}/converters/iconv \
+		gdbm.2:${PORTSDIR}/databases/gdbm
+
 #RESTRICTED=	"Crypto; export-controlled"
 GNU_CONFIGURE=	YES
 CONFIGURE_ARGS=	--with-included-gettext
>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?200202012222.g11MM1l00765>