[73117] trunk/dports/graphics

michaelld at macports.org michaelld at macports.org
Thu Nov 4 05:55:55 PDT 2010


Revision: 73117
          http://trac.macports.org/changeset/73117
Author:   michaelld at macports.org
Date:     2010-11-04 05:55:52 -0700 (Thu, 04 Nov 2010)
Log Message:
-----------
qwt ports: Remove all archcheck.

Modified Paths:
--------------
    trunk/dports/graphics/qwt/Portfile
    trunk/dports/graphics/qwt-devel/Portfile
    trunk/dports/graphics/qwt52/Portfile
    trunk/dports/graphics/qwtplot3d/Portfile

Modified: trunk/dports/graphics/qwt/Portfile
===================================================================
--- trunk/dports/graphics/qwt/Portfile	2010-11-04 12:48:41 UTC (rev 73116)
+++ trunk/dports/graphics/qwt/Portfile	2010-11-04 12:55:52 UTC (rev 73117)
@@ -58,11 +58,6 @@
 if {[variant_isset qt3]} {
     depends_lib-append  port:qt3-mac
     set qt_qmake_cmd    ${prefix}/libexec/qt3-mac/bin/qmake
-
-    PortGroup           archcheck 1.0
-    # check arch of libraries on which this port depends
-    archcheck.files-append  lib/libQtCore.dylib
-
 } else {
     # when variant 'qt3' is not set, use qt4 whether by default or via
     # the user's variant choice

Modified: trunk/dports/graphics/qwt-devel/Portfile
===================================================================
--- trunk/dports/graphics/qwt-devel/Portfile	2010-11-04 12:48:41 UTC (rev 73116)
+++ trunk/dports/graphics/qwt-devel/Portfile	2010-11-04 12:55:52 UTC (rev 73117)
@@ -60,11 +60,6 @@
 if {[variant_isset qt3]} {
     depends_lib-append  port:qt3-mac
     set qt_qmake_cmd    ${prefix}/libexec/qt3-mac/bin/qmake
-
-    PortGroup           archcheck 1.0
-    # check arch of libraries on which this port depends
-    archcheck.files-append  lib/libQtCore.dylib
-
 } else {
     # when variant 'qt3' is not set, use qt4 whether by default or via
     # the user's variant choice

Modified: trunk/dports/graphics/qwt52/Portfile
===================================================================
--- trunk/dports/graphics/qwt52/Portfile	2010-11-04 12:48:41 UTC (rev 73116)
+++ trunk/dports/graphics/qwt52/Portfile	2010-11-04 12:55:52 UTC (rev 73117)
@@ -60,11 +60,6 @@
 if {[variant_isset qt3]} {
     depends_lib-append  port:qt3-mac
     set qt_qmake_cmd    ${prefix}/libexec/qt3-mac/bin/qmake
-
-    PortGroup           archcheck 1.0
-    # check arch of libraries on which this port depends
-    archcheck.files-append  lib/libQtCore.dylib
-
 } else {
     # when variant 'qt3' is not set, use qt4 whether by default or via
     # the user's variant choice

Modified: trunk/dports/graphics/qwtplot3d/Portfile
===================================================================
--- trunk/dports/graphics/qwtplot3d/Portfile	2010-11-04 12:48:41 UTC (rev 73116)
+++ trunk/dports/graphics/qwtplot3d/Portfile	2010-11-04 12:55:52 UTC (rev 73117)
@@ -40,11 +40,6 @@
 if {[variant_isset qt3]} {
     depends_lib-append  port:qt3-mac
     set qt_qmake_cmd    ${prefix}/libexec/qt3-mac/bin/qmake
-
-    PortGroup           archcheck 1.0
-    # check arch of libraries on which this port depends
-    archcheck.files-append  lib/libQtCore.dylib
-
 } else {
     # when variant 'qt3' is not set, use qt4 whether by default or via
     # the user's variant choice
@@ -54,9 +49,6 @@
     PortGroup           qt4 1.0
 }
 
-# check arch of libraries on which this port depends
-archcheck.files-append  lib/libqwt.dylib
-
 post-patch {
     # setup for debug, if selected
     if {[variant_isset debug]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101104/f5ebb000/attachment.html>


More information about the macports-changes mailing list