pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 5 15:16:40 UTC 2020
Modified Files:
pkgsrc/doc: NEWS
Log Message:
doc/NEWS: Update for recent infrastructure changes
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/doc/NEWS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/NEWS
diff -u pkgsrc/doc/NEWS:1.13 pkgsrc/doc/NEWS:1.14
--- pkgsrc/doc/NEWS:1.13 Mon Mar 30 10:04:27 2020
+++ pkgsrc/doc/NEWS Sat Dec 5 15:16:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: NEWS,v 1.13 2020/03/30 10:04:27 nia Exp $
+# $NetBSD: NEWS,v 1.14 2020/12/05 15:16:40 nia Exp $
PKGSRC NEWS
===========
@@ -7,6 +7,27 @@ PKGSRC NEWS
pkgsrc. The intended readers are the pkgsrc developers as well as anyone
tracking pkgsrc-current.
+Python 3.8 default [nia 2020-12-04]
+ The default Python verison was switched to 3.8.
+
+Default database location changed for NetBSD [wiz 2020-12-02]
+ The database of installed packages now defaults to ${PREFIX}/pkgdb
+ instead of /var/db/pkg on NetBSD. This matches the default on
+ other operating systems and cases where a non-default bootstrap
+ is used.
+
+ To deal with this change, run the following commands:
+
+ cd /usr/pkgsrc/pkgtools/pkg_install
+ make USE_CWRAPPERS=no install
+ cd /usr/pkg/sbin
+ install -c pkg_add pkg_admin pkg_create pkg_delete pkg_info /usr/sbin/
+ mv /var/db/pkg /usr/pkg/pkgdb
+ mv /var/db/pkg.refcount /usr/pkg/pkgdb.refcount
+
+ Since this change affects the packaging tools only, there is no change
+ to binary packages and they do not need to be rebuilt.
+
lua 5.3 default [nia 2020-03-30]
The default Lua version was switched to 5.3.
Since many packages specify a preferred Lua version, this is mainly
Home |
Main Index |
Thread Index |
Old Index