Date: Mon, 8 Jul 2013 18:36:04 +0200 From: =?ISO-8859-2?Q?Jo=BEe_Zobec?= <jozze.zepl@gmail.com> To: gnome@freebsd.org Subject: Re: net/ekiga3 problem Message-ID: <CAHy-F6SfHBz7Ki593fsK30t_UkxbBhiPLovjhBY88%2BBazZkKKA@mail.gmail.com> In-Reply-To: <CAHy-F6T2z-gz1c=kn8GUDOErqirT5CyGYHPO1zGT0R4bbavoTw@mail.gmail.com> References: <CAHy-F6T2z-gz1c=kn8GUDOErqirT5CyGYHPO1zGT0R4bbavoTw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jozze.zepl@gmail.com> > 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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHy-F6SfHBz7Ki593fsK30t_UkxbBhiPLovjhBY88%2BBazZkKKA>