From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 5 00:50:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87726106566B for ; Wed, 5 May 2010 00:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 633098FC17 for ; Wed, 5 May 2010 00:50:07 +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 o450o7mu077370 for ; Wed, 5 May 2010 00:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o450o7MF077364; Wed, 5 May 2010 00:50:07 GMT (envelope-from gnats) Resent-Date: Wed, 5 May 2010 00:50:07 GMT Resent-Message-Id: <201005050050.o450o7MF077364@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D62DD106564A for ; Wed, 5 May 2010 00:42:22 +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 2286D8FC21 for ; Wed, 5 May 2010 00:42:21 +0000 (UTC) Received: from Fluffy.Khv.RU (dhcp-14.local.ael [192.168.100.14]) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id o450gIK9062710 for ; Wed, 5 May 2010 11:42:18 +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 o450fw5S060830 for ; Wed, 5 May 2010 11:41:58 +1100 (VLAST) (envelope-from fluffy@FreeBSD.org) Message-Id: <1273020118.57833@Fluffy.Khv.RU> Date: Wed, 5 May 2010 11:41:58 +1100 From: "Dima Panov" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/146317: 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: Wed, 05 May 2010 00:50:07 -0000 >Number: 146317 >Category: ports >Synopsis: multimedia/audacious-plugins: allow to build with any neon installed >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 05 00:50:06 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 r207097M: Fri Apr 23 19:20:05 VLAST 2010 root@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: