[52510] trunk/dports/devel/boost/Portfile

nox at macports.org nox at macports.org
Wed Jun 17 17:17:20 PDT 2009


Revision: 52510
          http://trac.macports.org/changeset/52510
Author:   nox at macports.org
Date:     2009-06-17 17:17:19 -0700 (Wed, 17 Jun 2009)
Log Message:
-----------
boost:
 * Taken over.
 * Fix typo in universal variant.

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2009-06-17 23:54:08 UTC (rev 52509)
+++ trunk/dports/devel/boost/Portfile	2009-06-18 00:17:19 UTC (rev 52510)
@@ -5,7 +5,7 @@
 name			boost
 version			1.39.0
 categories		devel
-maintainers		nomaintainer
+maintainers		nox openmaintainer
 description		Collection of portable C++ source libraries
 long_description	Boost provides free portable peer-reviewed C++ \
 			libraries. The emphasis is on portable libraries \
@@ -190,7 +190,7 @@
 		build.args-append	architecture=x86
 	}
 
-	if {[lsearch ${universal_archs} *64] != 1} {
+	if {[lsearch ${universal_archs} *64] != -1} {
 		if {[lsearch ${universal_archs} i386] != -1 || [lsearch ${universal_archs} ppc] != -1} {
 			build.args-append	address-model=32_64
 		} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090617/eaea23b0/attachment.html>


More information about the macports-changes mailing list