ports/142893: [patch] audio/libgpod: fix build with updated sg3_utils

Mykola Dzham i at levsha.me
Sat Jan 16 21:40:02 UTC 2010


>Number:         142893
>Category:       ports
>Synopsis:       [patch] audio/libgpod: fix build with updated sg3_utils
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 16 21:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Mykola Dzham
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD laptop.levsha.me 9.0-CURRENT FreeBSD 9.0-CURRENT #31 r202069: Tue Jan 12 18:43:17 EET 2010 root at laptop.levsha.me:/usr/local/arch/obj/usr/local/arch/src/sys/LEVSHA amd64

>Description:
In sg3_utils 1.28 libsgutils name and version changed.

>How-To-Repeat:
Try to buid libgpod with TOOLS enabled.

>Fix:

Index: Makefile
===================================================================
RCS file: /usr/local/arch/csup/ports/audio/libgpod/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	23 Aug 2009 18:30:41 -0000	1.22
+++ Makefile	14 Jan 2010 10:41:50 -0000
@@ -41,8 +41,8 @@
 
 # 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
+.if defined(WITH_TOOLS) || exists(${LOCALBASE}/lib/libsgutils2.so)
+LIB_DEPENDS+=	sgutils2.2:${PORTSDIR}/sysutils/sg3_utils
 PLIST_FILES+=	bin/ipod-read-sysinfo-extended
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list