pkgsrc-WIP-changes archive

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

add a MESSAGE to warn users this package is experimental



Module Name:	pkgsrc-wip
Committed By:	Jaromir Dolecek <jdolecek%NetBSD.org@localhost>
Pushed By:	jdolecek
Date:		Sat May 8 21:37:58 2021 +0200
Changeset:	a39210a6b58a3ff9abfc7b54ac87ae6ed5b47d84

Modified Files:
	mariadb104-client/Makefile.common
Added Files:
	mariadb104-client/MESSAGE

Log Message:
add a MESSAGE to warn users this package is experimental

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a39210a6b58a3ff9abfc7b54ac87ae6ed5b47d84

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mariadb104-client/MESSAGE         | 5 +++++
 mariadb104-client/Makefile.common | 1 +
 2 files changed, 6 insertions(+)

diffs:
diff --git a/mariadb104-client/MESSAGE b/mariadb104-client/MESSAGE
new file mode 100644
index 0000000000..d9c9f2fd99
--- /dev/null
+++ b/mariadb104-client/MESSAGE
@@ -0,0 +1,5 @@
+===========================================================================
+$NetBSD$
+
+This package is EXPERIMENTAL for now, recommend to only use for testing.
+===========================================================================
diff --git a/mariadb104-client/Makefile.common b/mariadb104-client/Makefile.common
index 9ce06e56b4..91c98dcb5a 100644
--- a/mariadb104-client/Makefile.common
+++ b/mariadb104-client/Makefile.common
@@ -14,6 +14,7 @@ LICENSE=	gnu-gpl-v2
 
 DISTINFO_FILE?=	${.CURDIR}/../../wip/mariadb104-client/distinfo
 PATCHDIR?=	${.CURDIR}/../../wip/mariadb104-client/patches
+MESSAGE_SRC+=	${.CURDIR}/../../wip/mariadb104-client/MESSAGE
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++


Home | Main Index | Thread Index | Old Index