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

raimue at macports.org raimue at macports.org
Sat Mar 1 14:35:40 PST 2008


Revision: 34664
          http://trac.macosforge.org/projects/macports/changeset/34664
Author:   raimue at macports.org
Date:     2008-03-01 14:35:39 -0800 (Sat, 01 Mar 2008)

Log Message:
-----------
devel/boost:
 * Mark +python24 and +python25 conflicting
 * Use correct depends_lib-append in variants in order to fix dependency issues
 * Closes #14431 (maintainer timeout)

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2008-03-01 22:34:06 UTC (rev 34663)
+++ trunk/dports/devel/boost/Portfile	2008-03-01 22:35:39 UTC (rev 34664)
@@ -85,21 +85,21 @@
 
 configure.args		--without-libraries=python --without-icu
 
-variant python24 {
+variant python24 conflicts python25 {
 	set pyversion		2.4
-	depends_lib		lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]
+	depends_lib-append      lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]
 
 	configure.args-delete	--without-libraries=python
 }
 
-variant python25 {
+variant python25 conflicts python24 {
 	set pyversion		2.5
-	depends_lib		lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]
+	depends_lib-append      lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]
 
 	configure.args-delete	--without-libraries=python
 }
 variant icu {
-	depends_lib		port:icu
+	depends_lib-append	port:icu
 
 	configure.args-delete	--without-icu
 	configure.args-append	--with-icu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080301/bc6fedb6/attachment.html 


More information about the macports-changes mailing list