Skip to content

Commit

Permalink
multimedia/mythtv: Remove www/qt5-webkit dep
Browse files Browse the repository at this point in the history
Disable features that require WebKit support. Remove DEPRECATED and
EXPIRATION_DATE.

PR:		275531
Approved by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
  • Loading branch information
BSDKaffee committed Dec 4, 2023
1 parent 479ea4f commit eb42c96
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions multimedia/mythtv/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mythtv
DISTVERSIONPREFIX= v
DISTVERSION= 33.1
PORTREVISION= 4
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= multimedia

Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand All @@ -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}" \
Expand Down

0 comments on commit eb42c96

Please sign in to comment.