pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-lmdb
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 15 09:28:50 UTC 2023
Modified Files:
pkgsrc/databases/py-lmdb: Makefile
Log Message:
py-lmdb: seems to use patch during build
>From SunOS build:
sh: /usr/bin/patch: not found [No such file or directory]
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-lmdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-lmdb/Makefile
diff -u pkgsrc/databases/py-lmdb/Makefile:1.5 pkgsrc/databases/py-lmdb/Makefile:1.6
--- pkgsrc/databases/py-lmdb/Makefile:1.5 Mon Apr 17 09:32:48 2023
+++ pkgsrc/databases/py-lmdb/Makefile Wed Nov 15 09:28:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/04/17 09:32:48 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/11/15 09:28:50 wiz Exp $
DISTNAME= lmdb-1.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/jnwatson/py
COMMENT= Universal Python binding for the LMDB
LICENSE= modified-bsd
+USE_TOOLS+= patch
+
.include "../../databases/lmdb/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index