Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-11-11 | Remove incomplete (and apparently ineffective) patch I added to work around | sketch | 2 | -24/+1 | |
certain versions of OpenWindows headers which incorrectly check __STDC__. There are cleaner ways of fixing this if deemed necessary. | |||||
2004-07-06 | Unused. | wiz | 1 | -91/+0 | |
2004-04-24 | Relinquish maintainership of packages to tech-pkg@NetBSD.org. | jlam | 1 | -2/+2 | |
2004-04-19 | Enable pkgviews installation. | minskim | 1 | -1/+3 | |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -9/+9 | |
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly. | |||||
2004-03-11 | Mention "renderext" in description. | reed | 1 | -1/+2 | |
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -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-01 | Uppercase first character of COMMENT. (Lost in revision 1.3, | reed | 1 | -2/+2 | |
but not documented so I assume was an accident.) | |||||
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 1 | -16/+18 | |
environment overrides all other settings. | |||||
2004-02-17 | whitespace nits | jlam | 1 | -3/+5 | |
2004-02-16 | Add checks to see whether the XFree86-provided render headers satisfy the | jlam | 2 | -20/+161 | |
dependency requirements. | |||||
2004-02-16 | Maintain this thing myself. | jlam | 1 | -2/+2 | |
2004-02-16 | bl3ify | jlam | 1 | -6/+6 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -2/+2 | |
2004-02-14 | s/dependant/dependent/ | snj | 2 | -4/+4 | |
2004-02-09 | BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the | jlam | 1 | -6/+4 | |
existing value. This is critical to set the correct list of dependencies for a package. | |||||
2004-02-03 | Add buildlink3.mk file. | recht | 1 | -0/+18 | |
2003-12-19 | Work around a bug in certain versions of Xmd.h which do not correctly | sketch | 2 | -1/+24 | |
check for __STDC__, breaking the SIZEOF() macro. | |||||
2003-10-30 | make removal of include/X11/extensions directory optional, as this pkg | grant | 1 | -2/+2 | |
is only a build dependency and shares that directory with Xrender. | |||||
2003-09-19 | Initial import of render-0.8: | wiz | 5 | -0/+58 | |
This package contains header files and documentation for the X render extension. Library and server implementations are separate. |