Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Apr 2005 19:34:29 -0500
From:      Nikolas Britton <freebsd@nbritton.org>
To:        freebsd-ports@freebsd.org
Subject:   Patch for audio/baudline
Message-ID:  <4251DD15.4070906@nbritton.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000101050400050407040806
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Someone please commit this



--------------000101050400050407040806
Content-Type: text/plain;
 name="patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch"

--- ./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

--------------000101050400050407040806--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4251DD15.4070906>