summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-16 11:00:32 +0000
committerjlam <jlam@pkgsrc.org>2001-07-16 11:00:32 +0000
commit97e3dd39ee580bda91d5d57e66e7ed4bc23166a1 (patch)
tree685b9a5e4f531b9de59ef468201f348d149fb4a5 /Packages.txt
parent9278893e3190e665bd027fc884a810af0e3d1a0b (diff)
downloadpkgsrc-97e3dd39ee580bda91d5d57e66e7ed4bc23166a1.tar.gz
Add note that the build output should be checked in the USE_BUILDLINK_ONLY
case to verify that the tag is true.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt
index f356627919b..275a04aa78a 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.170 2001/07/01 23:03:17 jlam Exp $
+# $NetBSD: Packages.txt,v 1.171 2001/07/16 11:00:32 jlam Exp $
###########################################################################
==========================
@@ -1600,7 +1600,10 @@ the dependency pattern required.
A package that builds correctly with USE_BUILDLINK_ONLY set should have
that setting added to its Makefile to note that it doesn't use any
libraries or headers in ${LOCALBASE} directly, but rather references them
-only through ${BUILDLINK_DIR}.
+only through ${BUILDLINK_DIR}. Note that you MUST check the build output
+to verify that no references to ${LOCALBASE} directories occurred during
+the configure or build process, or else the package cannot be marked as
+USE_BUILDLINK_ONLY.
9 Debugging