ports/69071: Update port: audio/baudline to 0.98

Jean-Yves Lefort jylefort at brutele.be
Wed Jul 14 23:50:24 UTC 2004


>Number:         69071
>Category:       ports
>Synopsis:       Update port: audio/baudline to 0.98
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 14 23:50:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jul 1 14:25:43 CEST 2004 jylefort at jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
- Update to 0.98
- Fetch manually (the faq says that "putting baudline on an automatic
  download or update system" is not allowed)
- Fix linprocfs check
- Cleanups:
  - use STRIP= instead of brandelf
  - remove NO_CDROM and NO_PACKAGE, as they are implied by RESTRICTED
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/audio/baudline/Makefile baudline/Makefile
--- /usr/ports/audio/baudline/Makefile	Mon Jun 21 04:36:57 2004
+++ baudline/Makefile	Thu Jul 15 01:29:14 2004
@@ -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 @@
 
 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 @@
 .endif
 
 do-install:
-	@${BRANDELF} -t Linux ${WRKSRC}/baudline
 	@${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
diff -ruN /usr/ports/audio/baudline/distinfo baudline/distinfo
--- /usr/ports/audio/baudline/distinfo	Sun Apr 18 04:40:41 2004
+++ baudline/distinfo	Thu Jul 15 01:14:19 2004
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list