pkgsrc-wip/XFree86
2003-10-22 13:14:56 +00:00
..
DESCR Improvements to descriptions, grammar fixes, mention XFree86, etc. 2003-10-22 13:14:56 +00:00
Makefile Depend on fontsMisc, not defaultBitmaps. 2003-09-02 00:25:28 +00:00
Makefile.common Also substitute @MAKE_PROGRAM@ with $MAKE_PROGRAM. 2003-09-28 13:34:55 +00:00
PLIST Initial import of XFree86. 2003-07-23 20:50:33 +00:00
README Sync with reality. jlam made USE_X11_LINKS more sane, and much more usable 2003-09-03 01:56:14 +00:00
TODO Fix build on 1.6 branch, I don't have any 1.6.x box, but I think 2003-09-01 20:59:01 +00:00

These packages try to stay away from any software that is available
elsewhere in pkgsrc. So we don't use the included fontconfig, freetype2,
and expat. We realize that this may lead to rebuilding XFree86
more than desired (when fontconfig is updated, for instance) but we
believe that this is the best way to do things.

You will not be able to install these packages if ${X11BASE} does
not exist. To work around this you could just create the directory
yourself, but for a more automated solution, find the block

  .  if defined(USE_X11) && !exists(${X11BASE})
  PKG_FAIL_REASON+= "${PKGNAME} uses X11, but ${X11BASE} not found"
  .  endif

in bsd.pkg.mk, delete the PKG_FAIL_REASON line, and replace it with

  @${MKDIR} ${X11BASE}
  @${CHOWN} ${ROOT_USER}:${ROOT_GROUP} ${X11BASE}
  @${CHMOD} ${PKGDIRMODE} ${X11BASE}

Note that those need to have a tab character in front of them.

After making that change, you shouldn't have any (infrastructure)
problems.

Good luck!

This meta package has been tested and reported that works
perfectly on:

x86 (gcc 2.xx.x/3.x):

	* FreeBSD -current
	* NetBSD 1.6.1 and -current
	* Debian sid 

Contributed by:

	* Juan RP 
	* Soren Jacobsen