summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-07-01 20:12:03 +0000
committerhubertf <hubertf>2000-07-01 20:12:03 +0000
commitc6c43ca58e48629eb0e9531795c91b1f0fd436a5 (patch)
treec11ea9f9cccdfa6de9c6ea8e58a970c308cb903d /Packages.txt
parent29e9f029ea32234a2f875c452273fa20bed3107d (diff)
downloadpkgsrc-c6c43ca58e48629eb0e9531795c91b1f0fd436a5.tar.gz
Add FAQ entry: "Could not find bsd.own.mk" - what's wrong?
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index 40195e2a37b..d67d1247498 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.92 2000/06/30 11:09:53 wiz Exp $
+# $NetBSD: Packages.txt,v 1.93 2000/07/01 20:12:03 hubertf Exp $
###########################################################################
==========================
@@ -1506,6 +1506,18 @@ the version number in PKGNAME. To avoid conflicting with future versions
by the original author, use a 'nb1' suffix (later versions should
increment this to give 'nb2' and so on).
+ 9.18 "Could not find bsd.own.mk" - what's wrong?
+ ================================================
+
+You didn't install the compiler set, comp.tgz, when you installed your
+NetBSD machine. Please get it and install it, by extracting it in /:
+
+ tar --unlink -pvxf .../comp.tgz
+
+comp.tgz is part of every NetBSD release, please get the one matching
+the release you have installed (determine via "uname -r").
+
+
10 Submitting
=============