Patch for audio/baudline

Nikolas Britton freebsd at nbritton.org
Mon Apr 4 17:34:41 PDT 2005


Someone please commit this


-------------- next part --------------
--- ./old/distinfo	Mon Apr  4 18:10:26 2005
+++ distinfo	Mon Apr  4 18:19:19 2005
@@ -1,2 +1,2 @@
-MD5 (baudline_0.99_i686.tar.gz) = 6a6535edcceb637de525b58216ddf82c
-SIZE (baudline_0.99_i686.tar.gz) = 811726
+MD5 (baudline_1.00_i686.tar.gz) = 5189ff30077b3c59488a3bb9a9708871
+SIZE (baudline_1.00_i686.tar.gz) = 869394
--- ./old/Makefile	Mon Apr  4 18:10:20 2005
+++ Makefile	Mon Apr  4 18:59:31 2005
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	baudline
-PORTVERSION=	0.99
-PORTREVISION=	1
+PORTVERSION=	1.00
+PORTREVISION=	0
 CATEGORIES=	audio linux
 MASTER_SITES=	http://www.baudline.com/
 PKGNAMEPREFIX=	linux-
@@ -19,7 +19,6 @@
 RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123 \
 		${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
 
-BROKEN=		Unfetchable
 
 USE_X_PREFIX=	yes
 ONLY_FOR_ARCHS=	i386
@@ -55,11 +54,15 @@
 	@${ECHO_CMD} "-----------------------------------------------------------"
 	@${ECHO_CMD} ""
 	@${ECHO_CMD} "Baudline needs a running linprocfs, which is not"
-	@${ECHO_CMD} "activated on your system. Please read the linprocfs\(5\)"
+	@${ECHO_CMD} "activated on your system. Please read the linprocfs(5)"
 	@${ECHO_CMD} "manpage and add the following line to /etc/fstab:"
 	@${ECHO_CMD} ""
 	@${ECHO_CMD} "linproc /compat/linux/proc linprocfs rw 0 0"
 	@${ECHO_CMD} ""
+	@${ECHO_CMD} "Meanwhile, you can continue the install by manually"
+	@${ECHO_CMD} "mounting linprocfs and restarting make:"
+	@${ECHO_CMD} ""
+	@${ECHO_CMD} "mount -t linprocfs linprocfs /compat/linux/proc"
 	@${ECHO_CMD} "-----------------------------------------------------------"
 	@${FALSE}
 .endif


More information about the freebsd-ports mailing list