summaryrefslogtreecommitdiff
path: root/graphics/OpenRM
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
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-04-19Update OpenRM to 1.5.2garbled2-7/+7
# New indexed primitive types: quads, quad-strips, tris, tri-strips, along with a new RMdemo program that exercises these new primitives. # New primitive type: quad-strips. # Expanded set of supported platforms: 64-bit Linux, MacOSX (it really works this time) # Dramatically improved "tfly" demo program produces stunning visuals (see images below). # Overhauled configure script for enhanced multi-architecture support in the RMdemo distribution. # New Gordo demonstration program "lightModes" that lets you explore OpenRM's light source parameters and lighting environment attributes.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-12/+16
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-10Simplify last commit by just passing LDFLAGS to the compiler when linkingjlam2-14/+15
the shared library. This automatically puts the LDFLAGS for any dependencies, including the gcc3-* packages, into the link command.
2004-02-10Add a patch to make this link properly with libGLgarbled2-1/+14
2004-02-10Adapt for PKGNAME change.wiz1-9/+9
2004-02-10Sort lines (pkglint).wiz1-2/+2
2004-02-10Change the PKGNAME to OpenRM. Having the dirname, the pkgname, and the entrygarbled1-1/+2
in CHANGES all be different was stupid on my part.
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-13/+7
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-05New package for OpenRM 1.5.1. An opensource 3D Scene Graph API.garbled8-0/+220