[129568] trunk/dports/multimedia/ffmpeg/Portfile

devans at macports.org devans at macports.org
Mon Dec 15 09:11:29 PST 2014


Revision: 129568
          https://trac.macports.org/changeset/129568
Author:   devans at macports.org
Date:     2014-12-15 09:11:28 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
ffmpeg: for now disable libsmbclient support when +gpl3 is selected due to build issues (#46244).

Modified Paths:
--------------
    trunk/dports/multimedia/ffmpeg/Portfile

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2014-12-15 17:06:06 UTC (rev 129567)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2014-12-15 17:11:28 UTC (rev 129568)
@@ -247,15 +247,20 @@
     license-append          GPL-2+
 }
 
+# libsmbclient causes build failure when +gpl3 is selected (#46244)
+# disable until underlying cause is identified and addressed
+
 variant gpl3 requires gpl2 description {Enable GPL code, license will be GPL-3+} {
     configure.args-append   --enable-version3 \
                             --enable-libopencore-amrnb \
-                            --enable-libopencore-amrwb \
-                            --enable-libsmbclient
+                            --enable-libopencore-amrwb
 
-    depends_lib-append      port:opencore-amr \
-                            port:samba3
+#                            --enable-libsmbclient
 
+    depends_lib-append      port:opencore-amr
+
+#                            port:samba3
+
     license-delete          LGPL-2.1+
     license-append          GPL-3+
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/389c24e4/attachment.html>


More information about the macports-changes mailing list