[101212] trunk/dports/multimedia/VLC-devel

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 03:16:55 PST 2013


Revision: 101212
          https://trac.macports.org/changeset/101212
Author:   jeremyhu at macports.org
Date:     2013-01-06 03:16:55 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
VLC-devel: Revbump for x264 and fix build with automake 1.13

Modified Paths:
--------------
    trunk/dports/multimedia/VLC-devel/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/VLC-devel/files/automake.patch

Modified: trunk/dports/multimedia/VLC-devel/Portfile
===================================================================
--- trunk/dports/multimedia/VLC-devel/Portfile	2013-01-06 11:12:21 UTC (rev 101211)
+++ trunk/dports/multimedia/VLC-devel/Portfile	2013-01-06 11:16:55 UTC (rev 101212)
@@ -5,7 +5,7 @@
 
 name                VLC-devel
 version             2.0.99
-revision            6
+revision            7
 
 categories          multimedia
 
@@ -63,6 +63,7 @@
 
 patchfiles \
     0001-Remove-VOUT_WINDOW_TYPE_NATIVE.patch \
+    automake.patch \
     buildfix-package.mak.patch \
     configure.ac-no-arch.patch \
     PR-34741-no__clang_version__.patch \

Added: trunk/dports/multimedia/VLC-devel/files/automake.patch
===================================================================
--- trunk/dports/multimedia/VLC-devel/files/automake.patch	                        (rev 0)
+++ trunk/dports/multimedia/VLC-devel/files/automake.patch	2013-01-06 11:16:55 UTC (rev 101212)
@@ -0,0 +1,25 @@
+From 6b2595e68890e5db1b7334098b6f722e2f41a6d8 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= <remi at remlab.net>
+Date: Tue, 1 Jan 2013 12:06:16 +0200
+Subject: [PATCH] configure: replace obsolete AM_CONFIG_HEADERS (fixes #7975)
+
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index a5453a9..4c927c8 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -25,7 +25,7 @@ AC_CANONICAL_HOST
+ AC_PRESERVE_HELP_ORDER
+ 
+ AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+ 
+ # Disable with "./configure --disable-silent-rules" or "make V=1"
+ AM_SILENT_RULES([yes])
+-- 
+1.7.10.4
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/e18c5c3c/attachment-0001.html>


More information about the macports-changes mailing list