pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-uwsgi Workaround a sporadic quoting issue with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53dd06562889
branches:  trunk
changeset: 771082:53dd06562889
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Dec 13 04:03:14 2021 +0000

description:
Workaround a sporadic quoting issue with the build date by hard-wiring it.

diffstat:

 www/py-uwsgi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d205e899ecd9 -r 53dd06562889 www/py-uwsgi/Makefile
--- a/www/py-uwsgi/Makefile     Sun Dec 12 23:26:38 2021 +0000
+++ b/www/py-uwsgi/Makefile     Mon Dec 13 04:03:14 2021 +0000
@@ -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 @@
 
 .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