Commit graph

26 commits

Author SHA1 Message Date
reed
4ee6e716a4 Fix MASTER_SITES as the old site does not exist anymore.
This is from Leonard Schmidt via tech-pkg.
2005-09-07 16:49:40 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
6d3ef740cb render doesn't require X11 to build, but Xrender does, so move the
inclusion of x11.buildlink3.mk from render into Xrender.
2005-06-06 19:08:56 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sketch
9a6f4c6ef2 Backout previous, the root cause has been fixed via pkgtools/x11-links. There
were going to be far too many packages requiring small tweaks like this one.
2004-11-11 17:49:07 +00:00
sketch
c1fc13a3ae Turn on ANSI when compiling with SunPro to work around certain revisions of
OpenWindows headers which incorrectly check __STDC__ and lead to macro
concatenation breakage with the SunPro compiler.
2004-11-11 13:47:32 +00:00
tv
c487cb967a 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-10-03 00:12:51 +00:00
recht
cbf9e7c372 update to libXrender-0.8.4
changes:
bug-fixes only
2004-08-05 22:19:17 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
minskim
0fffcc439f Enable pkgviews installation. 2004-04-19 17:37:19 +00:00
jlam
c2c51c39b9 Require render>=0.8 to build Xrender-0.8.*. 2004-02-16 18:32:36 +00:00
jlam
501c5fa8ad Remove redundant USE_X11. 2004-02-16 12:39:55 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 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:49 +00:00
xtraeme
7e9d73f48e Fix PKGNAME. (xrender -> Xrender) 2004-02-09 06:24:05 +00:00
xtraeme
302bdac6fa bl3ify, while here remove PLIST_SUBST now we have libtool-1.5.2, it's
not longer needed (at least on FreeBSD).
2004-02-09 04:13:06 +00:00
xtraeme
96359688a3 Fix installation on systems where libXrender.so.$(MAJOR_VERSION).$(MINOR_VERSION)
was not built (at least FreeBSD/Linux).
2003-10-03 20:11:41 +00:00
recht
08419aa147 Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
2003-09-22 21:55:55 +00:00
wiz
9205383062 Update to 0.8.3.
Remove Xext dependency; split in Xrender and render; use automake;
add animate cursor support; some other fixes.
2003-09-19 17:22:14 +00:00
grant
d92d0ee777 imake doesn't create libXrender.so.major nor libXrender.a on Solaris,
so exclude them from the PLIST.

XXX perhaps we should automatically handle the libraries and links that
imake builds on different platforms..
2003-07-30 15:15:43 +00:00
martti
cd2f7f1959 COMMENT should start with a capital letter. 2003-07-21 17:38:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
b484200efb Avoid building this package when X11PREFIX == X11BASE and there's already
a builtin libXrender.
2003-01-14 09:26:34 +00:00
jlam
23591f535f Initial import of Xrender-0.7 as x11/Xrender:
The X Rendering Extension introduces digital image composition as the
foundation of a rendering model within the X Window System.  Rendering
geometric figures is accomplished by client-side tesselation into either
triangles or trapezoids.  Text is drawn by loading glyphs into the server
and rendering sets of them.

This package contains the client library for connecting to a Xserver that
supports the Xrender extension.
2003-01-14 09:16:36 +00:00