Date: Sat, 7 Dec 2002 08:29:48 -0700 (MST) From: John Reynolds <johnjen@reynoldsnet.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46064: [PATCH] gphoto2 needs update to point to new libusb (commit pending) Message-ID: <200212071529.gB7FTmOr063510@whale.home-net>
next in thread | raw e-mail | index | archive | help
>Number: 46064 >Category: ports >Synopsis: [PATCH] gphoto2 needs update to point to new libusb (commit pending) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Dec 07 07:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: John Reynolds >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD whale 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 5 19:52:40 MST 2002 root@dolphin:/usr/obj/usr/src/sys/WHALE i386 >Description: The gphoto2 port needs to be updated to point to the latest libusb port. libusb will be udated (http://www.freebsd.org/cgi/query-pr.cgi?pr=46059) to 0.1.7 which bumps the .so revision number. >How-To-Repeat: n/a >Fix: Please apply the following patch in ports/graphics: diff -urN gphoto2.orig/Makefile gphoto2/Makefile --- gphoto2.orig/Makefile Sat Dec 7 08:11:56 2002 +++ gphoto2/Makefile Sat Dec 7 08:12:12 2002 @@ -7,7 +7,7 @@ PORTNAME= gphoto2 PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gphoto.net/dist/ @@ -17,7 +17,7 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ - usb-0.1.5:${PORTSDIR}/devel/libusb \ + usb-0.1.7:${PORTSDIR}/devel/libusb \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ exif.8:${PORTSDIR}/graphics/libexif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212071529.gB7FTmOr063510>