ports/171315: [PATCH] net/gwhois: Add missing dependency

Ilya Bakulin kibab at olymp.kibab.com
Tue Sep 4 09:40:03 UTC 2012


>Number:         171315
>Category:       ports
>Synopsis:       [PATCH] net/gwhois: Add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 09:40:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ilya Bakulin
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD olymp.kibab.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
>Description:
Add missing dependency (otherwise starting gwhois fails on clean system)

Port maintainer (sylvio at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
Install net/gwhois on clean system (without perl modules), try to run -- it will complain that it cannot find libIDN.
>Fix:

--- gwhois-20100728.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/gwhois/Makefile ./Makefile
--- /usr/ports/net/gwhois/Makefile	2010-08-31 13:50:39.000000000 +0200
+++ ./Makefile	2012-09-04 11:25:26.000000000 +0200
@@ -15,6 +15,7 @@
 COMMENT=	Flexible whois client and proxy
 
 RUN_DEPENDS=	p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
+		p5-Net-LibIDN:${PORTSDIR}/dns/p5-Net-LibIDN \
 		lynx:${PORTSDIR}/www/lynx \
 		curl:${PORTSDIR}/ftp/curl
 
--- gwhois-20100728.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list