net/ekiga3 problem

Jože Zobec jozze.zepl at gmail.com
Mon Jul 8 16:20:14 UTC 2013


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+= --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

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že


More information about the freebsd-gnome mailing list