[Midnightbsd-cvs] mports [17436] trunk/graphics/libgphoto2: turn off libusb for now

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 20 16:59:44 EDT 2014


Revision: 17436
          http://svnweb.midnightbsd.org/mports/?rev=17436
Author:   laffer1
Date:     2014-09-20 16:59:44 -0400 (Sat, 20 Sep 2014)
Log Message:
-----------
turn off libusb for now

Modified Paths:
--------------
    trunk/graphics/libgphoto2/Makefile
    trunk/graphics/libgphoto2/pkg-plist

Modified: trunk/graphics/libgphoto2/Makefile
===================================================================
--- trunk/graphics/libgphoto2/Makefile	2014-09-20 20:54:08 UTC (rev 17435)
+++ trunk/graphics/libgphoto2/Makefile	2014-09-20 20:59:44 UTC (rev 17436)
@@ -47,7 +47,9 @@
 
 .include <bsd.mport.options.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000040
 CONFIGURE_ENV+=	LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb"
+.endif
 
 post-patch:
 .for i in configure libgphoto2_port/configure

Modified: trunk/graphics/libgphoto2/pkg-plist
===================================================================
--- trunk/graphics/libgphoto2/pkg-plist	2014-09-20 20:54:08 UTC (rev 17435)
+++ trunk/graphics/libgphoto2/pkg-plist	2014-09-20 20:59:44 UTC (rev 17436)
@@ -90,9 +90,9 @@
 lib/libgphoto2_port.so.11
 lib/libgphoto2_port/%%VERSION_PORT%%/disk.so
 lib/libgphoto2_port/%%VERSION_PORT%%/ptpip.so
-lib/libgphoto2_port/%%VERSION_PORT%%/usb1.so
-lib/libgphoto2_port/%%VERSION_PORT%%/usbdiskdirect.so
-lib/libgphoto2_port/%%VERSION_PORT%%/usbscsi.so
+ at comment lib/libgphoto2_port/%%VERSION_PORT%%/usb1.so
+ at comment lib/libgphoto2_port/%%VERSION_PORT%%/usbdiskdirect.so
+ at comment lib/libgphoto2_port/%%VERSION_PORT%%/usbscsi.so
 libdata/pkgconfig/libgphoto2.pc
 libdata/pkgconfig/libgphoto2_port.pc
 man/man3/libgphoto2.3.gz



More information about the Midnightbsd-cvs mailing list