Date: Wed, 27 Jan 2010 16:36:41 GMT From: Anatoly Borodin <anatoly.borodin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/143290: audio/libgpod/Makefile should be updated Message-ID: <201001271636.o0RGaf3o058713@www.freebsd.org> Resent-Message-ID: <201001271640.o0RGe0fD010627@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143290 >Category: ports >Synopsis: audio/libgpod/Makefile should be updated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 27 16:40:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: audio/libgpod depends on sysutils/sg3_utils, but the latter was updated "recently", and the library paths wre changed. >How-To-Repeat: Install audio/libgpod with WITH_TOOLS - it will compile sysutils/sg3_utils, but fails to find the .so later. > echo /usr/local/lib/libsgutils* /usr/local/lib/libsgutils2.a /usr/local/lib/libsgutils2.la /usr/local/lib/libsgutils2.so /usr/local/lib/libsgutils2.so.2 >Fix: Patch attached with submission follows: >From f30f5090a604b90dd3b2c66ef4a97c85331389c9 Mon Sep 17 00:00:00 2001 From: Anatoly Borodin <anatoly.borodin@gmail.com> Date: Mon, 16 Nov 2009 10:12:02 +0100 Subject: [PATCH 14/21] sgutils.1 -> sgutils2.2. --- audio/libgpod/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git audio/libgpod/Makefile audio/libgpod/Makefile index 6e0e8b7..fad1897 100644 --- audio/libgpod/Makefile +++ audio/libgpod/Makefile @@ -42,7 +42,7 @@ PLIST_SUB+= PYTHON="@comment " # 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 -- 1.6.6.1 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001271636.o0RGaf3o058713>