summaryrefslogtreecommitdiff
path: root/x11/imake/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-07-21Ensure that BuildCyrillicFonts is not defined (to avoid some warningsxtraeme1-4/+12
building XFree86-* pkgs under OpenBSD).
2004-07-21Added OpenBSD support.xtraeme1-0/+41
2004-07-03define BuildXFree86OnSparcSunOS to get this at least half building ongrant1-0/+14
Solaris.
2004-07-03we already patched SUBDIRS= # empty because this only builds imake, sogrant1-5/+14
also comment out #define IHaveSubdirs. imake builds different targets for "includes" based on whether IHaveSubdirs is defined. however, this was only working by chance because if IHaveSubdirs is defined, the shell code used is: for blah in $(SUBDIRS); do which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1), bash(1), etc. just skip empty for loops. fixes install on Solaris.
2004-03-28Upgrade XFree86 packages to 4.4.0.xtraeme6-226/+126
To see a full list of changes, please review: http://xfree86.org/4.4.0/RELNOTES.html These packages has been tested under NetBSD 1.6/-current, FreeBSD 4.x/5.x, and GNU/Linux (i386) by Jeremy C. Reed, Michal Pasternak and myself.
2004-01-31Simplify imake package doing the following changes:xtraeme1-7/+16
o Use IMAKE_* variables defined in defs.${OPSYS}.mk for the manpages. o Disable compression of manual pages in FreeBSD.
2004-01-24Initial import of imake-4.3.0, from pkgsrc-wip.xtraeme8-0/+285
The imake package provides various utilities, such as imake, lndir, mkdirhier, xmkmf, and others. These utilities are from XFree86, although an X server and X libraries are not needed.