From owner-freebsd-ports Sat Dec 7 7:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41A6537B401 for ; Sat, 7 Dec 2002 07:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5787B43EC5 for ; Sat, 7 Dec 2002 07:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB7FU2x3098790 for ; Sat, 7 Dec 2002 07:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB7FU2mw098789; Sat, 7 Dec 2002 07:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5781937B401 for ; Sat, 7 Dec 2002 07:29:49 -0800 (PST) Received: from ip68-99-84-220.ph.ph.cox.net (ip68-99-84-220.ph.ph.cox.net [68.99.84.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10A443E4A for ; Sat, 7 Dec 2002 07:29:48 -0800 (PST) (envelope-from jjreynold@ip68-99-84-220.ph.ph.cox.net) Received: from whale.home-net (whale [192.168.1.2]) by ip68-99-84-220.ph.ph.cox.net (8.12.6/8.12.6) with ESMTP id gB7FTmq4095585 for ; Sat, 7 Dec 2002 08:29:48 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: from whale.home-net (localhost [127.0.0.1]) by whale.home-net (8.12.6/8.12.6) with ESMTP id gB7FTmmQ063511 for ; Sat, 7 Dec 2002 08:29:48 -0700 (MST) (envelope-from jjreynold@whale.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.12.6/8.12.6/Submit) id gB7FTmOr063510; Sat, 7 Dec 2002 08:29:48 -0700 (MST) Message-Id: <200212071529.gB7FTmOr063510@whale.home-net> Date: Sat, 7 Dec 2002 08:29:48 -0700 (MST) From: John Reynolds Reply-To: John Reynolds To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46064: [PATCH] gphoto2 needs update to point to new libusb (commit pending) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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