Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Sep 2012 11:28:45 +0200 (CEST)
From:      Ilya Bakulin <kibab@olymp.kibab.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sylvio@FreeBSD.org
Subject:   ports/171315: [PATCH] net/gwhois: Add missing dependency
Message-ID:  <20120904092845.5B9B73F432@olymp.kibab.com>
Resent-Message-ID: <201209040940.q849e2qF003792@freefall.freebsd.org>

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

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



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