Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2002 01:32:45 -0700 (MST)
From:      John Reynolds <johnjen@reynoldsnet.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35233: [MAINTAINER PATCH] s10sh needs to point to new libusb port
Message-ID:  <200202230832.g1N8Wji16854@whale.home-net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202230832.g1N8Wji16854>