Received: by mail.netbsd.org (Postfix, from userid 605) id D571584DFE; Sat, 21 Apr 2018 23:30:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D17AA84D91 for ; Sat, 21 Apr 2018 23:30:47 +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 Mbx6h3vv3scs for ; Sat, 21 Apr 2018 23:30:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16E5B84C85 for ; Sat, 21 Apr 2018 23:30:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10665FBEC; Sat, 21 Apr 2018 23:30:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1524353447274550" MIME-Version: 1.0 Date: Sat, 21 Apr 2018 23:30:47 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/databases/mariadb55-server To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20180421233047.10665FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1524353447274550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Sat Apr 21 23:30:47 UTC 2018 Modified Files: pkgsrc/databases/mariadb55-server: Makefile Log Message: auth_socket.so is built on DragonFly BSD too. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/mariadb55-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1524353447274550 Content-Disposition: inline Content-Length: 802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mariadb55-server/Makefile diff -u pkgsrc/databases/mariadb55-server/Makefile:1.6 pkgsrc/databases/mariadb55-server/Makefile:1.7 --- pkgsrc/databases/mariadb55-server/Makefile:1.6 Tue Aug 8 11:23:38 2017 +++ pkgsrc/databases/mariadb55-server/Makefile Sat Apr 21 23:30:46 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/08/08 11:23:38 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2018/04/21 23:30:46 sevan Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} COMMENT= MariaDB 5.5, a free SQL database (server) @@ -36,7 +36,7 @@ BUILDLINK_DEPMETHOD.readline= build PLIST_VARS+= embedded ndb auth_socket -.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" +.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" PLIST.auth_socket= yes .endif --_----------=_1524353447274550--