Date: Wed, 12 Mar 2014 21:33:38 +0200 (EET) From: Johannes Jost Meixner <xmj@chaot.net> To: FreeBSD-gnats-submit@freebsd.org Cc: mi@aldan.algebra.com Subject: ports/187504: [PATCH] math/wingzpro: Stage Message-ID: <8486332048445179996.enqueue@mx12.chaot.net> Resent-Message-ID: <201403121940.s2CJe1Cx063787@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187504 >Category: ports >Synopsis: [PATCH] math/wingzpro: Stage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 19:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Sun Mar 9 15:34:03 EET >Description: - Stagify Port maintainer (mi@aldan.algebra.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.12 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- wingzpro-311.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 347997) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= wingzpro PORTVERSION= 311 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math linux MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR=apps/financial/spreadsheet @@ -22,12 +22,11 @@ # XXX: this is missing "${BRANDELF} -t Linux <executables>" -NO_STAGE= yes do-install: - ${TAR} -xzp -C ${LOCALBASE} -f ${DISTDIR}/${DISTFILES} + ${TAR} -xzp -C ${STAGEDIR}${LOCALBASE} -f ${DISTDIR}/${DISTFILES} ${SED} 's%_LOCALBASE_%${LOCALBASE}%' \ < ${FILESDIR}/Wingz3 \ - > ${LOCALBASE}/bin/Wingz3 - ${CHMOD} 755 ${LOCALBASE}/bin/Wingz3 + > ${STAGEDIR}${LOCALBASE}/bin/Wingz3 + ${CHMOD} 755 ${STAGEDIR}${LOCALBASE}/bin/Wingz3 .include <bsd.port.mk> --- wingzpro-311.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8486332048445179996.enqueue>