summaryrefslogtreecommitdiff
path: root/x11/imake
AgeCommit message (Collapse)AuthorFilesLines
2004-11-07Add support for building XFree86 packages on Solaris.markd2-6/+20
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-31I'm maintainer for the XFree86/X.org packages from pkgsrc.xtraeme1-2/+2
2004-07-31Define ProjectRoot inside of BeforeVendorCF, so xpkgwedge worksxtraeme1-11/+23
finally. Bump PKGREVISION.
2004-07-29Use ${XF_VER} instead of using 4.4.0.xtraeme1-2/+2
2004-07-29xorg packages now will be installed into ${PREFIX}/xorg by default,xtraeme1-3/+1
so we don't have to conflict between XFree86 and xorg. Suggested by grant@.
2004-07-29CONFLICTS with xorg-imake.xtraeme1-1/+3
2004-07-21Ensure that BuildCyrillicFonts is not defined (to avoid some warningsxtraeme2-6/+14
building XFree86-* pkgs under OpenBSD).
2004-07-21Added OpenBSD support.xtraeme4-4/+51
2004-07-03define BuildXFree86OnSparcSunOS to get this at least half building ongrant2-1/+16
Solaris.
2004-07-03we already patched SUBDIRS= # empty because this only builds imake, sogrant2-7/+16
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-04-20Enable pkgviews installation.xtraeme1-1/+3
2004-04-14Set USE_DIRS+=XFree86-1.0 instead of depending on the package directly.jmmv1-3/+2
2004-03-28Fix meta-pkgs/XFree86 PATH.xtraeme1-2/+2
2004-03-28Upgrade XFree86 packages to 4.4.0.xtraeme10-405/+280
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-02-02Revert previous commit, buildlink still is needed as pointed outxtraeme1-2/+2
Julio Merino.
2004-02-02There's no need to use buildlink[23] here.xtraeme1-3/+3
2004-02-02XFree86 meta-package can be now installed with or without xpkgwedge,xtraeme3-141/+148
installation prefix is ${X11PREFIX}/X11R6. Bump PKGREVISION.
2004-01-31Simplify imake package doing the following changes:xtraeme7-46/+44
o Use IMAKE_* variables defined in defs.${OPSYS}.mk for the manpages. o Disable compression of manual pages in FreeBSD.
2004-01-24s/wip/meta-pkgs/xtraeme1-2/+2
2004-01-24Initial import of imake-4.3.0, from pkgsrc-wip.xtraeme17-0/+556
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.