From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 8 16:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D51C0D6F for ; Mon, 8 Jul 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A14D61B99 for ; Mon, 8 Jul 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r68GU1VT011079 for ; Mon, 8 Jul 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r68GU1mE011051; Mon, 8 Jul 2013 16:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 8 Jul 2013 16:30:01 GMT Resent-Message-Id: <201307081630.r68GU1mE011051@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, Joze Zobec Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BE960D57 for ; Mon, 8 Jul 2013 16:28:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id B013C1B84 for ; Mon, 8 Jul 2013 16:28:46 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r68GSkeF014025 for ; Mon, 8 Jul 2013 16:28:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r68GSk8C014024; Mon, 8 Jul 2013 16:28:46 GMT (envelope-from nobody) Message-Id: <201307081628.r68GSk8C014024@oldred.freebsd.org> Date: Mon, 8 Jul 2013 16:28:46 GMT From: Joze Zobec To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180390: pkg autoremove suggests deleting avahi-app, which is needed to run ekiga3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 16:30:01 -0000 >Number: 180390 >Category: ports >Synopsis: pkg autoremove suggests deleting avahi-app, which is needed to run ekiga3 >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: Mon Jul 08 16:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joze Zobec >Release: FreeBSD 9.1-STABLE #1 r252919 >Organization: None >Environment: FreeBSD sless 9.1-STABLE FreeBSD 9.1-STABLE #1 r252919: Sun Jul 7 10:50:48 CEST 2013 jozze@sless:/usr/obj/usr/src/sys/STRIPPED amd64 >Description: Upon installing net/ekiga3 port, I run it, and everything seems to be in order (it runs). After running routinely # pkg autoremove the PKGNG suggests deleting net/avahi-app, since it's only included as a build dependency. I removed it, but I actually needed it to run, so then ekiga3 cannot run. >How-To-Repeat: Install the net/ekiga3 port with PKGNG, and AVAHI support enabled. Then run # pkg -y autoremove and try to run ekiga3 from the terminal. >Fix: I suggest changing the status of net/avahi-app from BUILD_DEPENDS to RUN_DEPENDS. For this I wrote a patch for the port's Makefile, which I included in the report, and the revised Makefile will hopefully be applied to the ports tree. Patch attached with submission follows: --- net/ekiga3/Makefile.old 2013-07-08 18:06:40.000000000 +0200 +++ net/ekiga3/Makefile 2013-07-08 18:06:52.000000000 +0200 @@ -110,7 +110,7 @@ .if ${PORT_OPTIONS:MAVAHI} CONFIGURE_ARGS+= --enable-avahi -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app .else CONFIGURE_ARGS+= --disable-avahi .endif >Release-Note: >Audit-Trail: >Unformatted: