[109284] trunk/dports

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 12 00:55:13 PDT 2013


Revision: 109284
          https://trac.macports.org/changeset/109284
Author:   jeremyhu at macports.org
Date:     2013-08-12 00:55:13 -0700 (Mon, 12 Aug 2013)
Log Message:
-----------
misc: remove depends_skip_archcheck because the gmake port already declares "installs_libs no"; remove destroot.cmd because the default destroot.cmd is build.cmd

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer010-gst-ffmpeg/Portfile
    trunk/dports/gnome/gstreamer1-gst-libav/Portfile
    trunk/dports/gnome/libsoup/Portfile
    trunk/dports/lang/eero-devel/Portfile
    trunk/dports/lang/llvm-2.9/Portfile
    trunk/dports/lang/llvm-3.0/Portfile
    trunk/dports/lang/llvm-3.1/Portfile
    trunk/dports/lang/llvm-3.2/Portfile
    trunk/dports/lang/llvm-3.3/Portfile
    trunk/dports/lang/llvm-3.4/Portfile
    trunk/dports/multimedia/MPlayer/Portfile
    trunk/dports/multimedia/mplayer-devel/Portfile

Modified: trunk/dports/gnome/gstreamer010-gst-ffmpeg/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-ffmpeg/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/gnome/gstreamer010-gst-ffmpeg/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -77,10 +77,7 @@
 #
 platform darwin 8 {
     depends_build-append port:gmake
-    depends_skip_archcheck-append gmake
-
     build.cmd            gmake
-    destroot.cmd         gmake
 }
 
 livecheck.type      none

Modified: trunk/dports/gnome/gstreamer1-gst-libav/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1-gst-libav/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/gnome/gstreamer1-gst-libav/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -75,10 +75,7 @@
 #
 platform darwin 8 {
     depends_build-append port:gmake
-    depends_skip_archcheck-append gmake
-
     build.cmd            gmake
-    destroot.cmd         gmake
 }
 
 livecheck.type      regex

Modified: trunk/dports/gnome/libsoup/Portfile
===================================================================
--- trunk/dports/gnome/libsoup/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/gnome/libsoup/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -71,10 +71,9 @@
 }
 
 platform darwin 8 {
+    # The rules enabled by gobject-introspection require GNU make 3.81+
     depends_run-append      port:gmake
-    depends_skip_archcheck-append gmake
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 }
 
 livecheck.type  gnome

Modified: trunk/dports/lang/eero-devel/Portfile
===================================================================
--- trunk/dports/lang/eero-devel/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/lang/eero-devel/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -130,9 +130,7 @@
 platform darwin 8 {
     # Tiger's DevTools make has issues with the nested ifs in compiler-rt
     depends_run-append      port:gmake
-    depends_skip_archcheck-append gmake
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 
     post-configure {
         reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config

Modified: trunk/dports/lang/llvm-2.9/Portfile
===================================================================
--- trunk/dports/lang/llvm-2.9/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/lang/llvm-2.9/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -176,9 +176,7 @@
 platform darwin 8 {
     # Tiger's DevTools make has issues with the nested ifs in compiler-rt
     depends_run-append      port:gmake
-    depends_skip_archcheck-append gmake
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 
     post-configure {
         reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config

Modified: trunk/dports/lang/llvm-3.0/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.0/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/lang/llvm-3.0/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -174,9 +174,7 @@
 platform darwin 8 {
     # Tiger's DevTools make has issues with the nested ifs in compiler-rt
     depends_run-append      port:gmake
-    depends_skip_archcheck-append gmake
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 
     post-configure {
         reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config

Modified: trunk/dports/lang/llvm-3.1/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.1/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/lang/llvm-3.1/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -178,9 +178,7 @@
 platform darwin 8 {
     # Tiger's DevTools make has issues with the nested ifs in compiler-rt
     depends_run-append      port:gmake
-    depends_skip_archcheck-append gmake
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 
     post-configure {
         reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config

Modified: trunk/dports/lang/llvm-3.2/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.2/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/lang/llvm-3.2/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -183,9 +183,7 @@
 platform darwin 8 {
     # Tiger's DevTools make has issues with the nested ifs in compiler-rt
     depends_run-append      port:gmake
-    depends_skip_archcheck-append gmake
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 
     post-configure {
         reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config

Modified: trunk/dports/lang/llvm-3.3/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.3/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/lang/llvm-3.3/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -171,9 +171,7 @@
 platform darwin 8 {
     # Tiger's DevTools make has issues with the nested ifs in compiler-rt
     depends_run-append      port:gmake
-    depends_skip_archcheck-append gmake
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 
     post-configure {
         reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config

Modified: trunk/dports/lang/llvm-3.4/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.4/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/lang/llvm-3.4/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -158,9 +158,7 @@
 platform darwin 8 {
     # Tiger's DevTools make has issues with the nested ifs in compiler-rt
     depends_run-append      port:gmake
-    depends_skip_archcheck-append gmake
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 
     post-configure {
         reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config

Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/multimedia/MPlayer/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -281,10 +281,7 @@
 
 platform darwin 8 {
     depends_build-append port:gmake
-    depends_skip_archcheck-append gmake
-
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 }
 
 platform darwin 9 {

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2013-08-12 07:16:06 UTC (rev 109283)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2013-08-12 07:55:13 UTC (rev 109284)
@@ -291,10 +291,7 @@
 
 platform darwin 8 {
     depends_build-append port:gmake
-    depends_skip_archcheck-append gmake
-
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 }
 
 platform darwin 9 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130812/b91ea7ee/attachment-0001.html>


More information about the macports-changes mailing list