View | Details | Raw Unified | Return to bug 98566
Collapse All | Expand All

(-)avahi/Makefile (-2 / +10 lines)
Lines 33-40 Link Here
33
		--disable-doxygen-doc \
33
		--disable-doxygen-doc \
34
		--disable-doxygen-dot \
34
		--disable-doxygen-dot \
35
		--localstatedir=/var \
35
		--localstatedir=/var \
36
		--enable-compat-howl \
36
		--enable-compat-howl
37
		--disable-compat-libdns_sd
38
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
37
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
39
		LDFLAGS="-L${LOCALBASE}/lib" \
38
		LDFLAGS="-L${LOCALBASE}/lib" \
40
		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
39
		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
Lines 50-55 Link Here
50
MAN8=	avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8
49
MAN8=	avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8
51
50
52
OPTIONS=	GTK2 "Build a GTK+ 2 browser utility" off
51
OPTIONS=	GTK2 "Build a GTK+ 2 browser utility" off
52
OPTIONS+=	LIBDNS "Build libdns for mDNSResponder compatibility" off
53
.endif
53
.endif
54
54
55
.include <bsd.port.pre.mk>
55
.include <bsd.port.pre.mk>
Lines 57-62 Link Here
57
.if !defined(AVAHI_SLAVE)
57
.if !defined(AVAHI_SLAVE)
58
.if ${OSVERSION} < 500000
58
.if ${OSVERSION} < 500000
59
IGNORE=	does not work on FreeBSD 4.X
59
IGNORE=	does not work on FreeBSD 4.X
60
.endif
61
62
.if defined(WITH_LIBDNS)
63
CONFIGURE_ARGS+=--enable-compat-libdns_sd
64
PLIST_SUB+=	LIBDNS=""
65
.else
66
CONFIGURE_ARGS+=--disable-compat-libdns_sd
67
PLIST_SUB+=	LIBDNS="@comment "
60
.endif
68
.endif
61
69
62
.if defined(WITH_GTK2)
70
.if defined(WITH_GTK2)
(-)avahi/pkg-plist (+7 lines)
Lines 51-56 Link Here
51
include/avahi-compat-howl/salt/signal.h
51
include/avahi-compat-howl/salt/signal.h
52
include/avahi-compat-howl/salt/socket.h
52
include/avahi-compat-howl/salt/socket.h
53
include/avahi-compat-howl/salt/time.h
53
include/avahi-compat-howl/salt/time.h
54
%%LIBDNS%%include/avahi-compat-libdns_sd/dns_sd.h
54
include/avahi-core/core.h
55
include/avahi-core/core.h
55
include/avahi-core/log.h
56
include/avahi-core/log.h
56
include/avahi-core/lookup.h
57
include/avahi-core/lookup.h
Lines 74-85 Link Here
74
lib/libavahi-glib.la
75
lib/libavahi-glib.la
75
lib/libavahi-glib.so
76
lib/libavahi-glib.so
76
lib/libavahi-glib.so.1
77
lib/libavahi-glib.so.1
78
%%LIBDNS%%lib/libdns_sd.a
79
%%LIBDNS%%lib/libdns_sd.la
80
%%LIBDNS%%lib/libdns_sd.so
81
%%LIBDNS%%lib/libdns_sd.so.1
77
lib/libhowl.a
82
lib/libhowl.a
78
lib/libhowl.la
83
lib/libhowl.la
79
lib/libhowl.so
84
lib/libhowl.so
80
lib/libhowl.so.0
85
lib/libhowl.so.0
81
libdata/pkgconfig/avahi-client.pc
86
libdata/pkgconfig/avahi-client.pc
82
libdata/pkgconfig/avahi-compat-howl.pc
87
libdata/pkgconfig/avahi-compat-howl.pc
88
%%LIBDNS%%libdata/pkgconfig/avahi-compat-libdns_sd.pc
83
libdata/pkgconfig/avahi-core.pc
89
libdata/pkgconfig/avahi-core.pc
84
libdata/pkgconfig/avahi-glib.pc
90
libdata/pkgconfig/avahi-glib.pc
85
sbin/avahi-daemon
91
sbin/avahi-daemon
Lines 99-104 Link Here
99
@dirrm %%DATADIR%%/introspection
105
@dirrm %%DATADIR%%/introspection
100
%%GTK%%@dirrm %%DATADIR%%/interfaces
106
%%GTK%%@dirrm %%DATADIR%%/interfaces
101
@dirrm %%DATADIR%%
107
@dirrm %%DATADIR%%
108
%%LIBDNS%%@dirrm include/avahi-compat-libdns_sd
102
@dirrm include/avahi-glib
109
@dirrm include/avahi-glib
103
@dirrm include/avahi-core
110
@dirrm include/avahi-core
104
@dirrm include/avahi-compat-howl/salt
111
@dirrm include/avahi-compat-howl/salt

Return to bug 98566