Received: by mail.netbsd.org (Postfix, from userid 605) id D4D8C84EEA; Tue, 20 Sep 2022 06:49:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1289884EE4 for ; Tue, 20 Sep 2022 06:49:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id XFUc5q9YVTK4 for ; Tue, 20 Sep 2022 06:49:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6862784E6D for ; Tue, 20 Sep 2022 06:49:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65BA6FA90; Tue, 20 Sep 2022 06:49:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663656558106400" MIME-Version: 1.0 Date: Tue, 20 Sep 2022 06:49:18 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/databases/mariadb104-server To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220920064918.65BA6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663656558106400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Sep 20 06:49:18 UTC 2022 Modified Files: pkgsrc/databases/mariadb104-server: Makefile Log Message: mariadb104-server: auth_pam builds on illumos (but not Solaris) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/mariadb104-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663656558106400 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mariadb104-server/Makefile diff -u pkgsrc/databases/mariadb104-server/Makefile:1.21 pkgsrc/databases/mariadb104-server/Makefile:1.22 --- pkgsrc/databases/mariadb104-server/Makefile:1.21 Tue Jun 28 11:31:18 2022 +++ pkgsrc/databases/mariadb104-server/Makefile Tue Sep 20 06:49:18 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2022/06/28 11:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2022/09/20 06:49:18 nia Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} PKGREVISION= 7 @@ -19,6 +19,8 @@ PLIST_VARS+= auth_pam mariabackup .if ${OPSYS} != "SunOS" PLIST.auth_pam= yes PLIST.mariabackup= yes +.elif ${OS_VARIANT} != "Solaris" +PLIST.auth_pam= yes .endif MARIADB_USER?= ${MYSQL_USER:Umariadb} --_----------=_1663656558106400--