From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 5 19:46:37 2014 Return-Path: Delivered-To: freebsd-ports-bugs@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 94384C4B for ; Thu, 5 Jun 2014 19:46:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CB5C2209 for ; Thu, 5 Jun 2014 19:46:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s55JkbkW098811 for ; Thu, 5 Jun 2014 20:46:37 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190667] New: german/bbbike: stage directory support Date: Thu, 05 Jun 2014 19:46:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: slaven@rezic.de X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 19:46:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190667 Bug ID: 190667 Summary: german/bbbike: stage directory support Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: slaven@rezic.de Fix: diff -ruN /usr/ports/german/BBBike/Makefile ./Makefile --- /usr/ports/german/BBBike/Makefile 2014-05-05 11:45:36.000000000 +0200 +++ ./Makefile 2014-06-05 20:51:34.000000000 +0200 @@ -18,14 +18,11 @@ USES= perl5 POD2MAN= pod2man -MAN1= bbbike.1 - -MYDESTDIR= ${PREFIX}/BBBike +MYDESTDIR= ${STAGEDIR}${PREFIX}/BBBike LOCAL_PERL_ARCH= ${PERL_ARCH} PLIST_SUB= LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH} -NO_STAGE= yes do-build: cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean @@ -46,14 +43,14 @@ do-install: -${RM} -rf ${MYDESTDIR} - ${INSTALL_MAN} ${WRKSRC}/bbbike.1 ${PREFIX}/man/man1 - ${CP} -r ${WRKSRC} ${MYDESTDIR} + ${INSTALL_MAN} ${WRKSRC}/bbbike.1 ${STAGEDIR}${PREFIX}/man/man1 + ${FIND} ${WRKSRC} | ${XARGS} ${CHMOD} ugo+r + ${FIND} ${WRKSRC} -perm -u=x | ${XARGS} ${CHMOD} go+x + ${CP} -rp ${WRKSRC} ${MYDESTDIR} ${RM} -f ${MYDESTDIR}/bbbike.1 - ${FIND} ${MYDESTDIR} | ${XARGS} ${CHMOD} ugo+r - ${FIND} ${MYDESTDIR} -perm -u=x | ${XARGS} ${CHMOD} go+x .for f in ${BBBIKEEXE} - -${RM} -f ${PREFIX}/bin/$f - ${LN} -s ${MYDESTDIR}/$f ${PREFIX}/bin/$f + -${RM} -f ${STAGEDIR}${PREFIX}/bin/$f + ${LN} -s ../BBBike/$f ${STAGEDIR}${PREFIX}/bin/$f .endfor .include diff -ruN /usr/ports/german/BBBike/pkg-plist.in ./pkg-plist.in --- /usr/ports/german/BBBike/pkg-plist.in 2013-07-06 11:18:27.000000000 +0200 +++ ./pkg-plist.in 2014-06-05 20:51:34.000000000 +0200 @@ -209,19 +209,16 @@ BBBike/Way/Metric.pm BBBike/Wizards.pm BBBike/bbbike -@exec ln -fs %D/%F %D/bin/bbbike -@unexec rm -f %D/bin/bbbike +bin/bbbike BBBike/bbbike-activeperl.bat BBBike/bbbike-fast.bat BBBike/bbbike.bat BBBike/bbbike.pod BBBike/bbbikeapplet BBBike/bbbikeclient -@exec ln -fs %D/%F %D/bin/bbbikeclient -@unexec rm -f %D/bin/bbbikeclient +bin/bbbikeclient BBBike/cbbbike -@exec ln -fs %D/%F %D/bin/cbbbike -@unexec rm -f %D/bin/cbbbike +bin/cbbbike BBBike/cbbbike.bat BBBike/cgi/README BBBike/cgi/bbbike-data.cgi @@ -248,8 +245,7 @@ BBBike/cgi/tinyhttpd.config BBBike/cgi/wapbbbike.cgi BBBike/cmdbbbike -@exec ln -fs %D/%F %D/bin/cmdbbbike -@unexec rm -f %D/bin/cmdbbbike +bin/cmdbbbike BBBike/data/.modified BBBike/data/Berlin.coords.data BBBike/data/Potsdam.coords.data @@ -1077,10 +1073,10 @@ BBBike/plugins/MerkaartorPlugin.pm BBBike/plugins/MultiMap.pm BBBike/smsbbbike -@exec ln -fs %D/%F %D/bin/smsbbbike -@unexec rm -f %D/bin/smsbbbike +bin/smsbbbike BBBike/tkbikepwr BBBike/tmp/.keep_me +man/man1/bbbike.1.gz BBBike/lib/%%LOCAL_PERL_ARCH%%/BBBikeXS.pm BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline.pm BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2.pm -- You are receiving this mail because: You are the assignee for the bug.