Date: Thu, 22 Sep 2022 16:15:45 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c4977e7fdcd6 - main - net/avahi-app: Remove legacy patches for Qt3 and Qt4. Message-ID: <202209221615.28MGFjD6050017@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4977e7fdcd6396bfb7e90273363aa80363504ea commit c4977e7fdcd6396bfb7e90273363aa80363504ea Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-09-22 12:40:24 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-09-22 16:15:11 +0000 net/avahi-app: Remove legacy patches for Qt3 and Qt4. --- net/avahi-app/files/patch-avahi-qt3.pc.in | 10 ---------- net/avahi-app/files/patch-avahi-qt4.pc.in | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/net/avahi-app/files/patch-avahi-qt3.pc.in b/net/avahi-app/files/patch-avahi-qt3.pc.in deleted file mode 100644 index a02c54112c64..000000000000 --- a/net/avahi-app/files/patch-avahi-qt3.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-qt3.pc.in.orig 2011-12-30 21:26:44 UTC -+++ avahi-qt3.pc.in -@@ -7,5 +7,5 @@ Name: avahi-qt3 - Description: Avahi Multicast DNS Responder (QT3 Support) - Version: @PACKAGE_VERSION@ - Requires.private: qt-mt >= 3.0.0 --Libs: -L${libdir} -lavahi-qt3 --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-qt3 @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-app/files/patch-avahi-qt4.pc.in b/net/avahi-app/files/patch-avahi-qt4.pc.in deleted file mode 100644 index 617fdbb14639..000000000000 --- a/net/avahi-app/files/patch-avahi-qt4.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-qt4.pc.in.orig 2011-12-30 21:26:44 UTC -+++ avahi-qt4.pc.in -@@ -7,5 +7,5 @@ Name: avahi-qt4 - Description: Avahi Multicast DNS Responder (QT4 Support) - Version: @PACKAGE_VERSION@ - Requires.private: QtCore >= 4.0.0 --Libs: -L${libdir} -lavahi-qt4 --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-qt4 @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209221615.28MGFjD6050017>