Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2007 15:16:04 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kde@FreeBSD.org, lwhsu@lwhsu.org
Subject:   ports/111440: [PATCH] audio/kdemultimedia-juk: change LIB_DEPENDS to audio/libtunepimp
Message-ID:  <20070410071604.AEC647E909@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200704100720.l3A7K260032733@freefall.freebsd.org>

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

>Number:         111440
>Category:       ports
>Synopsis:       [PATCH] audio/kdemultimedia-juk: change LIB_DEPENDS to audio/libtunepimp
>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:   Tue Apr 10 07:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #12: Sat Jan 20 20:29:28 CST 2007
>Description:
New version of juk can build with libtunepimp 0.5.3 correctly:

http://tb.newzilla.org/logs/6.2-FreeBSD/kdemultimedia-juk-3.5.6_1.log
http://tb.newzilla.org/logs/5.5-FreeBSD/kdemultimedia-juk-3.5.6_1.log

So we can change it's dependence form audio/libtunepimp-old to
audio/libtunepimp

Besides, attached patch contains a little portlint(1) fix.

Port maintainer (kde@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- kdemultimedia-juk-3.5.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/juk/Makefile,v
retrieving revision 1.27
diff -u -u -r1.27 Makefile
--- Makefile	13 Mar 2007 19:10:12 -0000	1.27
+++ Makefile	10 Apr 2007 07:09:59 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	juk
 PORTVERSION=	${KDE_VERSION}
+PORTREVISION=	1
 CATEGORIES=	audio kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTVERSION:S/.0//}/src
@@ -20,7 +21,7 @@
 LIB_DEPENDS=	akode:${PORTSDIR}/audio/akode \
 		musicbrainz:${PORTSDIR}/audio/libmusicbrainz \
 		tag:${PORTSDIR}/audio/taglib \
-		tunepimp-0.4.3:${PORTSDIR}/audio/libtunepimp-old
+		tunepimp:${PORTSDIR}/audio/libtunepimp
 
 CONFLICTS=	kdemultimedia-3.3*
 
@@ -30,12 +31,13 @@
 PREFIX=		${KDE_PREFIX}
 
 USE_BZIP2=	yes
-USE_AUTOTOOLS=  libtool:15
+USE_AUTOTOOLS=	libtool:15
 USE_GMAKE=	yes
 WRKSRC=		${WRKDIR}/kdemultimedia-${PORTVERSION}
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=CFLAGS=-I${LOCALBASE}/include/tunepimp-0.4 \
 		LDFLAGS=-L${LOCALBASE}/lib/tunepimp-0.4
+INSTALLS_ICONS=	yes
 
 .include <bsd.port.pre.mk>
 
--- kdemultimedia-juk-3.5.6_1.patch ends here ---

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



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