pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/matrix-synapse
Module Name: pkgsrc
Committed By: gdt
Date: Thu Oct 26 22:50:59 UTC 2023
Modified Files:
pkgsrc/chat/matrix-synapse: Makefile options.mk
Log Message:
chat/matrix-synapse: Minor pkglint cleanups
Convert USE_LANGUAGES=c99 to USE_CC_FEATURES
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/chat/matrix-synapse/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/matrix-synapse/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/matrix-synapse/Makefile
diff -u pkgsrc/chat/matrix-synapse/Makefile:1.83 pkgsrc/chat/matrix-synapse/Makefile:1.84
--- pkgsrc/chat/matrix-synapse/Makefile:1.83 Thu Oct 26 22:46:47 2023
+++ pkgsrc/chat/matrix-synapse/Makefile Thu Oct 26 22:50:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2023/10/26 22:46:47 gdt Exp $
+# $NetBSD: Makefile,v 1.84 2023/10/26 22:50:59 gdt Exp $
DISTNAME= matrix-synapse-1.95.0
CATEGORIES= chat
@@ -55,7 +55,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-unpaddedbase64
-USE_LANGUAGES= c99
+USE_CC_FEATURES= c99
REPLACE_PYTHON+= synapse/_scripts/*.py
Index: pkgsrc/chat/matrix-synapse/options.mk
diff -u pkgsrc/chat/matrix-synapse/options.mk:1.3 pkgsrc/chat/matrix-synapse/options.mk:1.4
--- pkgsrc/chat/matrix-synapse/options.mk:1.3 Wed Aug 30 00:23:02 2023
+++ pkgsrc/chat/matrix-synapse/options.mk Thu Oct 26 22:50:59 2023
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2023/08/30 00:23:02 manu Exp $
+# $NetBSD: options.mk,v 1.4 2023/10/26 22:50:59 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.matrix-synapse
-PKG_SUPPORTED_OPTIONS= saml2
+PKG_SUPPORTED_OPTIONS= saml2
PKG_SUGGESTED_OPTIONS= #
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index