diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-05 07:58:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-05 07:58:41 +0000 |
commit | 22d4a43f07e3cba35840f49d4edf192624bb8e9f (patch) | |
tree | cbc39b42d12c26825ae6864629fd2f40cbfd46e4 /pkgtools/xpkgwedge | |
parent | 7dadb93dcdbe54d440cab3172a8ce76b6573cc9d (diff) | |
download | pkgsrc-22d4a43f07e3cba35840f49d4edf192624bb8e9f.tar.gz |
Correct the documentation that describes proper usage.
Diffstat (limited to 'pkgtools/xpkgwedge')
-rwxr-xr-x | pkgtools/xpkgwedge/pkg/DEINSTALL | 12 | ||||
-rw-r--r-- | pkgtools/xpkgwedge/pkg/DESCR | 2 | ||||
-rw-r--r-- | pkgtools/xpkgwedge/pkg/MESSAGE.pre | 21 |
3 files changed, 18 insertions, 17 deletions
diff --git a/pkgtools/xpkgwedge/pkg/DEINSTALL b/pkgtools/xpkgwedge/pkg/DEINSTALL index 4360e642bea..18a73128823 100755 --- a/pkgtools/xpkgwedge/pkg/DEINSTALL +++ b/pkgtools/xpkgwedge/pkg/DEINSTALL @@ -1,18 +1,18 @@ #! /bin/sh # -# $NetBSD: DEINSTALL,v 1.2 1998/08/07 11:18:26 agc Exp $ +# $NetBSD: DEINSTALL,v 1.3 1999/10/05 07:58:41 jlam Exp $ # case "$2" in DEINSTALL) cat <<EOF -=============================================================== +================================================================ -Note that you now need to remove the line which assigns X11BASE -(such as X11BASE=\${LOCALBASE}) from your /etc/mk.conf! If you -do not remove that change, X11 pkgs will no longer build. +Note that you now need to undefine USE_LOCALBASE_FOR_X11 in your +/etc/mk.conf! If you do not remove that change, X11 pkgs will +no longer build. -=============================================================== +================================================================ EOF ;; diff --git a/pkgtools/xpkgwedge/pkg/DESCR b/pkgtools/xpkgwedge/pkg/DESCR index 88f7a916216..baf3430895a 100644 --- a/pkgtools/xpkgwedge/pkg/DESCR +++ b/pkgtools/xpkgwedge/pkg/DESCR @@ -1,3 +1,3 @@ Xpkgwedge, not a "real" program in the traditional sense, is a hack that allows NetBSD users to compile X11 pkgs from pkgsrc and install them in -/usr/pkg - even if they use Imake. +outside of the X11 tree - even if they use Imake. diff --git a/pkgtools/xpkgwedge/pkg/MESSAGE.pre b/pkgtools/xpkgwedge/pkg/MESSAGE.pre index 544ed848348..8b58d584e01 100644 --- a/pkgtools/xpkgwedge/pkg/MESSAGE.pre +++ b/pkgtools/xpkgwedge/pkg/MESSAGE.pre @@ -1,18 +1,19 @@ -============================================================================== -$NetBSD: MESSAGE.pre,v 1.3 1999/07/07 02:31:46 mrg Exp $ +========================================================================== +$NetBSD: MESSAGE.pre,v 1.4 1999/10/05 07:58:41 jlam Exp $ NOTES: -- You MUST set the environment variable USE_LOCALBASE_FOR_X11 in /etc/mk.conf, - in order to allow pkgsrc to work with this special package. +* You MUST define the environment variable USE_LOCALBASE_FOR_X11 in + /etc/mk.conf in order to allow pkgsrc to work with this special package. -- You MUST set the environment variable XAPPLRESDIR in /etc/profile and +* You MUST set the environment variable XAPPLRESDIR in /etc/profile and /etc/csh.login by hand in order to make pkgs built with xpkgwedge run - properly. The setting should point to: - @@PREFIX@@/lib/X11/app-defaults + properly, e.g. + + XAPPLRESDIR=@@PREFIX@@/lib/X11/app-defaults If any users set XAPPLRESDIR in their own environment, these settings - will not work - such users should instead append their own directories to - XAPPLRESDIR after a : character (similar to PATH). + will not work -- such users need to set XUSERFILESEARCHPATH (syntax + can be found in XtResolvePathname(3Xt)). -============================================================================== +========================================================================== |