From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 23 14:30:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 6CD0F16A41F for ; Sat, 23 Jul 2005 14:30:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0339743D49 for ; Sat, 23 Jul 2005 14:30:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6NEUCjB078001 for ; Sat, 23 Jul 2005 14:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6NEUCPr077978; Sat, 23 Jul 2005 14:30:12 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jul 2005 14:30:12 GMT Resent-Message-Id: <200507231430.j6NEUCPr077978@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, Andrej Zverev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DD016A41F for ; Sat, 23 Jul 2005 14:24:03 +0000 (GMT) (envelope-from az@inec.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97D843D49 for ; Sat, 23 Jul 2005 14:24:02 +0000 (GMT) (envelope-from az@inec.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6NEOwTC062925 for ; Sat, 23 Jul 2005 18:24:58 +0400 (MSD) Received: from az.inec.ru (msproxyoutif.intermediate.org [10.0.0.2]) by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6NEOvGG062920 for ; Sat, 23 Jul 2005 18:24:58 +0400 (MSD) Received: from az by az.inec.ru with local (Exim 4.51 (FreeBSD)) id 1DwKvF-000IHY-Rq for FreeBSD-gnats-submit@freebsd.org; Sat, 23 Jul 2005 18:24:13 +0400 Message-Id: Date: Sat, 23 Jul 2005 18:24:13 +0400 From: Andrej Zverev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83949: [unbreak] audio/mpiosh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 14:30:13 -0000 >Number: 83949 >Category: ports >Synopsis: [unbreak] audio/mpiosh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 23 14:30:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Mon May 23 20:34:48 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: The configure script is not expecting the 10 in the version string and thus thinks the version is too old. Simple fixed. >How-To-Repeat: >Fix: --- mpiosh.diff begins here --- diff -Nru mpiosh.orig/Makefile mpiosh/Makefile --- mpiosh.orig/Makefile Sat Jul 23 06:53:16 2005 +++ mpiosh/Makefile Sat Jul 23 18:20:01 2005 @@ -17,10 +17,6 @@ LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb -BROKEN= Configure fails -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - USE_ICONV= yes USE_LIBTOOL_VER= 13 USE_GETOPT_LONG= yes diff -Nru mpiosh.orig/files/patch-configure mpiosh/files/patch-configure --- mpiosh.orig/files/patch-configure Thu Jan 1 03:00:00 1970 +++ mpiosh/files/patch-configure Sat Jul 23 18:10:15 2005 @@ -0,0 +1,11 @@ +--- configure.orig Sun May 30 05:47:49 2004 ++++ configure Sat Jul 23 18:09:22 2005 +@@ -19999,7 +19999,7 @@ + + # This 'test' call uses non-standard syntax and will fail on most + # systems, but it's just informational so any warning can be ignored. +-if test "$LIBUSB_VER" \< "0.1.7"; then ++if test "$LIBUSB_VER" \< "0.1.10"; then + { echo "$as_me:$LINENO: WARNING: + *** You need at least version 0.1.7 of the libusb library for USB support + *** http://sourceforge.net/projects/libusb/ --- mpiosh.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: