svn commit: r364721 - head/multimedia/vdr
Juergen Lock
nox at FreeBSD.org
Tue Aug 12 16:47:49 UTC 2014
Author: nox
Date: Tue Aug 12 16:47:48 2014
New Revision: 364721
URL: http://svnweb.freebsd.org/changeset/ports/364721
QAT: https://qat.redports.org/buildarchive/r364721/
Log:
- Turns out the 10.0-R clang crashes I couldn't reproduce (on amd64) were
in fact on i386 - since this was the first report I got of this kind
(and I don't have an i386 box anymore myself) let's assume it's an
i386 issue. So change the USE_GCC=any to be i386-only.
- Bump PORTREVISION.
PR: 192583
Modified:
head/multimedia/vdr/Makefile
Modified: head/multimedia/vdr/Makefile
==============================================================================
--- head/multimedia/vdr/Makefile Tue Aug 12 16:45:51 2014 (r364720)
+++ head/multimedia/vdr/Makefile Tue Aug 12 16:47:48 2014 (r364721)
@@ -3,7 +3,7 @@
PORTNAME= vdr
PORTVERSION= 1.7.29
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.tvdr.de/vdr/Developer/
@@ -24,7 +24,6 @@ STB0899_SIGNAL_DESC= STB0899 signal stre
OPTIONS_DEFAULT= IPTVPATCH TTXPATCH
USES= pkgconfig gettext iconv:wchar_t gmake shebangfix tar:bzip2
-USE_GCC= any
SHEBANG_FILES= svdrpsend
DIST_SUBDIR= vdr
PORTDOCS= COPYING INSTALL MANUAL README HISTORY
@@ -55,6 +54,10 @@ PLIST_SUB+= VDR_GROUP=${VDR_GROUP}
.include <bsd.port.options.mk>
+.if ${ARCH} == "i386"
+USE_GCC= any
+.endif
+
EXTRA_PATCHES+= ${FILESDIR}/vdr-1.7.15-disable_ca_updates.patch
.if ${PORT_OPTIONS:MIPTVPATCH}
EXTRA_PATCHES+= ${FILESDIR}/vdr-1.7.15-disable_eitscan.patch
More information about the svn-ports-all
mailing list