Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2010 09:46:59 GMT
From:      Alberto Villa <avilla@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143870: [patch] audio/libgpod - chase sg3_utils library soversion bump
Message-ID:  <201002130946.o1D9kxeX026072@www.freebsd.org>
Resent-Message-ID: <201002130950.o1D9o4Fl052045@freefall.freebsd.org>

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

>Number:         143870
>Category:       ports
>Synopsis:       [patch] audio/libgpod - chase sg3_utils library soversion bump
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 09:50:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alberto Villa
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
FreeBSD echo.hoth 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203505: Fri Feb  5 09:51:13 CET 2010     root@echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
libgpod missed the sysutils/sg3_utils library soversion bump in november
>How-To-Repeat:
cd /usr/ports/audio/libgpod && make install -DWITH_TOOLS
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /usr/cvs/pcvs/ports/audio/libgpod/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	5 Feb 2010 11:34:18 -0000	1.23
+++ Makefile	13 Feb 2010 09:15:17 -0000
@@ -43,7 +43,7 @@
 # SysInfo detection utility is required in order to support iPod classic
 # and nano 3G
 .if defined(WITH_TOOLS) || exists(${LOCALBASE}/lib/libsgutils.so)
-LIB_DEPENDS+=	sgutils.1:${PORTSDIR}/sysutils/sg3_utils
+LIB_DEPENDS+=	sgutils2.2:${PORTSDIR}/sysutils/sg3_utils
 PLIST_FILES+=	bin/ipod-read-sysinfo-extended
 .endif
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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