most recent changes, diff for avahi
Index: net/avahi/Portfile
--- net/avahi/Portfile (revision 36184)
+++ net/avahi/Portfile (revision 36185)
@@ -5,7 +5,7 @@
name avahi
version 0.6.22
categories net devel
-maintainers nox
+maintainers nomaintainer
platforms darwin
description A system which facilitates service discovery on a local network
@@ -93,7 +93,8 @@
variant mono description {Enable Mono support} {
depends_build-append port:monodoc
- depends_lib-append port:mono
+ depends_lib-append port:mono \
+ port:gtk-sharp2
configure.args-delete --disable-mono \
--disable-monodoc
@@ -105,7 +106,7 @@
post-build {
# TODO This shouldn't be needed, we need to fix Mono dllmap library path.
reinplace -E "s|(target=\")|\\1${prefix}/lib/|" \
- ${worksrcpath}/avahi-sharp/avahi-sharp.dll.config
+ ${worksrcpath}/avahi-sharp/avahi-sharp.dll.config \
${worksrcpath}/avahi-ui-sharp/avahi-ui-sharp.dll.config
}
}