summaryrefslogtreecommitdiff
path: root/graphics/vtk-python
AgeCommit message (Collapse)AuthorFilesLines
2007-06-27Add missing dependencies for modular Xorg.joerg1-1/+4
2007-06-18Set OPENGL_INCLUDE_DIR, needed for modular Xorg.joerg1-1/+2
2007-05-18Make to build & linked with correct RPATH (cheked on NetBSD/i386 3.1).obache1-9/+14
2007-05-15Enable to configure with CMake 2.4, 2.2 compatibility mode?obache1-2/+3
2007-03-12Bump PKGREVISION for cmake buildlink3.mk bump.wiz1-2/+2
XXX: I have to check vtk*'s PLISTs and will do so next, but this PKGREVISION bump is needed anyway.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-1/+3
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2006-05-21USE_LANGUAGES=c c++wiz1-1/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-3/+3
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-10bl3'ify, and add an explicite dependency on Tkdrochner1-1/+2
should fix build error seen in bulk builds
2004-08-02import the Python support part of vtk-4.2.6 from -wipdrochner3-0/+212
This includes the Python extension in wip/py-vtkmodule: vtk-python already links against a specific Python version, so the Python extension cannot be built for multiple Python versions anyway.