[71434] trunk/dports/multimedia

devans at macports.org devans at macports.org
Sun Sep 12 20:33:29 PDT 2010


Revision: 71434
          http://trac.macports.org/changeset/71434
Author:   devans at macports.org
Date:     2010-09-12 20:33:28 -0700 (Sun, 12 Sep 2010)
Log Message:
-----------
ffmpeg, ffmpeg-devel: per suggestion from ryandesign, remove +verbose_build variant
and just build in verbose mode all the time.

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

Removed Paths:
-------------
    trunk/dports/multimedia/ffmpeg/files/patch-common.mak.diff
    trunk/dports/multimedia/ffmpeg-devel/files/patch-common.mak.diff

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2010-09-13 03:14:23 UTC (rev 71433)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2010-09-13 03:33:28 UTC (rev 71434)
@@ -89,6 +89,7 @@
 }
 
 build.cmd       ${prefix}/bin/gmake
+build.env-append V=1
 
 #
 # enable auto configure of mmx and related Intel optimizations by default
@@ -131,10 +132,6 @@
 
 universal_variant no
 
-variant verbose_build description {Emit full build commands during build} {
-    patchfiles-append patch-common.mak.diff
-}
-
 post-destroot {
     file mkdir ${destroot}${prefix}/share/doc/${name}
     file copy ${worksrcpath}/doc/TODO ${destroot}${prefix}/share/doc/${name}

Deleted: trunk/dports/multimedia/ffmpeg/files/patch-common.mak.diff
===================================================================
--- trunk/dports/multimedia/ffmpeg/files/patch-common.mak.diff	2010-09-13 03:14:23 UTC (rev 71433)
+++ trunk/dports/multimedia/ffmpeg/files/patch-common.mak.diff	2010-09-13 03:33:28 UTC (rev 71434)
@@ -1,13 +0,0 @@
---- common.mak.orig	2010-09-03 07:32:46.000000000 -0700
-+++ common.mak	2010-09-03 07:33:53.000000000 -0700
-@@ -18,6 +18,10 @@
- BUILD_ROOT_REL = ..
- endif
- 
-+# enable verbose build
-+
-+V=1
-+
- ifndef V
- Q      = @
- ECHO   = printf "$(1)\t%s\n" $(2)

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2010-09-13 03:14:23 UTC (rev 71433)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2010-09-13 03:33:28 UTC (rev 71434)
@@ -128,6 +128,7 @@
 }
 
 build.cmd       ${prefix}/bin/gmake
+build.env-append V=1
 
 test.run        yes
 
@@ -164,10 +165,6 @@
     }
 }
 
-variant verbose_build description {Emit full build commands during build} {
-    patchfiles-append patch-common.mak.diff
-}
-
 variant no_mmx description {disable all x86 asm optimizations} {
     configure.args-append --disable-mmx --disable-mmx2 --disable-sse --disable-ssse3 --disable-amd3dnow --disable-amd3dnowext
 }

Deleted: trunk/dports/multimedia/ffmpeg-devel/files/patch-common.mak.diff
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/files/patch-common.mak.diff	2010-09-13 03:14:23 UTC (rev 71433)
+++ trunk/dports/multimedia/ffmpeg-devel/files/patch-common.mak.diff	2010-09-13 03:33:28 UTC (rev 71434)
@@ -1,13 +0,0 @@
---- common.mak.orig	2010-09-03 07:32:46.000000000 -0700
-+++ common.mak	2010-09-03 07:33:53.000000000 -0700
-@@ -18,6 +18,10 @@
- BUILD_ROOT_REL = ..
- endif
- 
-+# enable verbose build
-+
-+V=1
-+
- ifndef V
- Q      = @
- ECHO   = printf "$(1)\t%s\n" $(2)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100912/c7181d21/attachment.html>


More information about the macports-changes mailing list