[92950] trunk/dports/databases/postgis2/Portfile

vince at macports.org vince at macports.org
Fri May 11 11:28:51 PDT 2012


Revision: 92950
          https://trac.macports.org/changeset/92950
Author:   vince at macports.org
Date:     2012-05-11 11:28:50 -0700 (Fri, 11 May 2012)
Log Message:
-----------
Now that r92935 has been committed, there is no need anymore to enforce +universal flag if PostGreSQL has been built universal.

Revision Links:
--------------
    https://trac.macports.org/changeset/92935

Modified Paths:
--------------
    trunk/dports/databases/postgis2/Portfile

Modified: trunk/dports/databases/postgis2/Portfile
===================================================================
--- trunk/dports/databases/postgis2/Portfile	2012-05-11 18:14:56 UTC (rev 92949)
+++ trunk/dports/databases/postgis2/Portfile	2012-05-11 18:28:50 UTC (rev 92950)
@@ -119,12 +119,6 @@
         set PGVERSION   postgresql91
     }
     
-    # Can’t install a non-universal PostGIS on a universal PostGreSQL
-    if {![variant_isset universal] && -1 != [string first "+universal" [lindex [lindex [registry_active $PGVERSION] 0] 3]]} {
-        return -code error  "Since $PGVERSION has been built universal,\
-                            PostGIS must also be built universal."
-    }
-
     system -W ${worksrcpath} "./autogen.sh"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120511/7f49afcd/attachment.html>


More information about the macports-changes mailing list