summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-07-03 06:51:37 +0000
committerhubertf <hubertf@pkgsrc.org>1998-07-03 06:51:37 +0000
commit61e49eda2643986aaf952d93b2146cd35710978f (patch)
tree2dd7a8e803f898cc36261118eacd7ebfaf462317 /Packages.txt
parentde62410695c462712462e4df0db524b23bcb4243 (diff)
downloadpkgsrc-61e49eda2643986aaf952d93b2146cd35710978f.tar.gz
Try to mention MACHINE_GNU_ARCH in PLIST
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Packages.txt b/Packages.txt
index b682a24754b..fdcbd36bce1 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.36 1998/06/18 15:12:22 agc Exp $
+# $NetBSD: Packages.txt,v 1.37 1998/07/03 06:51:37 hubertf Exp $
###########################################################################
==========================
@@ -521,12 +521,14 @@ of when dealing with the PLIST file (or files, see below!).
platforms NetBSD runs on, e.g. alpha. For this, change the ldconfig call
to "ldconfig || /usr/bin/true".
- * ${MACHINE_ARCH}:
+ * ${MACHINE_ARCH}, ${MACHINE_GNU_ARCH}:
Some packages like emacs and perl embed information about which
architecture they were built on into the pathnames where they install
their file. To handle this case, PLIST will be preprocessed before
actually used, and the symbol "${MACHINE_ARCH}" will be replaced by
- what "sysctl -n hw.machine_arch" gives.
+ what "sysctl -n hw.machine_arch" gives. The same is done if the string
+ ${MACHINE_GNU_ARCH} is embedded in PLIST somewhere - use this on
+ packages that use GNU autoconfigure.
Legacy note: There used to be a symbol "<$ARCH>" that was replaced by
the output of "uname -m", but that's no longer supported and will be