View | Details | Raw Unified | Return to bug 275531
Collapse All | Expand All

(-)b/multimedia/mythtv/Makefile (-6 / +4 lines)
Lines 1-7 Link Here
1
PORTNAME=	mythtv
1
PORTNAME=	mythtv
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	33.1
3
DISTVERSION=	33.1
4
PORTREVISION=	4
4
PORTREVISION=	5
5
PORTEPOCH=	1
5
PORTEPOCH=	1
6
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
7
7
Lines 15-22 ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le Link Here
15
.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
15
.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
16
BROKEN_i386=	ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment
16
BROKEN_i386=	ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment
17
.endif
17
.endif
18
DEPRECATED=Depends on deprecated www/qt5-webkit
19
EXPIRATION_DATE=2023-12-31
20
18
21
LIB_DEPENDS=	liblzo2.so:archivers/lzo2 \
19
LIB_DEPENDS=	liblzo2.so:archivers/lzo2 \
22
		libmp3lame.so:audio/lame \
20
		libmp3lame.so:audio/lame \
Lines 54-60 USE_GL= gl Link Here
54
USE_LDCONFIG=	yes
52
USE_LDCONFIG=	yes
55
USE_QT=		buildtools:build core dbus gui imageformats:run \
53
USE_QT=		buildtools:build core dbus gui imageformats:run \
56
		linguist:build multimedia network opengl qmake:build script \
54
		linguist:build multimedia network opengl qmake:build script \
57
		sql sql-mysql:run webkit widgets xml
55
		sql sql-mysql:run widgets xml
58
USE_PERL5=	run build
56
USE_PERL5=	run build
59
USE_XORG=	x11 xv xrandr xxf86vm xinerama xext xcb
57
USE_XORG=	x11 xv xrandr xxf86vm xinerama xext xcb
60
SHEBANG_FILES=	programs/scripts/database/*.pl \
58
SHEBANG_FILES=	programs/scripts/database/*.pl \
Lines 63-69 SHEBANG_FILES= programs/scripts/database/*.pl \ Link Here
63
HAS_CONFIGURE=	yes
61
HAS_CONFIGURE=	yes
64
CONFIGURE_ARGS=	--prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \
62
CONFIGURE_ARGS=	--prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \
65
		--libxml2-path="${LOCALBASE}/include/libxml2" \
63
		--libxml2-path="${LOCALBASE}/include/libxml2" \
66
		--disable-audio-alsa
64
		--disable-audio-alsa \
65
		--disable-qtwebkit
67
CONFIGURE_ENV=	QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \
66
CONFIGURE_ENV=	QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \
68
		QTDIR="${PREFIX}" PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
67
		QTDIR="${PREFIX}" PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
69
MAKE_ENV=	QTDIR="${PREFIX}" \
68
MAKE_ENV=	QTDIR="${PREFIX}" \
70
- 

Return to bug 275531