diff options
author | pav <pav@FreeBSD.org> | 2004-08-12 16:25:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-12 16:25:00 +0800 |
commit | 7d7cf14f5faa6db510803db353efaea5aec5b482 (patch) | |
tree | 2666ad3adc8b13a079584e5e49eeb75f431e2487 /audio/baudline | |
parent | 5a5ce9a6c09c17aefacf103336518057feb0e6c8 (diff) | |
download | freebsd-ports-gnome-7d7cf14f5faa6db510803db353efaea5aec5b482.tar.gz freebsd-ports-gnome-7d7cf14f5faa6db510803db353efaea5aec5b482.tar.zst freebsd-ports-gnome-7d7cf14f5faa6db510803db353efaea5aec5b482.zip |
- Update to 0.98 and unbreak
PR: ports/69071
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Approved by: maintainer timeout (1 month)
Diffstat (limited to 'audio/baudline')
-rw-r--r-- | audio/baudline/Makefile | 21 | ||||
-rw-r--r-- | audio/baudline/distinfo | 4 |
2 files changed, 15 insertions, 10 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index 66e19791f325..f2efe31eb1e5 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -6,7 +6,7 @@ # PORTNAME= baudline -PORTVERSION= 0.97 +PORTVERSION= 0.98 CATEGORIES= audio linux MASTER_SITES= http://www.baudline.com/ PKGNAMEPREFIX= linux- @@ -17,26 +17,32 @@ COMMENT= A real-time signal analysis tool and an offline time-frequency browser RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -BROKEN= "Unfetchable" - USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 USE_LINUX= yes NO_BUILD= yes STRIP= -BRANDELF?= /usr/bin/brandelf +# Linux binary should not be stripped by INSTALL_PROGRAM +# because as a side effect it brands the binary as FreeBSD. +STRIP= RESTRICTED= "author requests no distribution except from their site" -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} .include <bsd.port.pre.mk> +.if !exists(${DISTDIR}/${DISTFILES}) +IGNORE= may not be automatically fetched due to licensing\ + restrictions. You must manually fetch ${DISTFILES} from\ + http://www.baudline.com/download.html. Once ${DISTFILES}\ + has been downloaded, move it to ${DISTDIR} and then\ + restart this build +.endif + LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' pre-everything:: -.if !${LINPROCFS} +.if !empty(LINPROCFS) @${ECHO_CMD} "" @${ECHO_CMD} "Check if linprocfs is running: YES" .else @@ -53,7 +59,6 @@ pre-everything:: .endif do-install: - @${BRANDELF} -t Linux ${WRKSRC}/baudline @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/audio/baudline/distinfo b/audio/baudline/distinfo index c9824e459087..c39e5c7e2593 100644 --- a/audio/baudline/distinfo +++ b/audio/baudline/distinfo @@ -1,2 +1,2 @@ -MD5 (baudline_0.97_i686.tar.gz) = dd06fdc82dbcc40ad786d13e27bee9de -SIZE (baudline_0.97_i686.tar.gz) = 771677 +MD5 (baudline_0.98_i686.tar.gz) = ad7b895535e642096616c500e4e0540f +SIZE (baudline_0.98_i686.tar.gz) = 795919 |