FreeBSD Bugzilla – Attachment 67290 Details for
Bug 99202
Unbreak port: math/vtk*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.60 KB, created by
fmysh
on 2006-06-20 13:30:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
fmysh
Created:
2006-06-20 13:30:19 UTC
Size:
1.60 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/math/vtk/Makefile,v >retrieving revision 1.34 >diff -u -r1.34 Makefile >--- Makefile 10 May 2006 22:37:14 -0000 1.34 >+++ Makefile 20 Jun 2006 07:31:46 -0000 >@@ -23,8 +23,6 @@ > MAINTAINER= ko@irfu.se > COMMENT?= The Visualization Toolkit shared libs > >-BROKEN= Does not build >- > LIBVER= 1 > VTKSRCDIR= ${WRKDIR}/VTK > TESTINGDIR= ${EXAMPLESDIR}/Testing >@@ -155,6 +153,8 @@ > # > # -TARGET_LINK_LIBRARIES(vtk${KIT} ${KIT_LIBS}) > # >+# -INSTALL_TARGETS(/lib/vtk vtk${KIT}) >+# > # ${VTKSRCDIR}/[Common Filtering IO ...]/Tests/CMakeLists.txt : > # -SUBDIRS(Cxx) > # >@@ -163,7 +163,7 @@ > > @for dir in ${VTK_KITS} ; do \ > ${ECHO_MSG} "Patching ${WRKDIR}/${VTKSRCDIR}/$$dir/CMakeLists.txt ..." ; \ >- ${REINPLACE_CMD} -E 's|ADD_LIBRARY *\(vtk\$$\{KIT\} .*$$|FIND_LIBRARY\('$$dir'_LIB NAMES vtk\$$\{KIT\} PATHS ${PREFIX}/lib\)|g ; s|TARGET_LINK_LIBRARIES *\(vtk\$$\{KIT\}${WRAP} vtk\$$\{KIT\}|TARGET_LINK_LIBRARIES\(vtk\$$\{KIT\}${WRAP} \$$\{'$$dir'_LIB\}|g ; s|^[ \t]*vtk\$$\{KIT\}[ \t]*$$| \$$\{'$$dir'_LIB\}|g ; s|TARGET_LINK_LIBRARIES *\(vtk\$$\{KIT\} .*$$||g' \ >+ ${REINPLACE_CMD} -E 's|ADD_LIBRARY *\(vtk\$$\{KIT\} .*$$|FIND_LIBRARY\('$$dir'_LIB NAMES vtk\$$\{KIT\} PATHS ${PREFIX}/lib\)|g ; s|TARGET_LINK_LIBRARIES *\(vtk\$$\{KIT\}${WRAP} vtk\$$\{KIT\}|TARGET_LINK_LIBRARIES\(vtk\$$\{KIT\}${WRAP} \$$\{'$$dir'_LIB\}|g ; s|^[ \t]*vtk\$$\{KIT\}[ \t]*$$| \$$\{'$$dir'_LIB\}|g ; s|TARGET_LINK_LIBRARIES *\(vtk\$$\{KIT\} .*$$||g ; s|INSTALL_TARGETS *\(.* vtk\$$\{KIT\}\)||g' \ > ${VTKSRCDIR}/$$dir/CMakeLists.txt ; \ > done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 99202
: 67290
Working