Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2012 13:17:45 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@FreeBSD.org
Cc:        sem@FreeBSD.org
Subject:   ports/169474: [PATCH] dns/unbound: pkg-install fails in the installation because this file is not found.
Message-ID:  <4FEA8969.1030300@airport.fm>
Resent-Message-ID: <201206270420.q5R4K8jN097910@freefall.freebsd.org>
In-Reply-To: <201206270017.q5R0H33s048442@unbound.local.ae-osaka.co.jp>
References:  <201206270017.q5R0H33s048442@unbound.local.ae-osaka.co.jp>

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

>Number:         169474
>Category:       ports
>Synopsis:       [PATCH] dns/unbound: pkg-install fails in the installation because this file is not found.
>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 Jun 27 04:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
Pkg-install fails in the installation because this file is not found.
Munin plugin is not in the option item.

Port maintainer (sem@FreeBSD.org) is cc'd.
>How-To-Repeat:

# make __MAKE_CONF=/dev/null install
===>  Installing for unbound-1.4.17
===>   unbound-1.4.17 depends on file: /usr/local/lib/libcrypto.so.8 - found
** Missing /usr/ports/dns/unbound/files/pkg-install.in for unbound-1.4.17.
*** Error code 1

Stop in /usr/ports/dns/unbound.
*** Error code 1

>Fix:
--- unbound.patch begins here ---
diff -ruN /usr/ports/dns/unbound/Makefile dns/unbound/Makefile
--- /usr/ports/dns/unbound/Makefile	2012-06-27 02:44:28.000000000 +0900
+++ dns/unbound/Makefile	2012-06-27 09:16:27.000000000 +0900
@@ -34,15 +34,15 @@
 PORTDOCS=	CREDITS Changelog FEATURES LICENSE README README.svn \
 		README.tests TODO control_proto_spec.txt ietf67-design-02.odp \
 		ietf67-design-02.pdf requirements.txt
-SUB_FILES=	pkg-install pkg-deinstall
 PLIST_SUB+=	PYTHON=${PYTHON} MUNIN=${MUNIN}

-OPTIONS_DEFINE=	LIBEVENT THREADS PYTHON GOST ECDSA
+OPTIONS_DEFINE=	LIBEVENT THREADS PYTHON GOST ECDSA MUNIN
 OPTIONS_DEFAULT=THREADS ECDSA

 LIBEVENT_DESC=	Enable whenever using many (10000) outgoing ports
 GOST_DESC=	Enable GOST support (requires OpenSSL from ports)
 ECDSA_DESC=	Enable ECDSA (elliptic curve) support
+MUNIN_DESC=	Install Munin plugin

 .include <bsd.port.options.mk>

--- unbound.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?4FEA8969.1030300>