summaryrefslogtreecommitdiff
path: root/x11/render
AgeCommit message (Collapse)AuthorFilesLines
2004-03-11Mention "renderext" in description.reed1-1/+2
2004-03-10Split out the code that deals with checking whether the software isjlam2-81/+66
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-03-01Uppercase first character of COMMENT. (Lost in revision 1.3,reed1-2/+2
but not documented so I assume was an accident.)
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam1-16/+18
environment overrides all other settings.
2004-02-17whitespace nitsjlam1-3/+5
2004-02-16Add checks to see whether the XFree86-provided render headers satisfy thejlam2-20/+161
dependency requirements.
2004-02-16Maintain this thing myself.jlam1-2/+2
2004-02-16bl3ifyjlam1-6/+6
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14s/dependant/dependent/snj2-4/+4
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-6/+4
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-03Add buildlink3.mk file.recht1-0/+18
2003-12-19Work around a bug in certain versions of Xmd.h which do not correctlysketch2-1/+24
check for __STDC__, breaking the SIZEOF() macro.
2003-10-30make removal of include/X11/extensions directory optional, as this pkggrant1-2/+2
is only a build dependency and shares that directory with Xrender.
2003-09-19Initial import of render-0.8:wiz5-0/+58
This package contains header files and documentation for the X render extension. Library and server implementations are separate.