FreeBSD Bugzilla – Attachment 66758 Details for
Bug 98566
Add libdns compatibility knob to net/avahi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
avahi.patch
avahi.patch (text/plain), 2.17 KB, created by
Kirk Strauser
on 2006-06-06 01:30:17 UTC
(
hide
)
Description:
avahi.patch
Filename:
MIME Type:
Creator:
Kirk Strauser
Created:
2006-06-06 01:30:17 UTC
Size:
2.17 KB
patch
obsolete
>Binary files avahi-old/.Makefile.swp and avahi/.Makefile.swp differ >diff -urN avahi-old/Makefile avahi/Makefile >--- avahi-old/Makefile Mon Jun 5 18:26:07 2006 >+++ avahi/Makefile Mon Jun 5 18:26:36 2006 >@@ -33,8 +33,7 @@ > --disable-doxygen-doc \ > --disable-doxygen-dot \ > --localstatedir=/var \ >- --enable-compat-howl \ >- --disable-compat-libdns_sd >+ --enable-compat-howl > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" \ > PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ >@@ -50,6 +49,7 @@ > MAN8= avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8 > > OPTIONS= GTK2 "Build a GTK+ 2 browser utility" off >+OPTIONS+= LIBDNS "Build libdns for mDNSResponder compatibility" off > .endif > > .include <bsd.port.pre.mk> >@@ -57,6 +57,14 @@ > .if !defined(AVAHI_SLAVE) > .if ${OSVERSION} < 500000 > IGNORE= does not work on FreeBSD 4.X >+.endif >+ >+.if defined(WITH_LIBDNS) >+CONFIGURE_ARGS+=--enable-compat-libdns_sd >+PLIST_SUB+= LIBDNS="" >+.else >+CONFIGURE_ARGS+=--disable-compat-libdns_sd >+PLIST_SUB+= LIBDNS="@comment " > .endif > > .if defined(WITH_GTK2) >diff -urN avahi-old/pkg-plist avahi/pkg-plist >--- avahi-old/pkg-plist Mon May 1 10:39:54 2006 >+++ avahi/pkg-plist Mon Jun 5 18:19:19 2006 >@@ -51,6 +51,7 @@ > include/avahi-compat-howl/salt/signal.h > include/avahi-compat-howl/salt/socket.h > include/avahi-compat-howl/salt/time.h >+%%LIBDNS%%include/avahi-compat-libdns_sd/dns_sd.h > include/avahi-core/core.h > include/avahi-core/log.h > include/avahi-core/lookup.h >@@ -74,12 +75,17 @@ > lib/libavahi-glib.la > lib/libavahi-glib.so > lib/libavahi-glib.so.1 >+%%LIBDNS%%lib/libdns_sd.a >+%%LIBDNS%%lib/libdns_sd.la >+%%LIBDNS%%lib/libdns_sd.so >+%%LIBDNS%%lib/libdns_sd.so.1 > lib/libhowl.a > lib/libhowl.la > lib/libhowl.so > lib/libhowl.so.0 > libdata/pkgconfig/avahi-client.pc > libdata/pkgconfig/avahi-compat-howl.pc >+%%LIBDNS%%libdata/pkgconfig/avahi-compat-libdns_sd.pc > libdata/pkgconfig/avahi-core.pc > libdata/pkgconfig/avahi-glib.pc > sbin/avahi-daemon >@@ -99,6 +105,7 @@ > @dirrm %%DATADIR%%/introspection > %%GTK%%@dirrm %%DATADIR%%/interfaces > @dirrm %%DATADIR%% >+%%LIBDNS%%@dirrm include/avahi-compat-libdns_sd > @dirrm include/avahi-glib > @dirrm include/avahi-core > @dirrm include/avahi-compat-howl/salt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 98566
: 66758