Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 15:01:59 GMT
From:      Denis Generalov <gd.workbox@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186693: dns/nsd: lost mans after stagify
Message-ID:  <201402121501.s1CF1xLw027041@cgiserv.freebsd.org>
Resent-Message-ID: <201402121510.s1CFA020050667@freefall.freebsd.org>

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

>Number:         186693
>Category:       ports
>Synopsis:       dns/nsd: lost mans after stagify
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 15:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Denis Generalov
>Release:        10.0-STABLE
>Organization:
>Environment:
FreeBSD plux.powernet.ru 10.0-STABLE FreeBSD 10.0-STABLE #0 r261551: Fri Feb  7 00:54:29 MSK 2014     root@plux.powernet.ru:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
*) MAN's is not installed after port was stagified
*) convert LIB_DEPENDS to new format
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN /usr/ports/dns/nsd/Makefile ./Makefile
--- /usr/ports/dns/nsd/Makefile	2014-02-12 17:42:35.000000000 +0400
+++ ./Makefile	2014-02-12 18:53:32.000000000 +0400
@@ -3,7 +3,7 @@
 
 PORTNAME=	nsd
 PORTVERSION=	4.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
@@ -40,9 +40,6 @@
 
 USE_OPENSSL=	yes
 
-MAN5=		nsd.conf.5
-MAN8=		nsd.8 nsd-checkconf.8 nsd-control.8
-
 PORTDOCS=	CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \
 		NSD-4-features NSD-FOR-BIND-USERS README README.icc RELNOTES \
 		REQUIREMENTS TESTPLAN TODO UPGRADING coding-style \
@@ -67,7 +64,7 @@
 
 .include <bsd.port.options.mk>
 
-LIB_DEPENDS+=	event-1:${PORTSDIR}/devel/libevent
+LIB_DEPENDS+=	libevent-1.4.so:${PORTSDIR}/devel/libevent
 
 .if ${PORT_OPTIONS:MROOT_SERVER}
 CONFIGURE_ARGS+=	--enable-root-server
diff -ruN /usr/ports/dns/nsd/pkg-plist ./pkg-plist
--- /usr/ports/dns/nsd/pkg-plist	2013-11-24 00:28:04.000000000 +0400
+++ ./pkg-plist	2014-02-12 18:16:32.000000000 +0400
@@ -1,4 +1,8 @@
 %%ETCDIR%%/nsd.conf.sample
+man/man5/nsd.conf.5.gz
+man/man8/nsd-checkconf.8.gz
+man/man8/nsd-control.8.gz
+man/man8/nsd.8.gz
 sbin/nsd
 sbin/nsd-checkconf
 sbin/nsd-control
===> Done


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



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