summaryrefslogtreecommitdiff
path: root/graphics/gle
AgeCommit message (Collapse)AuthorFilesLines
2004-06-28Enable pkgviews installation.minskim1-1/+3
2004-05-11malloc.h fix for darwin/freebsddanw2-1/+8
2004-05-08Unused.wiz1-21/+0
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-4/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-4/+1
automatically now.
2004-02-11The Mesa buildlink3.mk files have been modified so that users of glutjlam1-3/+3
will automatically use the pkgsrc versions of Mesa (unless some future XFree86 release includes Mesa-6.0).
2004-02-10Downgrade to buildlink2 so this builds again, until PR 24344 is fixed.wiz1-3/+3
2004-02-01Append to BUILDLINK_DEPENDS.<pkg>.jlam1-2/+2
2004-02-01bl3ifyjlam2-3/+21
2004-01-31Override config.sub and config.guess.sekiya1-1/+4
2004-01-22USE_GMAKE is not necessary, sorry about the mistakeadam1-2/+1
2004-01-22Do not install example source code, because it does not build correctly ↵adam1-0/+13
(developers can still use the gle distribution)
2004-01-22Changes 3.0.5:adam6-53/+112
- Added documentation and examples Changes 3.0.6: - Ship some files that were missing in 3.0.5 Changes 3.0.7: - Fixes a configure bug, where libglut was not detected Changes 3.1.0: - Added support for alpha blending - Fix minor memory leak
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-26Also need @X_EXTRA_LIBS@ for X libraries.bouyer2-4/+4
2002-10-09Unused.wiz1-36/+0
2002-08-29buildlink1 -> buildlink2jlam1-5/+4
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+21
buildlink2.mk files back into the main trunk.
2002-04-09buildlink.mk for GLE headers and librariesjlam1-0/+36
2002-03-24Reorder link line for GLE example programs so linking works again. Fixesrh2-1/+15
provided in PR pkg/14240 by Rafal <rafal@netbsd.org>.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-18Instead of explicitly including ${includedir} in header search path,jlam3-13/+10
just use Mesa's buildlink.mk file to handle all possible combinations of XFree86 versions and xpkgwedge installations.
2001-06-18Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge.veego2-7/+11
2001-05-14Initial import of gle-3.0.3, a set of GL subroutines for drawing tubingrh6-0/+114
and extrusions.