From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 21 06:00:13 2008 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 DA584106569A for ; Thu, 21 Aug 2008 06:00:13 +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 DC3878FC17 for ; Thu, 21 Aug 2008 06:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7L60BPB046055 for ; Thu, 21 Aug 2008 06:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7L60Br8046054; Thu, 21 Aug 2008 06:00:11 GMT (envelope-from gnats) Resent-Date: Thu, 21 Aug 2008 06:00:11 GMT Resent-Message-Id: <200808210600.m7L60Br8046054@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, "Josh Paetzel" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93AC31065684 for ; Thu, 21 Aug 2008 05:54:23 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6C05C8FC1E for ; Thu, 21 Aug 2008 05:54:23 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 9A23E8246 for ; Thu, 21 Aug 2008 00:37:18 -0500 (CDT) Received: from homebase.tcbug.org (unknown [208.42.70.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTPSA id 5B547558808 for ; Thu, 21 Aug 2008 00:37:18 -0500 (CDT) Message-Id: <1219297041.44178@homebase.tcbug.org> Date: Thu, 21 Aug 2008 00:37:21 -0500 From: "Josh Paetzel" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/126702: [patch] update multimedia/audacious-plugins to depend on www/neon28 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: Thu, 21 Aug 2008 06:00:15 -0000 >Number: 126702 >Category: ports >Synopsis: [patch] update multimedia/audacious-plugins to depend on www/neon28 >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: Thu Aug 21 06:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Josh Paetzel >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD 7.0-STABLE #4: Wed Aug 13 15:01:58 UTC 2008 jpaetzel@homebase.tcbug.org:/usr/obj/usr/src/sys/HOMEBASE >Description: multimedia/audacious-plugins has optional neon support. neon28 is backwards compatable with neon26 but CONFLICTS with it. More and more ports are pulling in neon28, which will cause this one to bomb. >How-To-Repeat: Install anything that depends on neon28, then install audacious-plugins >Fix: Dumb fix simply updates the port to use neon28..... --- Makefile.old 2008-08-20 23:01:33.000000000 -0500 +++ Makefile 2008-08-20 23:01:53.000000000 -0500 @@ -310,7 +310,7 @@ .endif .if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 +LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 CONFIGURE_ARGS+=--enable-neon PLIST_SUB+= NEONPLUGIN="" .else Otherwise a smarter fix tries to use whatever neon is there, defaulting to neon28 --- Makefile.old 2008-08-21 04:21:58.000000000 +0000 +++ Makefile 2008-08-21 04:45:04.000000000 +0000 @@ -310,7 +310,11 @@ .endif .if !defined(WITHOUT_NEON) +.if exists(${LOCALBASE}/lib/libneon.so.26) LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 +.else +LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 +.endif CONFIGURE_ARGS+=--enable-neon PLIST_SUB+= NEONPLUGIN="" .else >Release-Note: >Audit-Trail: >Unformatted: