Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 May 2004 18:13:43 -0400 (EDT)
From:      michael johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        arved@FreeBSD.org
Subject:   ports/66228: [PATCH] security/libgcrypt: [add LIB_DEPENDS on libgpg-error]
Message-ID:  <20040503221343.225325E77@ahze.ahze.net>
Resent-Message-ID: <200405032220.i43MKFtI067427@freefall.freebsd.org>

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

>Number:         66228
>Category:       ports
>Synopsis:       [PATCH] security/libgcrypt: [add LIB_DEPENDS on libgpg-error]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 03 15:20:14 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May  3 05:09:04 EDT
>Description:
- add LIB_DEPENDS on libgpg-error

Port maintainer (arved@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libgcrypt-1.2.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	3 May 2004 13:57:44 -0000	1.13
+++ Makefile	3 May 2004 22:10:15 -0000
@@ -15,6 +15,8 @@
 MAINTAINER=	arved@FreeBSD.org
 COMMENT=	"General purpose crypto library based on code used in GnuPG"
 
+LIB_DEPENDS=	gpg-error.1:${PORTSDIR}/security/libgpg-error
+
 USE_REINPLACE=	yes
 USE_PERL5=	yes
 USE_LIBTOOL_VER=13
--- libgcrypt-1.2.0.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040503221343.225325E77>