From xmj@chaot.net  Wed Mar 12 19:31:05 2014
Return-Path: <xmj@chaot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 176A3A02;
	Wed, 12 Mar 2014 19:31:05 +0000 (UTC)
Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id D098B794;
	Wed, 12 Mar 2014 19:31:04 +0000 (UTC)
Received: from mx12.chaot.net (85.253.101.219.cable.starman.ee [85.253.101.219])
	by dd16522.kasserver.com (Postfix) with ESMTPSA id 1FB9F4560B7;
	Wed, 12 Mar 2014 20:31:03 +0100 (CET)
Received: from localhost (1003@localhost [local]);
	by localhost (OpenSMTPD) with ESMTPA id 0b78dcb4;
	Wed, 12 Mar 2014 21:31:02 +0200 (EET)
Message-Id: <3035047541318375800.enqueue@mx12.chaot.net>
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: [PATCH] audio/linux-baudline: Stage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         187505
>Category:       ports
>Synopsis:       [PATCH] audio/linux-baudline: Stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    db
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 12 19:40:02 UTC 2014
>Closed-Date:    Fri Mar 14 02:21:10 UTC 2014
>Last-Modified:  Fri Mar 14 02:30:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->db 
Responsible-Changed-By: db 
Responsible-Changed-When: Wed Mar 12 20:09:25 UTC 2014 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=187505 
State-Changed-From-To: open->closed 
State-Changed-By: db 
State-Changed-When: Fri Mar 14 02:21:09 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187505 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187505: commit references a PR
Date: Fri, 14 Mar 2014 02:20:39 +0000 (UTC)

 Author: db
 Date: Fri Mar 14 02:20:32 2014
 New Revision: 348148
 URL: http://svnweb.freebsd.org/changeset/ports/348148
 QAT: https://qat.redports.org/buildarchive/r348148/
 
 Log:
   - revert 339830 since it which undefs EXTRACT_SUFX breaking build
   - stagify [1]
   
   PR:		ports/187505 [1]
   Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
 
 Modified:
   head/audio/baudline/Makefile
 
 Modified: head/audio/baudline/Makefile
 ==============================================================================
 --- head/audio/baudline/Makefile	Fri Mar 14 01:42:51 2014	(r348147)
 +++ head/audio/baudline/Makefile	Fri Mar 14 02:20:32 2014	(r348148)
 @@ -13,7 +13,6 @@ DISTNAME=	baudline_${PORTVERSION:S/.p/pr
  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
 @@ -30,6 +29,7 @@ OPTIONS_DEFAULT=	MPG123
  MMPG123_RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
  
  .include <bsd.port.options.mk>
 +.include <bsd.port.pre.mk>
  
  .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
  IGNORE=		may not be automatically fetched due to licensing\
 @@ -43,11 +43,11 @@ do-build:
  	${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}
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
