svn commit: r364716 - head/multimedia/vdr

Juergen Lock nox at FreeBSD.org
Tue Aug 12 16:07:27 UTC 2014


Author: nox
Date: Tue Aug 12 16:07:26 2014
New Revision: 364716
URL: http://svnweb.freebsd.org/changeset/ports/364716
QAT: https://qat.redports.org/buildarchive/r364716/

Log:
  - Add USE_GCC=any to fix crashes on 10.0 . (which I cannot reproduce tho)
  - Bump PORTREVISION.
  
  PR:		192583
  Submitted by:	martin.dieringer at gmx.de

Modified:
  head/multimedia/vdr/Makefile

Modified: head/multimedia/vdr/Makefile
==============================================================================
--- head/multimedia/vdr/Makefile	Tue Aug 12 15:59:43 2014	(r364715)
+++ head/multimedia/vdr/Makefile	Tue Aug 12 16:07:26 2014	(r364716)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vdr
 PORTVERSION=	1.7.29
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://ftp.tvdr.de/vdr/Developer/
 
@@ -24,6 +24,7 @@ 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


More information about the svn-ports-head mailing list