Bug 187505 - [PATCH] audio/linux-baudline: Stage
Summary: [PATCH] audio/linux-baudline: Stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 19:40 UTC by Johannes Meixner
Modified: 2014-03-14 02:30 UTC (History)
1 user (show)

See Also:


Attachments
linux-baudline-1.08.patch (847 bytes, patch)
2014-03-12 19:40 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-03-12 19:40:02 UTC
- Stagify

Port maintainer (hamradio@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.12 (mode: change, diff: SVN)
Comment 1 Diane Bruce freebsd_committer freebsd_triage 2014-03-12 20:09:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->db
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-14 02:20:39 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"
Comment 3 Diane Bruce freebsd_committer freebsd_triage 2014-03-14 02:21:09 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!