From owner-freebsd-ports Sat Feb 23 0:40:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08F7A37B402 for ; Sat, 23 Feb 2002 00:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1N8e2S30247; Sat, 23 Feb 2002 00:40:02 -0800 (PST) (envelope-from gnats) Received: from ip68-2-87-144.ph.ph.cox.net (ip68-2-87-144.ph.ph.cox.net [68.2.87.144]) by hub.freebsd.org (Postfix) with ESMTP id DC47F37B405 for ; Sat, 23 Feb 2002 00:32:45 -0800 (PST) Received: from whale.home-net (whale [192.168.1.2]) by ip68-2-87-144.ph.ph.cox.net (8.11.6/8.11.6) with ESMTP id g1N8Wj411086 for ; Sat, 23 Feb 2002 01:32:45 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.11.6/8.11.6) id g1N8Wji16854; Sat, 23 Feb 2002 01:32:45 -0700 (MST) (envelope-from jjreynold) Message-Id: <200202230832.g1N8Wji16854@whale.home-net> Date: Sat, 23 Feb 2002 01:32:45 -0700 (MST) From: John Reynolds Reply-To: John Reynolds To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35233: [MAINTAINER PATCH] s10sh needs to point to new libusb port 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: 35233 >Category: ports >Synopsis: [MAINTAINER PATCH] s10sh needs to point to new libusb port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 23 00:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: John Reynolds >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD whale 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 07:56:05 MST 2002 root@dolphin:/usr/obj/usr/src/sys/WHALE i386 >Description: The devel/libusb port is about to be bumped to 0.1.5 (ports/35232 just filed). s10sh needs to depend on that new port and shared library. PORTREVISION has been bumped to indicate it's linking to another .so file. >How-To-Repeat: n/a >Fix: diff -urN s10sh.orig/Makefile s10sh/Makefile --- s10sh.orig/Makefile Sat Feb 23 00:34:18 2002 +++ s10sh/Makefile Sat Feb 23 00:34:41 2002 @@ -7,7 +7,7 @@ PORTNAME= s10sh PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.kyuzz.org/antirez/s10sh-src/ @@ -21,7 +21,7 @@ .if defined(NOUSB) || defined(WITHOUT_USB) MAKE_ENV+= WITHOUT_USB=YES .else -LIB_DEPENDS= usb-0.1.4:${PORTSDIR}/devel/libusb +LIB_DEPENDS= usb-0.1.5:${PORTSDIR}/devel/libusb .endif .if !defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message