From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 14 23:50:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9653516A4CE for ; Wed, 14 Jul 2004 23:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 753C743D41 for ; Wed, 14 Jul 2004 23:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6ENoOnd044804 for ; Wed, 14 Jul 2004 23:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6ENoOtx044803; Wed, 14 Jul 2004 23:50:24 GMT (envelope-from gnats) Resent-Date: Wed, 14 Jul 2004 23:50:24 GMT Resent-Message-Id: <200407142350.i6ENoOtx044803@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2ABF16A4CE for ; Wed, 14 Jul 2004 23:50:10 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.203.brutele.be [212.68.242.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3208F43D2F for ; Wed, 14 Jul 2004 23:50:10 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 9FA955519; Thu, 15 Jul 2004 01:50:08 +0200 (CEST) Received: by jsite.lefort.net (Postfix, from userid 1000) id ECC2A22E1E; Thu, 15 Jul 2004 01:50:07 +0200 (CEST) Message-Id: <20040714235007.ECC2A22E1E@jsite.lefort.net> Date: Thu, 15 Jul 2004 01:50:07 +0200 (CEST) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dyeske@yahoo.com Subject: ports/69071: Update port: audio/baudline to 0.98 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 23:50:24 -0000 >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@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 +.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: