Date: Mon, 4 Dec 2023 22:39:39 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eb42c9603141 - main - multimedia/mythtv: Remove www/qt5-webkit dep Message-ID: <202312042239.3B4MddRN013307@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb42c960314197917e1e45533f193b58db54b3d3 commit eb42c960314197917e1e45533f193b58db54b3d3 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-12-02 03:38:19 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-12-04 22:39:28 +0000 multimedia/mythtv: Remove www/qt5-webkit dep Disable features that require WebKit support. Remove DEPRECATED and EXPIRATION_DATE. PR: 275531 Approved by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) --- multimedia/mythtv/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 085be8e39c3d..5e388319da82 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -1,7 +1,7 @@ PORTNAME= mythtv DISTVERSIONPREFIX= v DISTVERSION= 33.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia @@ -15,8 +15,6 @@ ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment .endif -DEPRECATED=Depends on deprecated www/qt5-webkit -EXPIRATION_DATE=2023-12-31 LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ libmp3lame.so:audio/lame \ @@ -54,7 +52,7 @@ USE_GL= gl USE_LDCONFIG= yes USE_QT= buildtools:build core dbus gui imageformats:run \ linguist:build multimedia network opengl qmake:build script \ - sql sql-mysql:run webkit widgets xml + sql sql-mysql:run widgets xml USE_PERL5= run build USE_XORG= x11 xv xrandr xxf86vm xinerama xext xcb SHEBANG_FILES= programs/scripts/database/*.pl \ @@ -63,7 +61,8 @@ SHEBANG_FILES= programs/scripts/database/*.pl \ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \ --libxml2-path="${LOCALBASE}/include/libxml2" \ - --disable-audio-alsa + --disable-audio-alsa \ + --disable-qtwebkit CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \ QTDIR="${PREFIX}" PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig" MAKE_ENV= QTDIR="${PREFIX}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312042239.3B4MddRN013307>