ports/169474: [PATCH] dns/unbound: pkg-install fails in the installation because this file is not found.

Takefu takefu at airport.fm
Wed Jun 27 04:20:09 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list