pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-uwsgi
Module Name: pkgsrc
Committed By: joerg
Date: Mon Dec 13 04:03:14 UTC 2021
Modified Files:
pkgsrc/www/py-uwsgi: Makefile
Log Message:
Workaround a sporadic quoting issue with the build date by hard-wiring it.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/py-uwsgi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-uwsgi/Makefile
diff -u pkgsrc/www/py-uwsgi/Makefile:1.49 pkgsrc/www/py-uwsgi/Makefile:1.50
--- pkgsrc/www/py-uwsgi/Makefile:1.49 Wed Dec 8 16:07:00 2021
+++ pkgsrc/www/py-uwsgi/Makefile Mon Dec 13 04:03:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/12/08 16:07:00 adam Exp $
+# $NetBSD: Makefile,v 1.50 2021/12/13 04:03:14 joerg Exp $
DISTNAME= uWSGI-2.0.19.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -20,7 +20,7 @@ EGG_NAME= ${DISTNAME:S/uwsgi/uWSGI/}
.include "options.mk"
-INSTALL_ENV+= UWSGI_INCLUDES=${PREFIX}/include
+INSTALL_ENV+= UWSGI_INCLUDES=${PREFIX}/include SOURCE_DATE_EPOCH=1
INSTALL_ENV+= UWSGI_PROFILE_OVERRIDE="${UWSGI_DEBUG};${UWSGI_JSON};${UWSGI_PCRE};${UWSGI_SSE};${UWSGI_SSL};${UWSGI_UUID};${UWSGI_XML};${UWSGI_YAML}"
INSTALLATION_DIRS+= share/examples/${PYPKGPREFIX}-uwsgi
Home |
Main Index |
Thread Index |
Old Index