From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 21 06:30:07 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 4A8061065673 for ; Thu, 21 Aug 2008 06:30:07 +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 2511B8FC1C for ; Thu, 21 Aug 2008 06:30:07 +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 m7L6U7Jn048976 for ; Thu, 21 Aug 2008 06:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7L6U6He048973; Thu, 21 Aug 2008 06:30:06 GMT (envelope-from gnats) Resent-Date: Thu, 21 Aug 2008 06:30:06 GMT Resent-Message-Id: <200808210630.m7L6U6He048973@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 EA6B41065677 for ; Thu, 21 Aug 2008 06:22:31 +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 C306D8FC0A for ; Thu, 21 Aug 2008 06:22:31 +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 A9A8C833B for ; Thu, 21 Aug 2008 01:22:30 -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 64296558C2F for ; Thu, 21 Aug 2008 01:22:29 -0500 (CDT) Message-Id: <1219299752.17763@homebase.tcbug.org> Date: Thu, 21 Aug 2008 01:22:32 -0500 From: "Josh Paetzel" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/126705: [patch] devel/bazaar Update neon dependancy 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:30:07 -0000 >Number: 126705 >Category: ports >Synopsis: [patch] devel/bazaar Update neon dependancy >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:30:06 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: devel/bazaar depends on www/neon26 which CONFLICTS with and is backwards compatable with neon28. This patch updates the port to use neon26 if it's installed, otherwise depend on neon28 >How-To-Repeat: Install something that pulls in neon28 (KDE, subversion, trac) cd /usr/ports/devel/bazaar && make install bombs due to CONFLICT between neon26 and the already installed neon28 >Fix: --- Makefile.old 2008-08-21 06:11:46.000000000 +0000 +++ Makefile 2008-08-21 06:17:17.000000000 +0000 @@ -19,8 +19,13 @@ gdiff:${PORTSDIR}/textproc/diffutils \ gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon26 \ - gpgme.17:${PORTSDIR}/security/gpgme +LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme + +.if exists(${LOCALBASE}/lib/libneon.so.26) +LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 +.else +LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 +.endif USE_GMAKE= yes USE_GETTEXT= yes >Release-Note: >Audit-Trail: >Unformatted: