From owner-freebsd-ports@FreeBSD.ORG Tue Apr 5 00:34:41 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8778216A4CE for ; Tue, 5 Apr 2005 00:34:41 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE0043D1F for ; Tue, 5 Apr 2005 00:34:40 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20050405003434i92005ar2ae>; Tue, 5 Apr 2005 00:34:38 +0000 Message-ID: <4251DD15.4070906@nbritton.org> Date: Mon, 04 Apr 2005 19:34:29 -0500 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: multipart/mixed; boundary="------------000101050400050407040806" Subject: Patch for audio/baudline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 00:34:41 -0000 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--