mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Disable mDNSResponder in avahi so net/mDNSResponder and avahi don't
conflict Requested by: kde@
This commit is contained in:
parent
5e32881ada
commit
dcc281a4c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161080
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= avahi
|
||||
PORTVERSION= 0.6.9
|
||||
PORTREVISION?= 4
|
||||
PORTREVISION?= 5
|
||||
CATEGORIES?= net dns
|
||||
MASTER_SITES= http://www.avahi.org/download/
|
||||
|
||||
@ -33,15 +33,14 @@ CONFIGURE_ARGS?=--with-distro=freebsd \
|
||||
--disable-doxygen-doc \
|
||||
--disable-doxygen-dot \
|
||||
--localstatedir=/var \
|
||||
--enable-compat-howl \
|
||||
--enable-compat-libdns_sd
|
||||
--enable-compat-howl
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
.if !defined(AVAHI_SLAVE)
|
||||
CONFLICTS= howl-[0-9]* mDNSResponder-[0-9]*
|
||||
CONFLICTS= howl-[0-9]*
|
||||
|
||||
MAN1= avahi-browse-domains.1 avahi-browse.1 avahi-publish-address.1 \
|
||||
avahi-publish-service.1 avahi-publish.1 avahi-resolve-address.1 \
|
||||
|
@ -51,7 +51,6 @@ include/avahi-compat-howl/salt/salt.h
|
||||
include/avahi-compat-howl/salt/signal.h
|
||||
include/avahi-compat-howl/salt/socket.h
|
||||
include/avahi-compat-howl/salt/time.h
|
||||
include/avahi-compat-libdns_sd/dns_sd.h
|
||||
include/avahi-core/core.h
|
||||
include/avahi-core/log.h
|
||||
include/avahi-core/lookup.h
|
||||
@ -75,17 +74,12 @@ lib/libavahi-glib.a
|
||||
lib/libavahi-glib.la
|
||||
lib/libavahi-glib.so
|
||||
lib/libavahi-glib.so.1
|
||||
lib/libdns_sd.a
|
||||
lib/libdns_sd.la
|
||||
lib/libdns_sd.so
|
||||
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
|
||||
libdata/pkgconfig/avahi-compat-libdns_sd.pc
|
||||
libdata/pkgconfig/avahi-core.pc
|
||||
libdata/pkgconfig/avahi-glib.pc
|
||||
sbin/avahi-daemon
|
||||
@ -107,7 +101,6 @@ sbin/avahi-dnsconfd
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/avahi-glib
|
||||
@dirrm include/avahi-core
|
||||
@dirrm include/avahi-compat-libdns_sd
|
||||
@dirrm include/avahi-compat-howl/salt
|
||||
@dirrm include/avahi-compat-howl/rendezvous
|
||||
@dirrm include/avahi-compat-howl/discovery
|
||||
|
Loading…
Reference in New Issue
Block a user