Date: Mon, 8 Jul 2013 18:20:13 +0200 From: =?ISO-8859-2?Q?Jo=BEe_Zobec?= <jozze.zepl@gmail.com> To: gnome@FreeBSD.org Subject: net/ekiga3 problem Message-ID: <CAHy-F6T2z-gz1c=kn8GUDOErqirT5CyGYHPO1zGT0R4bbavoTw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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-F6T2z-gz1c=kn8GUDOErqirT5CyGYHPO1zGT0R4bbavoTw>