pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mariadb104-client



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 10 14:22:56 UTC 2021

Modified Files:
        pkgsrc/databases/mariadb104-client: options.mk

Log Message:
mariadb104-client: remove unsupported option


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/mariadb104-client/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/databases/mariadb104-client/options.mk
diff -u pkgsrc/databases/mariadb104-client/options.mk:1.1 pkgsrc/databases/mariadb104-client/options.mk:1.2
--- pkgsrc/databases/mariadb104-client/options.mk:1.1   Sat May  8 19:47:16 2021
+++ pkgsrc/databases/mariadb104-client/options.mk       Mon May 10 14:22:56 2021
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2021/05/08 19:47:16 jdolecek Exp $
+# $NetBSD: options.mk,v 1.2 2021/05/10 14:22:56 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mariadb-client
 
-PKG_SUPPORTED_OPTIONS+=        embedded-server ssl
-PKG_SUGGESTED_OPTIONS+=        embedded-server ssl
+PKG_SUPPORTED_OPTIONS+=        ssl
+PKG_SUGGESTED_OPTIONS+=        ssl
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index