From owner-svn-ports-all@FreeBSD.ORG Wed Feb 19 10:53:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADC672E2; Wed, 19 Feb 2014 10:53:30 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8427E1775; Wed, 19 Feb 2014 10:53:29 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 75B7A43B4E; Wed, 19 Feb 2014 04:53:07 -0600 (CST) Message-ID: <53048D01.2060200@marino.st> Date: Wed, 19 Feb 2014 11:52:49 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Edwin Groothuis Subject: Re: svn commit: r345059 - head/net-mgmt/ipv6calc References: <201402191015.s1JAFlHQ070414@svn.freebsd.org> <530485D8.7070801@marino.st> In-Reply-To: <530485D8.7070801@marino.st> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 10:53:30 -0000 On 2/19/2014 11:22, John Marino wrote: > On 2/19/2014 11:15, Edwin Groothuis wrote: >> Author: edwin >> Date: Wed Feb 19 10:15:47 2014 >> New Revision: 345059 >> URL: http://svnweb.freebsd.org/changeset/ports/345059 >> QAT: https://qat.redports.org/buildarchive/r345059/ >> >> Log: >> Add perl5 to USES statement to make the pkg-fallout-builder happy. >> >> Modified: >> head/net-mgmt/ipv6calc/Makefile >> > > Hi Edwin, I was just fixing this but also it needs SHEBANGFIX as well > (many scripts hardcoded with /usr/bin/perl). I was just about to fire > poudriere to do this. Unless you tell me "stop" I'll proceed. > Edwin, On second thought, never mind. It doesn't appear that any of the hardcoded scripts are installed or used for building, so there's no need for shebangfix atm. Thanks, John