TODO:
	create bootstrap-pkgsrc pre-built tar file during bootstrap script
		include mk.conf in that tar file.
		include README.AIX in that tar file.
	create shar file for gzip

	IMPORTANT: gcc g++ cstdio _LARGE_FILES fix.

------
	update web page
	post binary AIX bootstrap package
	post bootstrap-pkgsrc tar file on ftp site.
------

	multilib in same package:
		aix_buildlink_fixup, link in libs for current package into .buildlink
		Uses the PLIST to do this, but that's not quite right.
		Why does this work on NetBSD?

		example packages: gettext, apr, libxslt

	RPATH stuff:
		need to set -Wl,-bnoipath -Wl,-blibpath:${RPATH_PATH}
		need to generate ${RPATH_PATH}

	update bmake to a version that has :ts
		needed for RPATH stuff.

	fix man pages.

	libtool questions:
		.o in .libs only.
		-static broken

	gcc: gcc-3.3.2 update
		Makefile
		distinfo

	compiler.mk: gcc stuff

	libtool
		Makefile
		patches
		distinfo
		as skrll about status.

	apr:
		urandom/egd patch, make egd path configurable

	apache:
		fix /var paths
		figure out why only startssl works
		figure out why https doesn't work.
		use better method

	perl8 PLIST.aix

	db4
		missing libdb4-4.a and libdb4_cxx-4.a.  not installed.

	INSTALL
		INSTALL=install-sh doesn't get propagated to all makefiles that
		need it.  Specifically, some packages use ${INSTALL}, but
		from bsd.sys.mk, since defs.AIX.mk isn't loaded.

	Fix echo -n usage in deinstall message script.

	icu:
		arg list too long problem.
-----
Caveats:
	building to non-/usr/pkg path often hardcodes /usr/pkg into
		various scripts, including pkgsrc scripts.  (e.g. +INSTALL, +DEINSTALL)

