From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 8 16:36:05 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 90929EF9 for ; Mon, 8 Jul 2013 16:36:05 +0000 (UTC) (envelope-from jozze.zepl@gmail.com) Received: from mail-vb0-x234.google.com (mail-vb0-x234.google.com [IPv6:2607:f8b0:400c:c02::234]) by mx1.freebsd.org (Postfix) with ESMTP id 54A731BDC for ; Mon, 8 Jul 2013 16:36:05 +0000 (UTC) Received: by mail-vb0-f52.google.com with SMTP id f12so3599993vbg.11 for ; Mon, 08 Jul 2013 09:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XIc1KjuK1HUEJB/KD1gdU6OtFKO2x+1U8hkfzW1Sen8=; b=jVUxMfIVKdN8dcJewJ5YXrhv41DFc5pBUBKSkW6cfI03ppIWW8/unzmjQrnyNRIYFw PHhvNzUbbvR1Wuf+AW7jTSKkq9gPEahb1gbgJNtlT3Pi87yQ7AIrp0+1MlnyY2pZbnQ6 NYQZ3RlVEc3ax66QzEoe3SqZT6sbz4GvRgyK6WcV2EPrDidvpbwzh3k2C7u5kyiJ+0Kl AyKbdLgw1lh5nRdtwZ/nXGp7kfvBH8Pkzte4uNulPcF5wfAkAPMZ7eI6sObeteMaZdyH fsiEKLseTcdvl+MnlxpN+9lNBklMoF4yIP79Jm2tSIdbZq/VJP7h+umawoDPoOOu2rO4 c8CQ== MIME-Version: 1.0 X-Received: by 10.52.17.196 with SMTP id q4mr11931316vdd.2.1373301364818; Mon, 08 Jul 2013 09:36:04 -0700 (PDT) Received: by 10.58.228.196 with HTTP; Mon, 8 Jul 2013 09:36:04 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Jul 2013 18:36:04 +0200 Message-ID: Subject: Re: net/ekiga3 problem From: =?ISO-8859-2?Q?Jo=BEe_Zobec?= To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 16:36:05 -0000 Dear all, I just filed the PR, its internal ID is `ports/180390', and link to the PR is http://www.freebsd.org/cgi/query-pr.cgi?pr=3D180390 Enjoy your day, Jo=BEe 2013/7/8 Jo=BEe Zobec > Dear all, I noticed a problem with net/ekiga3 port. Since the "maintainer= " > is set to this mailing list, I'll report it here: ekiga3 Makefile lists > avahi-app as a build dependency, whereas it should be set as a run > dependency. Otherwise it's automatically deleted with PKGNG tools: > > # pkg autoremove > > If avahi-app is removed, ekiga3 won't start. So I suggest this patch for > the port's Makefile: > > --- 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+=3D --enable-avahi > -BUILD_DEPENDS+=3D > ${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app > +RUN_DEPENDS+=3D > ${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app > .else > CONFIGURE_ARGS+=3D --disable-avahi > .endif > > which just fixes the $PORTSDIR/net/ekiga3/Makefile's avahi-app status to > RUN_DEPENDS. > > I'll also file a PR with patch included. > > Have a nice remainder of the day, > Jo=BEe >