Date: Tue, 19 Jul 2011 01:30:09 GMT From: Jeff <toxic@doobie.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/159020: [maintainer update] Update to news/nzbget fixes broken libgcrypt dependency Message-ID: <201107190130.p6J1U91a030017@red.freebsd.org> Resent-Message-ID: <201107190140.p6J1e9CT052588@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159020 >Category: ports >Synopsis: [maintainer update] Update to news/nzbget fixes broken libgcrypt dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 19 01:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jeff >Release: 8.2-STABLE >Organization: >Environment: FreeBSD freebsd8stable.zyxyz.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun May 8 18:18:56 PDT 2011 toxic@freebsd8-throwaway.zyxyz.org:/usr/obj/usr/src/sys/XENHVM amd64 >Description: When using gnutls to provide SSL support, nzbget also requires libgcrypt. The gnutls port version 2.2.17_2 no longer includes gcrypt, so the nzbget port wouldn't build. This update fixes that problem by requiring gcrypt when nzbget is configured to use gnutls. >How-To-Repeat: Attempt to build nzbget without having gcrypt installed >Fix: Patch below: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/news/nzbget/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 5 Jun 2011 18:43:12 -0000 1.16 +++ Makefile 19 Jul 2011 01:06:17 -0000 @@ -7,7 +7,7 @@ PORTNAME= nzbget PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -47,6 +47,7 @@ .if defined (WITH_TLSCHECK) CONFIGURE_ARGS+= --with-tlslib=GnuTLS LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt .endif post-install: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107190130.p6J1U91a030017>