Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 11:30:07 -0700 (PDT)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/40814: explicit dependencies for security/gnupg
Message-ID:  <200207201830.g6KIU7BG086793@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40814; it has been noted by GNATS.

From: Dmitry Morozovsky <marck@rinet.ru>
To: FreeBSD-gnats-submit@FreeBSD.org, <freebsd-ports@FreeBSD.org>
Cc:  
Subject: Re: ports/40814: explicit dependencies for security/gnupg
Date: Sat, 20 Jul 2002 22:21:29 +0400 (MSD)

 On Sat, 20 Jul 2002 FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 Actually, I suppose the name of the package should be changed to reflect
 libraries used. Modified patch follows:
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/gnupg/Makefile,v
 retrieving revision 1.44
 diff -u -r1.44 Makefile
 --- Makefile    27 May 2002 23:16:06 -0000      1.44
 +++ Makefile    20 Jul 2002 18:21:06 -0000
 @@ -28,11 +28,13 @@
 
  .include <bsd.port.pre.mk>
 
 -.if exists(${PREFIX}/lib/libgdbm.so)
 +.if defined(WITH_GDBM) || exists(${PREFIX}/lib/libgdbm.so)
  LIB_DEPENDS+=  gdbm.2:${PORTSDIR}/databases/gdbm
 +PKGNAMESUFFIX+=        -gdbm
  .endif
 -.if exists(${PREFIX}/lib/libiconv.so)
 +.if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so)
  LIB_DEPENDS+=  iconv.3:${PORTSDIR}/converters/libiconv
 +PKGNAMESUFFIX+=        -iconv
  .endif
 
  post-install:
 
 

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?200207201830.g6KIU7BG086793>