[148393] trunk/dports/databases

ryandesign at macports.org ryandesign at macports.org
Fri May 6 16:42:48 PDT 2016


Revision: 148393
          https://trac.macports.org/changeset/148393
Author:   ryandesign at macports.org
Date:     2016-05-06 16:42:48 -0700 (Fri, 06 May 2016)
Log Message:
-----------
mariadb-10.0, mariadb-10.1, mariadb, mysql51, mysql55, mysql56, mysql57, percona, postgis, postgis2: remove archcheck portgroup

Modified Paths:
--------------
    trunk/dports/databases/mariadb/Portfile
    trunk/dports/databases/mariadb-10.0/Portfile
    trunk/dports/databases/mariadb-10.1/Portfile
    trunk/dports/databases/mysql51/Portfile
    trunk/dports/databases/mysql55/Portfile
    trunk/dports/databases/mysql56/Portfile
    trunk/dports/databases/mysql57/Portfile
    trunk/dports/databases/percona/Portfile
    trunk/dports/databases/postgis/Portfile
    trunk/dports/databases/postgis2/Portfile

Modified: trunk/dports/databases/mariadb/Portfile
===================================================================
--- trunk/dports/databases/mariadb/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/mariadb/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -18,7 +18,6 @@
 
 if {$subport eq $name} {
 
-    PortGroup           archcheck 1.0
     PortGroup           cmake 1.0
     PortGroup           select 1.0
 
@@ -57,8 +56,6 @@
     select.group        mysql
     select.file         ${filespath}/${name_mysql}
 
-    archcheck.files     lib/libz.dylib lib/libwrap.dylib
-
     post-extract {
         file mkdir ${cmake.build_dir}/macports
         copy ${filespath}/macports-default.cnf \
@@ -163,7 +160,6 @@
         depends_lib-append      path:lib/libssl.dylib:openssl
         configure.args-delete   -DWITH_SSL:STRING=no
         configure.args-append   -DWITH_SSL:STRING=system
-        archcheck.files-append  lib/libssl.dylib
     }
 
     variant system_readline description {Use system readline instead of bundled readline} {
@@ -174,7 +170,6 @@
         depends_lib-append      port:readline
         configure.args-delete   -DWITH_READLINE:BOOL=ON
         configure.args-append   -DWITH_READLINE:BOOL=OFF
-        archcheck.files-append  lib/libreadline.dylib
     }
 
     notes "

Modified: trunk/dports/databases/mariadb-10.0/Portfile
===================================================================
--- trunk/dports/databases/mariadb-10.0/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/mariadb-10.0/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -18,7 +18,6 @@
 
 if {$subport eq $name} {
 
-    PortGroup           archcheck 1.0
     PortGroup           cmake 1.0
     PortGroup           select 1.0
 
@@ -56,8 +55,6 @@
     select.group        mysql
     select.file         ${filespath}/${name_mysql}
 
-    archcheck.files     lib/libz.dylib lib/libwrap.dylib
-
     post-extract {
         file mkdir ${cmake.build_dir}/macports
         copy ${filespath}/macports-default.cnf \
@@ -163,7 +160,6 @@
         depends_lib-append      path:lib/libssl.dylib:openssl
         configure.args-delete   -DWITH_SSL:STRING=no
         configure.args-append   -DWITH_SSL:STRING=system
-        archcheck.files-append  lib/libssl.dylib
     }
 
     variant system_readline description {Use system readline instead of bundled readline} {
@@ -174,7 +170,6 @@
         depends_lib-append      port:readline
         configure.args-delete   -DWITH_READLINE:BOOL=ON
         configure.args-append   -DWITH_READLINE:BOOL=OFF
-        archcheck.files-append  lib/libreadline.dylib
     }
 
     notes "

Modified: trunk/dports/databases/mariadb-10.1/Portfile
===================================================================
--- trunk/dports/databases/mariadb-10.1/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/mariadb-10.1/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -18,7 +18,6 @@
 
 if {$subport eq $name} {
 
-    PortGroup           archcheck 1.0
     PortGroup           cmake 1.0
     PortGroup           select 1.0
 
@@ -57,8 +56,6 @@
     select.group        mysql
     select.file         ${filespath}/${name_mysql}
 
-    archcheck.files     lib/libz.dylib lib/libwrap.dylib
-
     post-extract {
         file mkdir ${cmake.build_dir}/macports
         copy ${filespath}/macports-default.cnf \
@@ -164,7 +161,6 @@
         depends_lib-append      path:lib/libssl.dylib:openssl
         configure.args-delete   -DWITH_SSL:STRING=no
         configure.args-append   -DWITH_SSL:STRING=system
-        archcheck.files-append  lib/libssl.dylib
     }
 
     variant system_readline description {Use system readline instead of bundled readline} {
@@ -175,7 +171,6 @@
         depends_lib-append      port:readline
         configure.args-delete   -DWITH_READLINE:BOOL=ON
         configure.args-append   -DWITH_READLINE:BOOL=OFF
-        archcheck.files-append  lib/libreadline.dylib
     }
 
     notes "

Modified: trunk/dports/databases/mysql51/Portfile
===================================================================
--- trunk/dports/databases/mysql51/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/mysql51/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -26,7 +26,6 @@
 
     # http://bugs.mysql.com/bug.php?id=47360
     PortGroup           muniversal 1.0
-    PortGroup           archcheck 1.0
     PortGroup           select 1.0
     
     revision            ${revision_client}
@@ -52,8 +51,6 @@
     select.group        mysql
     select.file         ${filespath}/${name_mysql}
     
-    archcheck.files     lib/libz.dylib lib/libwrap.dylib
-    
     post-extract {
         file mkdir ${worksrcpath}/build_macports/macports
         copy ${filespath}/macports-default.cnf \
@@ -179,14 +176,12 @@
         depends_lib-append      path:lib/libssl.dylib:openssl
         configure.args-delete   --without-ssl
         configure.args-append   --with-ssl=${prefix}
-        archcheck.files-append  lib/libssl.dylib
     }
     if [variant_isset system_readline] {
         # "--without-readline" has the peculiar meaning "do not use the bundled copy
         # of readline but use the system's (i.e. MacPorts') copy of readline"
         depends_lib-append      port:readline
         configure.args-append   --without-readline
-        archcheck.files-append  lib/libreadline.dylib
     }
 
     notes "

Modified: trunk/dports/databases/mysql55/Portfile
===================================================================
--- trunk/dports/databases/mysql55/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/mysql55/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -18,7 +18,6 @@
 
 if {$subport eq $name} {
 
-    PortGroup           archcheck 1.0
     PortGroup           cmake 1.0
     PortGroup           select 1.0
 
@@ -45,8 +44,6 @@
     select.group        mysql
     select.file         ${filespath}/${name_mysql}
 
-    archcheck.files     lib/libz.dylib lib/libwrap.dylib
-
     post-extract {
         file mkdir ${cmake.build_dir}/macports
         copy ${filespath}/macports-default.cnf \
@@ -150,7 +147,6 @@
         depends_lib-append      path:lib/libssl.dylib:openssl
         configure.args-delete   -DWITH_SSL:STRING=no
         configure.args-append   -DWITH_SSL:STRING=system
-        archcheck.files-append  lib/libssl.dylib
     }
 
     variant system_readline description {Use system readline instead of bundled readline} {
@@ -161,7 +157,6 @@
         depends_lib-append      port:readline
         configure.args-delete   -DWITH_READLINE:BOOL=ON
         configure.args-append   -DWITH_READLINE:BOOL=OFF
-        archcheck.files-append  lib/libreadline.dylib
     }
 
     notes "

Modified: trunk/dports/databases/mysql56/Portfile
===================================================================
--- trunk/dports/databases/mysql56/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/mysql56/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -19,7 +19,6 @@
 
 if {$subport eq $name} {
 
-    PortGroup           archcheck 1.0
     PortGroup           muniversal 1.0
     PortGroup           cmake 1.0
     PortGroup           select 1.0
@@ -58,8 +57,6 @@
     select.group        mysql
     select.file         ${filespath}/${name_mysql}
 
-    archcheck.files     lib/libz.dylib lib/libwrap.dylib
-
     post-extract {
         file mkdir ${cmake.build_dir}/macports
         copy ${filespath}/macports-default.cnf \
@@ -164,7 +161,6 @@
         configure.args-delete   -DWITH_SSL:STRING=bundled
         configure.args-append   -DWITH_SSL:STRING=${prefix}
         depends_lib-append      path:lib/libssl.dylib:openssl
-        archcheck.files-append  lib/libssl.dylib
         patchfiles-delete       patch-cmake-install_layout.cmake-yassl.diff
     }
 

Modified: trunk/dports/databases/mysql57/Portfile
===================================================================
--- trunk/dports/databases/mysql57/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/mysql57/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -17,7 +17,6 @@
 homepage            http://www.mysql.com/
 
 if {$subport eq $name} {
-    PortGroup           archcheck 1.0
     PortGroup           muniversal 1.0
     PortGroup           cmake 1.0
     PortGroup           select 1.0
@@ -38,8 +37,6 @@
     depends_lib-append  port:zlib
     depends_run-append  port:mysql_select
 
-    archcheck.files     lib/libz.dylib lib/libwrap.dylib
-
     post-extract {
         file mkdir ${cmake.build_dir}/macports
         copy ${filespath}/macports-default.cnf \
@@ -140,8 +137,6 @@
     variant openssl description {Enable OpenSSL support} {
         depends_lib-append      path:lib/libssl.dylib:openssl
 
-        archcheck.files-append  lib/libssl.dylib
-
         patchfiles-delete       patch-cmake-install_layout.cmake-yassl.diff
 
         configure.args-delete   -DWITH_SSL:STRING=bundled

Modified: trunk/dports/databases/percona/Portfile
===================================================================
--- trunk/dports/databases/percona/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/percona/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -20,7 +20,6 @@
 
 if {$subport eq $name} {
 
-    PortGroup           archcheck 1.0
     PortGroup           cmake 1.0
     PortGroup           select 1.0
 
@@ -51,8 +50,6 @@
     select.group        mysql
     select.file         ${filespath}/${name_mysql}
 
-    archcheck.files     lib/libz.dylib lib/libwrap.dylib
-
     post-extract {
         file mkdir ${cmake.build_dir}/macports
         copy ${filespath}/macports-default.cnf \
@@ -172,7 +169,6 @@
         configure.args-delete   -DWITH_SSL:STRING=bundled
         configure.args-append   -DWITH_SSL:STRING=${prefix}
         depends_lib-append      path:lib/libssl.dylib:openssl
-        archcheck.files-append  lib/libssl.dylib
     }
 
     variant system_readline description {Use system readline instead of bundled readline} {
@@ -183,7 +179,6 @@
         depends_lib-append      port:readline
         configure.args-delete   -DWITH_EDITLINE:STRING=bundled
         configure.args-append   -DWITH_READLINE:STRING=system
-        archcheck.files-append  lib/libreadline.dylib
     }
 
     notes "

Modified: trunk/dports/databases/postgis/Portfile
===================================================================
--- trunk/dports/databases/postgis/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/postgis/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           archcheck 1.0
 
 name                postgis
 version             1.5.8
@@ -40,12 +39,6 @@
     port:libiconv \
     port:libxml2
 
-archcheck.files \
-    lib/libgeos_c.dylib \
-    lib/libiconv.dylib \
-    lib/libproj.dylib \
-    lib/libxml2.dylib
-
 use_parallel_build  no
 
 patchfiles          patch-postgis-Makefile.in.diff
@@ -91,9 +84,6 @@
             }
             depends_lib-append  port:${p}
 
-            archcheck.files-append \
-                lib/${p}/libpq.dylib
-
             configure.args-append   --libdir=${prefix}/lib/${p} \
                                     --with-pgconfig=${prefix}/lib/${p}/bin/pg_config
 

Modified: trunk/dports/databases/postgis2/Portfile
===================================================================
--- trunk/dports/databases/postgis2/Portfile	2016-05-06 23:36:03 UTC (rev 148392)
+++ trunk/dports/databases/postgis2/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           archcheck 1.0
 
 name                postgis2
 categories          databases gis
@@ -38,11 +37,6 @@
                     port:libiconv\
                     port:libxml2
 
-archcheck.files     lib/libgeos_c.dylib\
-                    lib/libiconv.dylib\
-                    lib/libproj.dylib\
-                    lib/libxml2.dylib
-
 # PostGIS 2.0 is not compatible with PostGIS 1.5
 
 conflicts           postgis
@@ -52,7 +46,6 @@
 variant postgresql93        description {Builds with postgresql 9.3} \
                             conflicts postgresql95 postgresql94 {
     depends_lib-append      port:postgresql93
-    archcheck.files-append  lib/postgresql93/libpq.dylib
     configure.args-append   --libdir=${prefix}/lib/postgresql93\
                             --with-pgconfig=${prefix}/lib/postgresql93/bin/pg_config
     build.args-append       PGSQL_DOCDIR=${destroot}${prefix}/share/doc/postgresql93\
@@ -62,7 +55,6 @@
 variant postgresql94        description {Builds with postgresql 9.4} \
                             conflicts postgresql95 postgresql93 {
     depends_lib-append      port:postgresql94
-    archcheck.files-append  lib/postgresql94/libpq.dylib
     configure.args-append   --libdir=${prefix}/lib/postgresql94\
                             --with-pgconfig=${prefix}/lib/postgresql94/bin/pg_config
     build.args-append       PGSQL_DOCDIR=${destroot}${prefix}/share/doc/postgresql94\
@@ -72,7 +64,6 @@
 variant postgresql95        description {Builds with postgresql 9.5} \
                             conflicts postgresql94 postgresql93 {
     depends_lib-append      port:postgresql95
-    archcheck.files-append  lib/postgresql95/libpq.dylib
     configure.args-append   --libdir=${prefix}/lib/postgresql95\
                             --with-pgconfig=${prefix}/lib/postgresql95/bin/pg_config
     build.args-append       PGSQL_DOCDIR=${destroot}${prefix}/share/doc/postgresql95\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160506/b2c7051c/attachment.html>


More information about the macports-changes mailing list