Date: Sat, 7 Dec 2002 07:09:26 -0700 (MST) From: John Reynolds <johnjen@reynoldsnet.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46061: [PATCH] sane-backends needs update due to new libusb (pending commit) Message-ID: <200212071409.gB7E9QYo023125@whale.home-net>
next in thread | raw e-mail | index | archive | help
>Number: 46061 >Category: ports >Synopsis: [PATCH] sane-backends needs update due to new libusb (pending commit) >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 06:10: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: I just submitted a PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=46059) to update libusb to version 0.1.7. This update bumps the .so revision # and so ports that depend on libusb need to be updated so their LIB_DEPENDS lines will be correct. Because the LIB_DEPENDS have changed, I bumped PORTREVISION from nil to '1'. >How-To-Repeat: n/a >Fix: Please apply this patch in ports/graphics: diff -urN sane-backends.orig/Makefile sane-backends/Makefile --- sane-backends.orig/Makefile Sat Dec 7 06:43:39 2002 +++ sane-backends/Makefile Sat Dec 7 06:44:17 2002 @@ -7,6 +7,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= usb-0.1.5:${PORTSDIR}/devel/libusb \ +LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_REINPLACE= yes >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?200212071409.gB7E9QYo023125>