Received: by mail.netbsd.org (Postfix, from userid 605) id F366584DE6; Thu, 14 May 2020 19:11:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B41B84DBD for ; Thu, 14 May 2020 19:11:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gBDVomnUlJ2y for ; Thu, 14 May 2020 19:11:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D533984D66 for ; Thu, 14 May 2020 19:11:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D23B9FB27; Thu, 14 May 2020 19:11:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158948347412920" MIME-Version: 1.0 Date: Thu, 14 May 2020 19:11:14 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/databases/mysql-workbench To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200514191114.D23B9FB27@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. --_----------=_158948347412920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu May 14 19:11:14 UTC 2020 Modified Files: pkgsrc/databases/mysql-workbench: Makefile Log Message: Mark as broken as has a conflicting my_global.h locally. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/databases/mysql-workbench/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158948347412920 Content-Disposition: inline Content-Length: 786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mysql-workbench/Makefile diff -u pkgsrc/databases/mysql-workbench/Makefile:1.80 pkgsrc/databases/mysql-workbench/Makefile:1.81 --- pkgsrc/databases/mysql-workbench/Makefile:1.80 Sun Apr 12 08:28:25 2020 +++ pkgsrc/databases/mysql-workbench/Makefile Thu May 14 19:11:14 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2020/04/12 08:28:25 adam Exp $ +# $NetBSD: Makefile,v 1.81 2020/05/14 19:11:14 joerg Exp $ DISTNAME= mysql-workbench-gpl-5.2.33b-src PKGNAME= ${DISTNAME:S/-gpl//:S/b-src$//} @@ -11,6 +11,8 @@ HOMEPAGE= http://wb.mysql.com/ COMMENT= Cross-platform, visual database design tool LICENSE= gnu-gpl-v2 +BROKEN= "Conflicting fork of MySQL parser" + WRKSRC= ${WRKDIR}/${DISTNAME:S/b-src$/-src/} USE_LANGUAGES= c c++11 --_----------=_158948347412920--