Commit graph

30 commits

Author SHA1 Message Date
danw
786eec587c malloc.h fix for darwin/freebsd 2004-05-11 12:28:34 +00:00
wiz
bc95b9bb5e Unused. 2004-05-08 08:53:54 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jlam
ec993afa1a 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-02-14 17:21:32 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
jlam
534b4522ba The Mesa buildlink3.mk files have been modified so that users of glut
will automatically use the pkgsrc versions of Mesa (unless some future
XFree86 release includes Mesa-6.0).
2004-02-11 02:19:28 +00:00
wiz
c7ec20f810 Downgrade to buildlink2 so this builds again, until PR 24344 is fixed. 2004-02-10 11:02:56 +00:00
jlam
d75c10a9be Append to BUILDLINK_DEPENDS.<pkg>. 2004-02-01 10:09:26 +00:00
jlam
924664833a bl3ify 2004-02-01 10:04:12 +00:00
sekiya
6897338440 Override config.sub and config.guess. 2004-01-31 11:37:33 +00:00
adam
b0d8e108eb USE_GMAKE is not necessary, sorry about the mistake 2004-01-22 14:31:43 +00:00
adam
f27a36dad3 Do not install example source code, because it does not build correctly (developers can still use the gle distribution) 2004-01-22 14:14:08 +00:00
adam
5279100653 Changes 3.0.5:
- 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
2004-01-22 14:13:09 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
bouyer
3cb755c513 Also need @X_EXTRA_LIBS@ for X libraries. 2002-10-26 18:06:47 +00:00
wiz
33329b14b3 Unused. 2002-10-09 22:26:16 +00:00
jlam
d74a36415f buildlink1 -> buildlink2 2002-08-29 09:39:44 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
87c5c7462c buildlink.mk for GLE headers and libraries 2002-04-09 22:42:08 +00:00
rh
94f276f56c Reorder link line for GLE example programs so linking works again. Fixes
provided in PR pkg/14240 by Rafal <rafal@netbsd.org>.
2002-03-24 22:27:41 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
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-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
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-10-23 13:14:43 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
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-08-29 22:41:00 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
30911b7ace Instead of explicitly including ${includedir} in header search path,
just use Mesa's buildlink.mk file to handle all possible combinations
of XFree86 versions and xpkgwedge installations.
2001-06-18 21:20:36 +00:00
veego
5adffe4185 Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge. 2001-06-18 20:45:35 +00:00
rh
594f05581d Initial import of gle-3.0.3, a set of GL subroutines for drawing tubing
and extrusions.
2001-05-14 17:00:32 +00:00