[37521] trunk/dports/graphics/openexr/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 11 02:07:40 PDT 2008


Revision: 37521
          http://trac.macosforge.org/projects/macports/changeset/37521
Author:   ryandesign at macports.org
Date:     2008-06-11 02:07:40 -0700 (Wed, 11 Jun 2008)

Log Message:
-----------
openexr: fix universal build by using libtool port, not included older libtool, and fix ilmbase dependency (is used as a library, not just at build time); #15493 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/graphics/openexr/Portfile

Modified: trunk/dports/graphics/openexr/Portfile
===================================================================
--- trunk/dports/graphics/openexr/Portfile	2008-06-11 09:06:00 UTC (rev 37520)
+++ trunk/dports/graphics/openexr/Portfile	2008-06-11 09:07:40 UTC (rev 37521)
@@ -4,6 +4,7 @@
 
 name		openexr
 version		1.6.1
+revision	1
 categories	graphics
 maintainers	waqar at macports.org
 use_parallel_build	yes
@@ -18,9 +19,15 @@
 		sha1 b3650e6542f0e09daadb2d467425530bc8eec333	\
 		rmd160 3670633be841628e9d4c11981661e9d94a9b2711
 
-depends_build	port:ilmbase
+depends_build	port:libtool
+depends_lib	port:ilmbase
+
 configure.args	--mandir=${prefix}/share/man \
 		--infodir=${prefix}/share/info
 
+post-configure {
+	copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
+}
+
 test.run	yes
 test.target	check

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080611/eac7f28b/attachment.htm 


More information about the macports-changes mailing list