ports/151391: [patch] net-p2p/uhub incorrect perl dependence

Aragon Gouveia aragon at phat.za.net
Mon Oct 11 14:00:11 UTC 2010


>Number:         151391
>Category:       ports
>Synopsis:       [patch] net-p2p/uhub incorrect perl dependence
>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:   Mon Oct 11 14:00:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aragon Gouveia
>Release:        8.1-STABLE
>Organization:
>Environment:
FreeBSD igor.geek.sh 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Jul 24 19:06:08 SAST 2010     toor at igor.geek.sh:/usr/obj/usr/src/sys/IGOR  amd64
>Description:
net-p2p/uhub is set to depend on perl for both building and running, however, perl is only needed for building.  Attached patch fixes this.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-10-11 14:37:41.000000000 +0200
+++ Makefile	2010-10-11 14:37:58.000000000 +0200
@@ -14,7 +14,7 @@
 MAINTAINER=	yashin.dm at gmail.com
 COMMENT=	High performance peer-to-peer hub for the ADC network
 
-USE_PERL5=	yes
+USE_PERL5_BUILD=yes
 USE_GMAKE=	yes
 
 USE_RC_SUBR=	uhub.sh


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



More information about the freebsd-ports-bugs mailing list