summaryrefslogtreecommitdiff
path: root/x11/Xrender/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-09-08Fix my previous commit, which was borked in some cases. Noted by gson@.dholland1-4/+7
2008-09-08Make these fail with a comprehensible error message when X11_TYPE != native.dholland1-1/+4
2007-01-03Fix .pc file to include X11 dir in rpath. Bump PKGREVISION.wiz1-2/+3
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+2
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-07-31Conflict with libXrender (currently in pkgsrc-wip).reed1-1/+3
This version of Xrender is not supported and I have been using the maintained version since last year on several pkgsrc build systems. But I will not switch to new version until okayed by others.
2006-04-18Change to use new mainatined *proto headers instead ofreed1-2/+2
unmaintained *ext packages. In some cases, the headers are identical. I tested on DragonFly using X11_TYPE=xorg and on NetBSD using native XFree86 (and more).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-10-15Update to 0.9.0:wiz1-6/+3
Update to protocol 0.9 which includes RenderAddTraps request.
2005-09-07Fix MASTER_SITES as the old site does not exist anymore.reed1-2/+2
This is from Leonard Schmidt via tech-pkg.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
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-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-06render doesn't require X11 to build, but Xrender does, so move thejlam1-1/+2
inclusion of x11.buildlink3.mk from render into Xrender.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-11Backout previous, the root cause has been fixed via pkgtools/x11-links. Theresketch1-7/+1
were going to be far too many packages requiring small tweaks like this one.
2004-11-11Turn on ANSI when compiling with SunPro to work around certain revisions ofsketch1-1/+7
OpenWindows headers which incorrectly check __STDC__ and lead to macro concatenation breakage with the SunPro compiler.
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-08-05update to libXrender-0.8.4recht1-5/+5
changes: bug-fixes only
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-04-19Enable pkgviews installation.minskim1-1/+3
2004-02-16Require render>=0.8 to build Xrender-0.8.*.jlam1-1/+3
2004-02-16Remove redundant USE_X11.jlam1-2/+1
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-09Fix PKGNAME. (xrender -> Xrender)xtraeme1-2/+2
2004-02-09bl3ify, while here remove PLIST_SUBST now we have libtool-1.5.2, it'sxtraeme1-16/+7
not longer needed (at least on FreeBSD).
2003-10-03Fix installation on systems where ↵xtraeme1-1/+9
libXrender.so.$(MAJOR_VERSION).$(MINOR_VERSION) was not built (at least FreeBSD/Linux).
2003-09-22Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-19Update to 0.8.3.wiz1-32/+12
Remove Xext dependency; split in Xrender and render; use automake; add animate cursor support; some other fixes.
2003-07-30imake doesn't create libXrender.so.major nor libXrender.a on Solaris,grant1-2/+9
so exclude them from the PLIST. XXX perhaps we should automatically handle the libraries and links that imake builds on different platforms..
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-14Avoid building this package when X11PREFIX == X11BASE and there's alreadyjlam1-1/+15
a builtin libXrender.
2003-01-14Initial import of Xrender-0.7 as x11/Xrender:jlam1-0/+20
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.