svn commit: r496036 - head/net/avahi-app

Tobias C. Berner tcberner at FreeBSD.org
Sun Mar 17 09:05:04 UTC 2019


Author: tcberner
Date: Sun Mar 17 09:05:03 2019
New Revision: 496036
URL: https://svnweb.freebsd.org/changeset/ports/496036

Log:
  net/avahi: drop qt4 slave handling (Qt4 deprecation)
  
  Approved by:	portmgr (implicit)

Modified:
  head/net/avahi-app/Makefile

Modified: head/net/avahi-app/Makefile
==============================================================================
--- head/net/avahi-app/Makefile	Sun Mar 17 09:02:03 2019	(r496035)
+++ head/net/avahi-app/Makefile	Sun Mar 17 09:05:03 2019	(r496036)
@@ -37,6 +37,7 @@ CONFIGURE_ARGS?=--with-distro=freebsd \
 		--disable-doxygen-doc \
 		--disable-doxygen-dot \
 		--disable-qt3 \
+		--disable-qt4 \
 		--localstatedir=/var \
 		--enable-compat-howl
 CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_KQUEUE
@@ -77,13 +78,6 @@ CONFIGURE_ARGS+=--disable-compat-libdns_sd
 CONFIGURE_ARGS+=--enable-python
 .else
 CONFIGURE_ARGS+=--disable-python
-.endif
-.if ${AVAHI_SLAVE} == qt4
-CONFIGURE_ARGS+=--enable-qt4 \
-		--disable-expat \
-		--disable-gdbm
-.else
-CONFIGURE_ARGS+=--disable-qt4
 .endif
 .if ${AVAHI_SLAVE} == qt5
 CONFIGURE_ARGS+=--enable-qt5 \


More information about the svn-ports-all mailing list