diff --git a/.portsignore b/.portsignore index 16ad5955bd0c..d07efb070c01 100644 --- a/.portsignore +++ b/.portsignore @@ -2388,6 +2388,7 @@ net/akonadi-mime net/akonadi-search net/alligator net/aoe +net/avahi-qt5 net/avahi-sharp net/boinc_curses net/boinc-client diff --git a/net/Makefile b/net/Makefile index 9517e5515752..a0d85ce2f918 100644 --- a/net/Makefile +++ b/net/Makefile @@ -38,7 +38,6 @@ SUBDIR += avahi-gtk3 SUBDIR += avahi-header SUBDIR += avahi-libdns - SUBDIR += avahi-qt5 SUBDIR += aws-ec2-imdsv2-get SUBDIR += axa SUBDIR += babeld diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 0307c710a82e..c9718991febb 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -82,13 +82,7 @@ CONFIGURE_ARGS+=--enable-python .else CONFIGURE_ARGS+=--disable-python .endif -.if ${AVAHI_SLAVE} == qt5 -CONFIGURE_ARGS+=--enable-qt5 \ - --disable-expat \ - --disable-gdbm -.else CONFIGURE_ARGS+=--disable-qt5 -.endif .if ${AVAHI_SLAVE} == sharp CONFIGURE_ARGS+=--enable-mono .else diff --git a/net/avahi-qt5/Makefile b/net/avahi-qt5/Makefile deleted file mode 100644 index 2c500beb5442..000000000000 --- a/net/avahi-qt5/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTREVISION= 2 # don't delete, reset to 0 -CATEGORIES= net -PKGNAMESUFFIX= -qt5 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Qt 5 bindings to the Avahi mDNS system - -LIB_DEPENDS= libavahi-common.so:net/avahi-app - -MASTERDIR= ${.CURDIR}/../avahi-app -BUILD_WRKSRC= ${WRKSRC}/avahi-qt -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -AVAHI_SLAVE= qt5 -USES= compiler:c++11-lang qt:5 -USE_QT= core buildtools:build -AVAHI_PKGCONFIG=avahi-qt5.pc - -.include "${MASTERDIR}/Makefile" diff --git a/net/avahi-qt5/pkg-descr b/net/avahi-qt5/pkg-descr deleted file mode 100644 index 1fe26fb3e6ae..000000000000 --- a/net/avahi-qt5/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Qt 4 bindings to the avahi mDNS service discovery system. diff --git a/net/avahi-qt5/pkg-plist b/net/avahi-qt5/pkg-plist deleted file mode 100644 index aea1526f90c1..000000000000 --- a/net/avahi-qt5/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/avahi-qt5/qt-watch.h -lib/libavahi-qt5.so -lib/libavahi-qt5.so.1 -lib/libavahi-qt5.so.1.0.2 -libdata/pkgconfig/avahi-qt5.pc