From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 20 12:30:05 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 884B9106566C for ; Tue, 20 Apr 2010 12:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4AEA58FC28 for ; Tue, 20 Apr 2010 12:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3KCU56n035927 for ; Tue, 20 Apr 2010 12:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3KCU568035926; Tue, 20 Apr 2010 12:30:05 GMT (envelope-from gnats) Resent-Date: Tue, 20 Apr 2010 12:30:05 GMT Resent-Message-Id: <201004201230.o3KCU568035926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Dima Panov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B716E1065686 for ; Tue, 20 Apr 2010 12:26:24 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id 06BC88FC12 for ; Tue, 20 Apr 2010 12:26:23 +0000 (UTC) Received: from Fluffy.Khv.RU (85.9.168.188.retail.ttk.ru [188.168.9.85] (may be forged)) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id o3KCQJll046858 for ; Tue, 20 Apr 2010 23:26:20 +1100 (VLAST) (envelope-from fluffy@FreeBSD.org) Received: from Fluffy.Khv.RU (fluffy@localhost [IPv6:::1]) by Fluffy.Khv.RU (8.14.4/8.14.4/Fluffy/5.4.1) with ESMTP id o3KCQ6k1097010 for ; Tue, 20 Apr 2010 23:26:06 +1100 (VLAST) (envelope-from fluffy@FreeBSD.org) Message-Id: <1271766366.91814@Fluffy.Khv.RU> Date: Tue, 20 Apr 2010 23:26:06 +1100 From: "Dima Panov" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/145879: multimedia/audacious-plugins: allow to build with any neon installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2010 12:30:05 -0000 >Number: 145879 >Category: ports >Synopsis: multimedia/audacious-plugins: allow to build with any neon installed >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: Tue Apr 20 12:30:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 9.0-900010-CURRENT amd64 >Organization: Fluffy.Khv.RU >Environment: System: FreeBSD 9.0-900010-CURRENT #0 r206514M: Tue Apr 13 10:15:09 VLAST 2010 fluffy@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: multimedia/audacious-plugins: allow to build with any neon installed >How-To-Repeat: >Fix: --- audacious-plugins.diff begins here --- Index: multimedia/audacious-plugins/Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/audacious-plugins/Makefile,v retrieving revision 1.72 diff -u -r1.72 Makefile --- multimedia/audacious-plugins/Makefile 19 Apr 2010 10:59:37 -0000 1.72 +++ multimedia/audacious-plugins/Makefile 20 Apr 2010 12:22:42 -0000 @@ -273,7 +268,13 @@ .endif .if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 +.if exists(${LOCALBASE}/bin/neon-config) +NEON_VER!= ${LOCALBASE}/bin/neon-config --version | \ + ${SED} -n -E 's/^neon [0-9]+\.([0-9]+)\..*$$/\1/p' +.else +NEON_VER= 29 +.endif +LIB_DEPENDS+= neon.${NEON_VER}:${PORTSDIR}/www/neon${NEON_VER} CONFIGURE_ARGS+=--enable-neon PLIST_SUB+= NEONPLUGIN="" .else --- audacious-plugins.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: