Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02E0184D35 for ; Thu, 25 May 2023 21:25:12 +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 aSOC8QFh_QAK for ; Thu, 25 May 2023 21:25:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4D85784CE8 for ; Thu, 25 May 2023 21:25:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40452FA87; Thu, 25 May 2023 21:25:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685049911282220" MIME-Version: 1.0 Date: Thu, 25 May 2023 21:25:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/mysql75-cluster To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230525212511.40452FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685049911282220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 25 21:25:11 UTC 2023 Modified Files: pkgsrc/databases/mysql75-cluster: Makefile.common Log Message: mysql75-cluster: remove wrong 'used by' line and fix pkglint To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/mysql75-cluster/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685049911282220 Content-Disposition: inline Content-Length: 929 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mysql75-cluster/Makefile.common diff -u pkgsrc/databases/mysql75-cluster/Makefile.common:1.1 pkgsrc/databases/mysql75-cluster/Makefile.common:1.2 --- pkgsrc/databases/mysql75-cluster/Makefile.common:1.1 Sun Apr 17 04:07:13 2022 +++ pkgsrc/databases/mysql75-cluster/Makefile.common Thu May 25 21:25:11 2023 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile.common,v 1.1 2022/04/17 04:07:13 jnemeth Exp $ +# $NetBSD: Makefile.common,v 1.2 2023/05/25 21:25:11 wiz Exp $ # -# used by databases/mysql-cluster/Makefile DISTNAME= mysql-cluster-gpl-7.5.25 CATEGORIES= databases @@ -68,7 +67,7 @@ CMAKE_ARGS+= -UWITH_UNIT_TESTS CMAKE_ARGS+= -DWITH_SSL=system # MySQL 5 depends on builtin functions enabled with i486 and later with GCC. -.if ${OPSYS} == "NetBSD" && !empty(MACHINE_ARCH:Mi386) +.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == i386 GNU_ARCH.i386= i486 CFLAGS+= -march=i486 .endif --_----------=_1685049911282220--