Commit graph

25 commits

Author SHA1 Message Date
jlam
6dd299ffdf Using Xrender implies using X11. 2004-01-24 01:52:14 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
c9ff27d270 Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. 2004-01-05 09:31:31 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
fredb
90394b31aa It seems that the package libXrender has a few symbols absent in the 4.3.0
libXrender, so treat that as a minor bump and upgrade the dependency. It
seems that all packages that depend on Xrender do so indirectly, through
a dependency on Xft2, which already depends on Xrender 0.8.2, so skip the
PKGREVISION bumps. The only effect of this should be to prevent dependents
from gaining the shared library dependency on both the X and package libs.
2003-11-10 02:26:53 +00:00
jdolecek
0bf3d32849 depend on Xrender 0.8 (rather than 0.8.3), so that the Xrender bundled
with XFree 4.x would match the dependency (if present), instead of
forcing use of the Xrender package
2003-11-07 20:21:52 +00:00
dmcmahill
33bc437a20 fix PLIST problems on Solaris by setting the libtool (1.5) versioning type
to sunos.  No effect on non-solaris systems.
2003-10-31 02:13:17 +00:00
grant
b86c0392bd whitespace police 2003-10-30 11:20:56 +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
jlam
57635c2e5d Match the buildlink3.mk guidelines set out in revision 1.22 of
bsd.buildlink3.mk.
2003-09-30 10:18:57 +00:00
jlam
f339438669 Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guards
to protect more parts of buildlink3.mk files against multiple inclusion.
2003-09-30 00:42:32 +00:00
jlam
aaa25bfe59 Rewrite buildlink3.mk files to match the updated buildlink3.mk template
in bsd.buildlink3.mk: the *_BUILDLINK3_MK multiple inclusion guards are
removed and we ensure that things that should be defined only once really
are defined only once by using section-specific or variable-specific
guards.
2003-09-28 12:54:52 +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
jlam
0aa210c78e Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may be
satisfied by a base system (X11R6) component.
2003-09-14 01:47:51 +00:00
jlam
c74a02ee07 Need to use :C instead of :S to get the "pop" action to work properly. 2003-09-13 23:21:19 +00:00
jlam
440bc402a1 Move BUILDLINK_CHECK_BUILTIN.<pkg> documentation into bsd.buildlink3.mk. 2003-09-05 11:39:02 +00:00
jlam
54f69b4eda Add some buildlink3.mk files needed by x11-links>=0.13. 2003-09-02 07:12:16 +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
jmc
1c84f3e27a Need to make sure on Solaris not to pickup -mt from the installed imake files
for threaded apps.
2003-04-10 21:15: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