Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 09:05:03 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496036 - head/net/avahi-app
Message-ID:  <201903170905.x2H953T4033260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903170905.x2H953T4033260>