Date: Sat, 23 Jul 2005 18:24:13 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83949: [unbreak] audio/mpiosh Message-ID: <E1DwKvF-000IHY-Rq@az.inec.ru> Resent-Message-ID: <200507231430.j6NEUCPr077978@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DwKvF-000IHY-Rq>