summaryrefslogtreecommitdiff
path: root/x11/imake/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+3
2004-11-07Add support for building XFree86 packages on Solaris.markd1-2/+2
Claim to be using gcc always and assume that the wrapper framework will deal with the differences for other compilers (rather than getting imake to try and do it).
2004-07-21Ensure that BuildCyrillicFonts is not defined (to avoid some warningsxtraeme1-2/+2
building XFree86-* pkgs under OpenBSD).
2004-07-21Added OpenBSD support.xtraeme1-1/+2
2004-07-03define BuildXFree86OnSparcSunOS to get this at least half building ongrant1-1/+2
Solaris.
2004-07-03we already patched SUBDIRS= # empty because this only builds imake, sogrant1-2/+2
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.xtraeme1-11/+9
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-2/+2
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.xtraeme1-0/+14
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.