2004-10-15 13:43:51 by Todd Vierling | Files touched by this commit (1) |
Log message:
libtool/buildlink3.mk (now libltdl/buildlink3.mk) should only be used
if libltdl is needed; otherwise use USE_LIBTOOL.
|
2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-06-11 00:04:13 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Fix build under NetBSD current (use statvfs instead of statfs). I'm not
adding a check in configure as I'd like to because it does not have any
AC_CHECK_FUNCS call that I could easily use to do this (the diff could
be quite big).
|
2004-06-10 20:07:01 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Remove the unconditional openal dependency (which is not used by default)
and bump PKGREVISION to 2. openal can be pulled in by the BLENDER_USE_OPENAL
knob. Pointed out by jschauma@.
|
2004-04-12 04:41:45 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | |
Log message:
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
|
2004-02-17 21:39:01 by Jan Schaumann | Files touched by this commit (1) |
Log message:
Add patch missed in last commit.
|
2004-02-17 21:35:53 by Jan Schaumann | Files touched by this commit (2) |
Log message:
Upgrade this package to blender-2.32. Changes since 2.31:
Blender rendering improvements
- new: ray tracing
- area lights
- soft shadow
- improved bumpmapping
- gaussian filter
Displacement mapping
- any texture actually deforms rendered geometry
- including new procedural subdivision
Yafray support
- external rendering engine
- Global Illumination
- photonmapping
Other release notes
- Mesh beveling
- Python pulldown menus for import/export
- Armature speed improvements
- Etc etc etc
- And bugs fixed!
(More details at http://www.blender.org/docs/2.32_release/release232_rest.html)
|
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2004-01-24 16:46:44 by grant beattie | Files touched by this commit (39) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|