[50989] trunk/dports/graphics/vtk-devel/Portfile
dweber at macports.org
dweber at macports.org
Thu May 14 15:02:50 PDT 2009
Revision: 50989
http://trac.macports.org/changeset/50989
Author: dweber at macports.org
Date: 2009-05-14 15:02:50 -0700 (Thu, 14 May 2009)
Log Message:
-----------
Lost pedantic whitespace changes from 50882
Modified Paths:
--------------
trunk/dports/graphics/vtk-devel/Portfile
Modified: trunk/dports/graphics/vtk-devel/Portfile
===================================================================
--- trunk/dports/graphics/vtk-devel/Portfile 2009-05-14 21:55:10 UTC (rev 50988)
+++ trunk/dports/graphics/vtk-devel/Portfile 2009-05-14 22:02:50 UTC (rev 50989)
@@ -8,7 +8,7 @@
revision 3
set branch [join [lrange [split ${version} .] 0 1] .]
-categories graphics math science devel
+categories graphics math science devel
maintainers dweber openmaintainer
@@ -166,7 +166,7 @@
set vtkDocPathLink ${prefix}/share/doc/${distname}
xinstall -d -o root -g admin -m 0755 ${destroot}/${vtkDocPath}
xinstall -d -o root -g admin -m 0755 ${destroot}/${vtkDocPathLink}
- # Add the doxygen documentation
+ # Add the doxygen documentation
system "tar -C ${destroot}/${vtkDocPath} -zxf ${distpath}/${vtkDocFile}"
# Add basic documentation
file copy ${worksrcpath}/README.html ${destroot}/${vtkDocPath}
@@ -433,7 +433,7 @@
-DPYTHON_DEBUG_LIBRARY:FILEPATH=${prefix}/lib/lib${python}.dylib \
-DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/${python} \
-DVTK_PYTHON_SETUP_ARGS:STRING='--prefix=${prefix} --root=${destroot}'
- # The VTK_PYTHON_SETUP_ARGS *MUST* be in single quotes
+ # The VTK_PYTHON_SETUP_ARGS *MUST* be in single quotes
post-destroot {
setPython 2 5
# Reset the name of the vtkpython binary (create a symlink to the
@@ -442,7 +442,7 @@
ln -f -s ${destroot}${prefix}/bin/vtk-${branch}-${pyport} ${destroot}${prefix}/bin/vtkpython
# Is it possible to change the python site-package name and have it all work OK?
# from: .../lib/python2.5/site-packages/vtk
- # to: .../lib/python2.5/site-packages/vtk-5.4
+ # to: .../lib/python2.5/site-packages/vtk-5.4
# Reset the RPATH for all the python .so files
set buildBinPath ${build.dir}/bin
set vtkLibPath ${prefix}/lib/${distname}
@@ -464,7 +464,7 @@
depends_lib-append \
port:${pyport}
configure.args-delete \
- -DVTK_WRAP_PYTHON:BOOL=OFF
+ -DVTK_WRAP_PYTHON:BOOL=OFF
configure.args-append \
-DVTK_WRAP_PYTHON:BOOL=ON \
-DVTK_NO_PYTHON_THREADS:BOOL=OFF \
@@ -474,7 +474,7 @@
-DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/${python} \
-DVTK_PYTHON_SETUP_ARGS:STRING='--prefix=${prefix}/${pyframe} --root=${destroot}'
# For 2.6, it needs to be installed into ${pyframe}/lib/${python}/site-packages
- # The VTK_PYTHON_SETUP_ARGS *MUST* be in single quotes
+ # The VTK_PYTHON_SETUP_ARGS *MUST* be in single quotes
post-destroot {
setPython 2 6
# Reset the name of the vtkpython binary (create a symlink to the
@@ -483,7 +483,7 @@
ln -f -s ${destroot}${prefix}/bin/vtk-${branch}-${pyport} ${destroot}${prefix}/bin/vtkpython
# Is it possible to change the python site-package name and have it all work OK?
# from: .../lib/python2.6/site-packages/vtk
- # to: .../lib/python2.6/site-packages/vtk-5.4
+ # to: .../lib/python2.6/site-packages/vtk-5.4
# Reset the RPATH for all the python .so files
set buildBinPath ${build.dir}/bin
set vtkLibPath ${prefix}/lib/${distname}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090514/daf4988b/attachment.html>
More information about the macports-changes
mailing list