Date: Wed, 7 Jan 2009 12:40:41 GMT From: Artis Caune <Artis.Caune@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130263: [patch] dns/nsd: fix openssl dependency Message-ID: <200901071240.n07Cefbb021805@www.freebsd.org> Resent-Message-ID: <200901071250.n07Co0OR047518@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130263 >Category: ports >Synopsis: [patch] dns/nsd: fix openssl dependency >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 07 12:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: stable/7 >Organization: >Environment: FreeBSD builder 7.1-STABLE FreeBSD 7.1-STABLE #0 r186761: Mon Jan 5 11:46:44 EET 2009 root@builder:/usr/obj/usr/src/sys/GENERIC amd64 >Description: nsd is missing openssl dependency >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-11-21 22:34:49.000000000 +0200 +++ Makefile 2009-01-07 14:31:27.378136664 +0200 @@ -34,6 +34,8 @@ --with-xfrdfile=${NSDXFRDFILE} \ --with-libwrap +USE_OPENSSL= yes + MAN5= nsd.conf.5 MAN8= nsd.8 nsdc.8 zonec.8 nsd-checkconf.8 nsd-notify.8 nsd-patch.8 \ nsd-xfer.8 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901071240.n07Cefbb021805>