ports/187505: [PATCH] audio/linux-baudline: Stage
Johannes Jost Meixner
xmj at chaot.net
Wed Mar 12 19:40:02 UTC 2014
>Number: 187505
>Category: ports
>Synopsis: [PATCH] audio/linux-baudline: 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:02 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 (hamradio at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.03.12 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- linux-baudline-1.08.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 347997)
+++ Makefile (working copy)
@@ -13,7 +13,6 @@
MAINTAINER= hamradio at FreeBSD.org
COMMENT= Real-time signal analysis and time-frequency browser
-NO_STAGE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/i686/x86/}
USE_LINUX= yes
USE_LINUX_APPS= xorglibs
@@ -43,10 +42,10 @@
${BRANDELF} -t Linux ${WRKSRC}/baudline
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
- @${INSTALL} -d ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+ @${INSTALL} -d ${STAGEDIR}${DOCSDIR}
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.endif
@[ -f /compat/linux/proc/stat ] || ${CAT} ${PKGMESSAGE}
--- linux-baudline-1.08.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list