View | Details | Raw Unified | Return to bug 83949
Collapse All | Expand All

(-)mpiosh/Makefile (-4 lines)
Lines 17-26 Link Here
17
17
18
LIB_DEPENDS=	usb-0.1:${PORTSDIR}/devel/libusb
18
LIB_DEPENDS=	usb-0.1:${PORTSDIR}/devel/libusb
19
19
20
BROKEN=		Configure fails
21
DEPRECATED=	"${BROKEN}"
22
EXPIRATION_DATE=2005-09-22
23
24
USE_ICONV=	yes
20
USE_ICONV=	yes
25
USE_LIBTOOL_VER=	13
21
USE_LIBTOOL_VER=	13
26
USE_GETOPT_LONG=	yes
22
USE_GETOPT_LONG=	yes
(-)mpiosh/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	Sun May 30 05:47:49 2004
2
+++ configure	Sat Jul 23 18:09:22 2005
3
@@ -19999,7 +19999,7 @@
4
 
5
         # This 'test' call uses non-standard syntax and will fail on most
6
         # systems, but it's just informational so any warning can be ignored.
7
-if test "$LIBUSB_VER" \< "0.1.7"; then
8
+if test "$LIBUSB_VER" \< "0.1.10"; then
9
     { echo "$as_me:$LINENO: WARNING:
10
 *** You need at least version 0.1.7 of the libusb library for USB support
11
 *** http://sourceforge.net/projects/libusb/

Return to bug 83949