pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/python311



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Apr 30 19:43:48 UTC 2024

Modified Files:
        pkgsrc/lang/python311: PLIST

Log Message:
python311: remove unconditional dbm entry

There is another line for dbm.so further down, only enabled when the
"dbm" PLIST variable is enabled. I assume this one was added by mistake.

Noticed when the build on Linux broke.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/python311/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python311/PLIST
diff -u pkgsrc/lang/python311/PLIST:1.13 pkgsrc/lang/python311/PLIST:1.14
--- pkgsrc/lang/python311/PLIST:1.13    Tue Apr 30 17:13:55 2024
+++ pkgsrc/lang/python311/PLIST Tue Apr 30 19:43:48 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2024/04/30 17:13:55 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.14 2024/04/30 19:43:48 bsiegert Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -195,7 +195,6 @@ include/python${PY_VER_SUFFIX}/warnings.
 include/python${PY_VER_SUFFIX}/weakrefobject.h
 lib/libpython${PY_VER_SUFFIX}.so
 lib/libpython${PY_VER_SUFFIX}.so.1.0
-lib/python3.11/lib-dynload/_dbm.so
 lib/pkgconfig/python-${PY_VER_SUFFIX}-embed.pc
 lib/pkgconfig/python-${PY_VER_SUFFIX}.pc
 lib/python${PY_VER_SUFFIX}/LICENSE.txt



Home | Main Index | Thread Index | Old Index