Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Nov 2010 15:42:03 +0100 (CET)
From:      Florian Smeets <flo@smeets.im>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ehaupt@FreeBSD.org
Subject:   ports/151889: [PATCH] ports-mgmt/distilator: add p5-libwww dependancy
Message-ID:  <20101102144203.D30185C3D@mail.solomo.de>
Resent-Message-ID: <201011021450.oA2Eo8sX076912@freefall.freebsd.org>

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

>Number:         151889
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/distilator: add p5-libwww dependancy
>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 Nov 02 14:50:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Florian Smeets
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD mail.solomo.de 8.1-STABLE FreeBSD 8.1-STABLE #2: Tue Oct 19 23:09:11 CEST 2010
>Description:
without the patch distilator would fail like this if p5-libwww was not installed:

Can't locate HTTP/Request.pm in @INC (@INC contains: /usr/local/lib/perl5/5.12.2/BSDPAN /usr/local/lib/perl5/site_perl/5.12.2/mach /usr/local/lib/perl5/site_perl/5.12.2 /usr/local/lib/perl5/5.12.2/mach /usr/local/lib/perl5/5.12.2 .) at /usr/local/lib/perl5/site_perl/5.12.2/FreeBSD/Ports/DistilatorCommon.pm line 8.

Port maintainer (ehaupt@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- distilator-0.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/distilator.orig/Makefile /usr/ports/ports-mgmt/distilator/Makefile
--- /usr/ports/ports-mgmt/distilator.orig/Makefile	2010-11-02 15:26:57.000000000 +0100
+++ /usr/ports/ports-mgmt/distilator/Makefile	2010-11-02 15:35:45.000000000 +0100
@@ -13,7 +13,8 @@
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	A command-line script to check the availability of a ports distfiles
 
-RUN_DEPENDS=	p5-URI>=1.56:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS=	p5-URI>=1.56:${PORTSDIR}/net/p5-URI \
+		${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	5.10.1+
--- distilator-0.2.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?20101102144203.D30185C3D>