summaryrefslogtreecommitdiff
path: root/x11/renderproto
AgeCommit message (Collapse)AuthorFilesLines
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-01-17Add missing include which is especially important for systems withjoerg4-4/+19
XFree86. Bump revision and dependency.
2008-01-16Force version 0.9.4 of renderproto as dependency. Bump revisionjoerg1-2/+2
of modular-xorg-server to accompany this.
2008-01-15Update to 0.9.3:wiz3-7/+9
Update package version number for final X11R7 release candidate. (more?)
2008-01-07Unbreak build of a lot of X11 packages on systems which use native X11tron1-7/+1
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg" is obsolete and *not* equivalent to checking whether we are not using modular X.org.
2008-01-06Since X11_TYPE cannot be "xorg", there's no point in checking for thatrillig1-2/+2
condition. What was really meant is X11_TYPE != "modular".
2006-12-17Restore LOCALBASE check as pkg-config handling must not be skipped asjoerg1-3/+6
it would be for a builtin package.
2006-12-16Fix !defined(IS_BUILTIN.xproto) inherited when this was copied fromtv1-4/+2
xproto; should have been .renderproto so that the variable always gets defined somehow. (Under older bmake, there was a syntax error when IS_BUILTIN.renderproto was later checked, because for x11-links, it was never defined in the first place.) Remove check for X11BASE==LOCALBASE. There's even a comment there saying we don't want to check that, so don't do it.
2006-12-16For reasons beyond my compressions, (b)make handlesjoerg1-2/+4
.if foo || bar BAZ= no .else BAZ= yes .endif different from .if foo BAZ= no .elif bar BAZ= no .else BAZ= yes .endif in some situations exposed in this builtin.mk. Workaround this for now.
2006-12-15Don't assume that we have a builtin version of the X11 proto packages,joerg1-2/+2
if LOCALBASE and X11BASE are identical.
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-11-03Support DESTDIR. Take maintainership.joerg1-3/+4
2006-07-22The shell code to symlink the pkg-config file is hidden as usual.rillig1-2/+2
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-11Don't use the builtin framework for the various Xorg componentsjoerg1-1/+9
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly. Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk. This fixes a symmetry in the dependency list depending on whether xorg-libs is installed already or not. Discussed with jlam@
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-16Fixed pkglint warnings. Fixed use of ${LN} -sf, which does not do therillig2-14/+16
expected thing on Solaris.
2006-04-19Add a BUILDLINK_TARGETS so a symlink for old name render.pc is created.reed1-1/+17
2006-04-18Use official version instead of release candidate.reed2-7/+7
No changes but version was incremented.
2006-04-18Import renderproto from pkgsrc-wip.reed6-0/+139
This provides the Render extension headers from modular X.org X11 project. This will replace the renderext package.