Date: Thu, 01 Sep 2016 19:03:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212315] math/vtk6: Wrong plist with TCLTK && !EXAMPLES Message-ID: <bug-212315-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212315 Bug ID: 212315 Summary: math/vtk6: Wrong plist with TCLTK && !EXAMPLES Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: stephen@FreeBSD.org Reporter: ice@extreme.hu Flags: maintainer-feedback?(stephen@FreeBSD.org) Assignee: stephen@FreeBSD.org /usr/ports/math/vtk6$ make showconfig =3D=3D=3D> The following configuration options are available for vtk6-6.2.0= _4: DESIGNER=3Doff: Build the Qt Designer plugin DOCS=3Doff: Build and/or install documentation EXAMPLES=3Doff: Build and/or install examples OSMESA=3Doff: Use Mesa for off-screen rendering SHARED=3Don =3D=3D=3D=3D> Options available for the group Groups MPI=3Doff: Build the MPI group =3D=3D=3D=3D> Options available for the group Wrapping JAVA=3Doff: JAVA wrapping TCLTK=3Doff: TCLTK wrapping PYTHON=3Don: PYTHON wrapping =3D=3D=3D=3D> Qt GUI support: you can only select none or one of them QT4=3Don: Qt 4 toolkit support QT5=3Doff: Qt 5 toolkit support =3D=3D=3D> Use 'make config' to modify these settings =3D=3D=3D> Checking if vtk6 already installed =3D=3D=3D> Registering installation for vtk6-6.2.0_4 pkg-static: Unable to access file /usr/ports/math/vtk6/work/stage/usr/local/lib/vtk-6.2/libvtkLocalExampleTCL= -6.2.so: No such file or directory pkg-static: Unable to access file /usr/ports/math/vtk6/work/stage/usr/local/lib/vtk-6.2/libvtkLocalExampleTCL= -6.2.so.1: No such file or directory *** Error code 74 Suggested fix (worksforme): /usr/ports/math/vtk6$ svn diff pkg-plist=20 Index: pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- pkg-plist (revision 421198) +++ pkg-plist (working copy) @@ -368,7 +368,7 @@ %%NO_SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkInteractionImageTCL-%%VER2%%.a %%NO_SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkInteractionStyleTCL-%%VER2%%.a %%NO_SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkInteractionWidgetsTCL-%%VER2%= %.a -%%NO_SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkLocalExampleTCL-%%VER2%%.a +%%EXAMPLES%%%%NO_SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkLocalExampleTCL-%= %VER2%%.a %%NO_SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkParallelCoreTCL-%%VER2%%.a %%NO_SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkRenderingAnnotationTCL-%%VER2= %%.a %%NO_SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkRenderingContextIIDTCL-%%VER2= %%.a @@ -1415,8 +1415,8 @@ %%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkInteractionStyleTCL-%%VER2%%.so.1 %%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkInteractionWidgetsTCL-%%VER2%%.so %%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkInteractionWidgetsTCL-%%VER2%%.s= o.1 -%%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkLocalExampleTCL-%%VER2%%.so -%%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkLocalExampleTCL-%%VER2%%.so.1 +%%EXAMPLES%%%%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkLocalExampleTCL-%%VE= R2%%.so +%%EXAMPLES%%%%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkLocalExampleTCL-%%VE= R2%%.so.1 %%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkParallelCoreTCL-%%VER2%%.so %%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkParallelCoreTCL-%%VER2%%.so.1 %%SHARED%%%%TCLTK%%lib/vtk-%%VER2%%/libvtkRenderingAnnotationTCL-%%VER2%%.= so --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212315-13>