pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: rillig
Date: Sun May 3 10:00:42 UTC 2020
Modified Files:
pkgsrc/mk: bdb.buildlink3.mk
Log Message:
mk/bdb.buildlink3.mk: fix outdated comments
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mk/bdb.buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/bdb.buildlink3.mk
diff -u pkgsrc/mk/bdb.buildlink3.mk:1.27 pkgsrc/mk/bdb.buildlink3.mk:1.28
--- pkgsrc/mk/bdb.buildlink3.mk:1.27 Mon Sep 2 02:23:02 2019
+++ pkgsrc/mk/bdb.buildlink3.mk Sun May 3 10:00:42 2020
@@ -1,12 +1,12 @@
-# $NetBSD: bdb.buildlink3.mk,v 1.27 2019/09/02 02:23:02 rillig Exp $
+# $NetBSD: bdb.buildlink3.mk,v 1.28 2020/05/03 10:00:42 rillig Exp $
#
# This Makefile fragment is meant to be included by packages that
# require a Berkeley DB (BDB) implementation and that are not restricted
# to a single one. The available BDB implementations are db1
-# (if builtin) and db[234].
+# (if builtin) and db[23456].
#
-# FIXME: This Makefile cannot handle packages that can use only a
-# subset of { db2 db3 db4 }.
+# This Makefile cannot handle packages that can use only a subset of
+# { db2 db3 db4 db5 db6 }.
#
# User-settable variables:
#
Home |
Main Index |
Thread Index |
Old Index