pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python312
Module Name: pkgsrc
Committed By: charlotte
Date: Mon Apr 1 23:38:27 UTC 2024
Modified Files:
pkgsrc/lang/python312: Makefile
Added Files:
pkgsrc/lang/python312: PLIST.DragonFly
Log Message:
lang/python312: Add DragonFly support
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/python312/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/python312/PLIST.DragonFly
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python312/Makefile
diff -u pkgsrc/lang/python312/Makefile:1.14 pkgsrc/lang/python312/Makefile:1.15
--- pkgsrc/lang/python312/Makefile:1.14 Wed Feb 7 08:06:57 2024
+++ pkgsrc/lang/python312/Makefile Mon Apr 1 23:38:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/02/07 08:06:57 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/04/01 23:38:27 charlotte Exp $
.include "dist.mk"
@@ -90,6 +90,7 @@ PKG_CXX= clang++
CFLAGS.SunOS+= -DPKGSRC_OPSYS_VERSION=${OPSYS_VERSION}
LIBS.SunOS+= -lrt # fdatasync()
+LIBS.DragonFly+= -lcrypt
LIBS.NetBSD+= -lcrypt
PY_VER_SUFFIX= 3.12
Added files:
Index: pkgsrc/lang/python312/PLIST.DragonFly
diff -u /dev/null pkgsrc/lang/python312/PLIST.DragonFly:1.1
--- /dev/null Mon Apr 1 23:38:27 2024
+++ pkgsrc/lang/python312/PLIST.DragonFly Mon Apr 1 23:38:27 2024
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.DragonFly,v 1.1 2024/04/01 23:38:27 charlotte Exp $
+lib/python${PY_VER_SUFFIX}/lib-dynload/ossaudiodev.so
Home |
Main Index |
Thread Index |
Old Index