Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2014 21:31:02 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        hamradio@FreeBSD.org
Subject:   ports/187505: [PATCH] audio/linux-baudline: Stage
Message-ID:  <3035047541318375800.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403121940.s2CJe2JU063798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3035047541318375800.enqueue>