[124352] trunk/dports/mail/dovecot/Portfile

jmr at macports.org jmr at macports.org
Fri Aug 22 18:33:52 PDT 2014


Revision: 124352
          https://trac.macports.org/changeset/124352
Author:   jmr at macports.org
Date:     2014-08-22 18:33:52 -0700 (Fri, 22 Aug 2014)
Log Message:
-----------
dovecot: remove archcheck portgroup

Modified Paths:
--------------
    trunk/dports/mail/dovecot/Portfile

Modified: trunk/dports/mail/dovecot/Portfile
===================================================================
--- trunk/dports/mail/dovecot/Portfile	2014-08-22 23:52:05 UTC (rev 124351)
+++ trunk/dports/mail/dovecot/Portfile	2014-08-23 01:33:52 UTC (rev 124352)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           archcheck 1.0
 
 name                dovecot
 conflicts           dovecot2
@@ -29,9 +28,6 @@
 depends_lib         port:libiconv \
                     port:zlib \
                     port:openssl
-archcheck.files     lib/libiconv.dylib \
-                    lib/libz.dylib \
-                    lib/libssl.dylib
 
 configure.args      --sysconfdir=${prefix}/etc/dovecot \
                     --localstatedir=${prefix}/var \
@@ -53,7 +49,6 @@
 
 variant postgresql80 conflicts postgresql81 postgresql82 postgresql83 postgresql84 description {Enable PostgreSQL 8.0 support} {
     depends_lib-append          port:postgresql80
-    archcheck.files-append      lib/postgresql80/libpq.dylib
     configure.args-append       --with-pgsql
     configure.ldflags-append    -L${prefix}/lib/postgresql80
     configure.cppflags-append   -I${prefix}/include/postgresql80
@@ -61,7 +56,6 @@
 
 variant postgresql81 conflicts postgresql80 postgresql82 postgresql83 postgresql84 description {Enable PostgreSQL 8.1 support} {
     depends_lib-append          port:postgresql81
-    archcheck.files-append      lib/postgresql81/libpq.dylib
     configure.args-append       --with-pgsql
     configure.ldflags-append    -L${prefix}/lib/postgresql81
     configure.cppflags-append   -I${prefix}/include/postgresql81
@@ -69,7 +63,6 @@
 
 variant postgresql82 conflicts postgresql80 postgresql81 postgresql83 postgresql84 description {Enable PostgreSQL 8.2 support} {
     depends_lib-append          port:postgresql82
-    archcheck.files-append      lib/postgresql82/libpq.dylib
     configure.args-append       --with-pgsql
     configure.ldflags-append    -L${prefix}/lib/postgresql82
     configure.cppflags-append   -I${prefix}/include/postgresql82
@@ -77,7 +70,6 @@
 
 variant postgresql83 conflicts postgresql80 postgresql81 postgresql82 postgresql84 description {Enable PostgreSQL 8.3 support} {
     depends_lib-append          port:postgresql83
-    archcheck.files-append      lib/postgresql83/libpq.dylib
     configure.args-append       --with-pgsql
     configure.ldflags-append    -L${prefix}/lib/postgresql83
     configure.cppflags-append   -I${prefix}/include/postgresql83
@@ -85,7 +77,6 @@
 
 variant postgresql84 conflicts postgresql80 postgresql81 postgresql82 postgresql83 description {Enable PostgreSQL 8.4 support} {
     depends_lib-append          port:postgresql84
-    archcheck.files-append      lib/postgresql84/libpq.dylib
     configure.args-append       --with-pgsql
     configure.ldflags-append    -L${prefix}/lib/postgresql84
     configure.cppflags-append   -I${prefix}/include/postgresql84
@@ -93,7 +84,6 @@
 
 variant mysql5 description {Enable MySQL support} {
     depends_lib-append          path:bin/mysql_config5:mysql5
-    archcheck.files-append      lib/mysql5/mysql/libmysqlclient.dylib
     configure.args-append       --with-mysql
     configure.ldflags-append    -L${prefix}/lib/mysql5/mysql
     configure.cppflags-append   -I${prefix}/include/mysql5/mysql
@@ -101,7 +91,6 @@
 
 variant ldap description {Enable LDAP support} {
     configure.args-append       --with-ldap
-    archcheck.files-append      lib/libldap.dylib
     depends_lib-append          port:openldap
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140822/2d0ae292/attachment.html>


More information about the macports-changes mailing list