From owner-svn-ports-head@FreeBSD.ORG Mon Aug 11 21:23:19 2014 Return-Path: Delivered-To: svn-ports-head@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 2189F10E for ; Mon, 11 Aug 2014 21:23:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA9C126C0 for ; Mon, 11 Aug 2014 21:23:18 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 2f33 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 11 Aug 2014 21:23:18 +0000 From: John Marino Date: Mon, 11 Aug 2014 21:23:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364667 - head/german/BBBike X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e93446.2f33.7cede91d@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 21:23:19 -0000 Author: marino Date: Mon Aug 11 21:23:18 2014 New Revision: 364667 URL: http://svnweb.freebsd.org/changeset/ports/364667 QAT: https://qat.redports.org/buildarchive/r364667/ Log: german/BBBike: Clear up build warnings caused by early shell command PR: 190667 Reported by: Sean Bruno Submitted by: eserte12 (yahoo.de) Approved by: Just Fix It Modified: head/german/BBBike/Makefile Modified: head/german/BBBike/Makefile ============================================================================== --- head/german/BBBike/Makefile Mon Aug 11 21:18:45 2014 (r364666) +++ head/german/BBBike/Makefile Mon Aug 11 21:23:18 2014 (r364667) @@ -13,7 +13,7 @@ COMMENT= Route-finder for cyclists in Be BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ -p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ + p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File USES= perl5 @@ -23,7 +23,14 @@ MYDESTDIR= ${STAGEDIR}${PREFIX}/BBBike .include +# The following != assignment will generate a warning +# with portlint et al. Problem is that the nearest +# replacements ${PERL_VER}/${PERL_ARCH} do not work here: +# the value of PERL_ARCH is always "mach" on FreeBSD systems, +# but $Config{archname} here is something like "amd64-freebsd" +.if exists(${PERL5}) LOCAL_PERL_ARCH!= ${PERL5} -MConfig -e '$$x = qq{$$Config{version}/$$Config{archname}}; $$x =~ s{/}{\\\\/}g; print $$x' +.endif PLIST_SUB= LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH} BBBIKE_PERL_EXE= bbbike cbbbike bbbikeclient cmdbbbike smsbbbike