svn commit: r349119 - in head/multimedia: mythtv mythtv-frontend mythtv-frontend/files mythtv/files

Bernhard Froehlich decke at FreeBSD.org
Tue Mar 25 10:06:57 UTC 2014


Author: decke
Date: Tue Mar 25 10:06:55 2014
New Revision: 349119
URL: http://svnweb.freebsd.org/changeset/ports/349119
QAT: https://qat.redports.org/buildarchive/r349119/

Log:
  - Make sure libavcodec builds MD code
  - Bump PORTREVISION
  
  PR:		ports/187836
  Submitted by:	Jan Beich <jbeich at tormail.org>

Modified:
  head/multimedia/mythtv-frontend/Makefile
  head/multimedia/mythtv-frontend/files/patch-external__FFmpeg__configure
  head/multimedia/mythtv/Makefile
  head/multimedia/mythtv/files/patch-external__FFmpeg__configure

Modified: head/multimedia/mythtv-frontend/Makefile
==============================================================================
--- head/multimedia/mythtv-frontend/Makefile	Tue Mar 25 09:44:56 2014	(r349118)
+++ head/multimedia/mythtv-frontend/Makefile	Tue Mar 25 10:06:55 2014	(r349119)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mythtv-frontend
 PORTVERSION=	0.27.0.20140121
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://people.freebsd.org/~decke/distfiles/
 DISTNAME=	mythtv-${PORTVERSION}
@@ -28,6 +29,7 @@ GH_COMMIT=	5a5e1cd
 WRKSRC=		${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/${GH_PROJECT}
 
 ONLY_FOR_ARCHS=	i386 amd64
+NOPRECIOUSMAKEVARS=	# don't override $(ARCH) in ffmpeg makefiles
 USES=		gmake pkgconfig
 USE_QT4=	gui sql network script linguist_build l10n sql-mysql_run \
 		moc_build qmake_build rcc_build uic_build

Modified: head/multimedia/mythtv-frontend/files/patch-external__FFmpeg__configure
==============================================================================
--- head/multimedia/mythtv-frontend/files/patch-external__FFmpeg__configure	Tue Mar 25 09:44:56 2014	(r349118)
+++ head/multimedia/mythtv-frontend/files/patch-external__FFmpeg__configure	Tue Mar 25 10:06:55 2014	(r349119)
@@ -20,12 +20,3 @@
          ;;
          # targets that do support conditional mov but on which it's slow
          pentium4|pentium4m|prescott|nocona)
-@@ -3063,7 +3063,7 @@
- SRC_PATH_BARE=$source_path
- BUILD_ROOT="$PWD"
- CC_IDENT=$cc_ident
--ARCH=$arch
-+FFMPEG_ARCH=$arch
- CC=$cc
- AS=$as
- LD=$ld

Modified: head/multimedia/mythtv/Makefile
==============================================================================
--- head/multimedia/mythtv/Makefile	Tue Mar 25 09:44:56 2014	(r349118)
+++ head/multimedia/mythtv/Makefile	Tue Mar 25 10:06:55 2014	(r349119)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mythtv
 PORTVERSION=	0.27.0.20140121
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://people.freebsd.org/~decke/distfiles/
 
@@ -28,6 +29,7 @@ GH_COMMIT=	5a5e1cd
 WRKSRC=		${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/${GH_PROJECT}
 
 ONLY_FOR_ARCHS=	i386 amd64
+NOPRECIOUSMAKEVARS=	# don't override $(ARCH) in ffmpeg makefiles
 USES=		gmake pkgconfig perl5
 USE_QT4=	gui sql network script linguist_build l10n sql-mysql_run \
 		moc_build qmake_build rcc_build uic_build imageformats

Modified: head/multimedia/mythtv/files/patch-external__FFmpeg__configure
==============================================================================
--- head/multimedia/mythtv/files/patch-external__FFmpeg__configure	Tue Mar 25 09:44:56 2014	(r349118)
+++ head/multimedia/mythtv/files/patch-external__FFmpeg__configure	Tue Mar 25 10:06:55 2014	(r349119)
@@ -20,12 +20,3 @@
          ;;
          # targets that do support conditional mov but on which it's slow
          pentium4|pentium4m|prescott|nocona)
-@@ -3063,7 +3063,7 @@
- SRC_PATH_BARE=$source_path
- BUILD_ROOT="$PWD"
- CC_IDENT=$cc_ident
--ARCH=$arch
-+FFMPEG_ARCH=$arch
- CC=$cc
- AS=$as
- LD=$ld


More information about the svn-ports-head mailing list