Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2010 13:55:03 GMT
From:      Aragon Gouveia <aragon@phat.za.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151391: [patch] net-p2p/uhub incorrect perl dependence
Message-ID:  <201010111355.o9BDt33r001651@www.freebsd.org>
Resent-Message-ID: <201010111400.o9BE0AQs017042@freefall.freebsd.org>

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

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



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