From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 09:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EA381065673 for ; Tue, 4 Sep 2012 09:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 133BB8FC1A for ; Tue, 4 Sep 2012 09:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q849e2Z1003804 for ; Tue, 4 Sep 2012 09:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q849e2qF003792; Tue, 4 Sep 2012 09:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 4 Sep 2012 09:40:02 GMT Resent-Message-Id: <201209040940.q849e2qF003792@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ilya Bakulin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AD3C1065670; Tue, 4 Sep 2012 09:34:43 +0000 (UTC) (envelope-from kibab@olymp.kibab.com) Received: from olymp.kibab.com (olymp.kibab.com [5.9.14.202]) by mx1.freebsd.org (Postfix) with ESMTP id CF6698FC0A; Tue, 4 Sep 2012 09:34:42 +0000 (UTC) Received: by olymp.kibab.com (Postfix, from userid 2048) id 5B9B73F432; Tue, 4 Sep 2012 11:28:45 +0200 (CEST) Message-Id: <20120904092845.5B9B73F432@olymp.kibab.com> Date: Tue, 4 Sep 2012 11:28:45 +0200 (CEST) From: Ilya Bakulin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sylvio@FreeBSD.org Subject: ports/171315: [PATCH] net/gwhois: Add missing dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 09:40:03 -0000 >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: