Received: by mail.netbsd.org (Postfix, from userid 605) id F422784D60; Tue, 1 Jan 2019 20:05:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F87984D44 for ; Tue, 1 Jan 2019 20:05:03 +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 XDU_X5r9Eosy for ; Tue, 1 Jan 2019 20:05:03 +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 D5CEF84C81 for ; Tue, 1 Jan 2019 20:05:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C45D2FB16; Tue, 1 Jan 2019 20:05:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546373102173720" MIME-Version: 1.0 Date: Tue, 1 Jan 2019 20:05:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors/mg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190101200502.C45D2FB16@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. --_----------=_1546373102173720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 1 20:05:02 UTC 2019 Modified Files: pkgsrc/editors/mg: Makefile Log Message: mg: update to 20110905nb4. Fix +number. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/mg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546373102173720 Content-Disposition: inline Content-Length: 706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/mg/Makefile diff -u pkgsrc/editors/mg/Makefile:1.11 pkgsrc/editors/mg/Makefile:1.12 --- pkgsrc/editors/mg/Makefile:1.11 Sun Sep 3 08:53:08 2017 +++ pkgsrc/editors/mg/Makefile Tue Jan 1 20:05:02 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2017/09/03 08:53:08 wiz Exp $ -# +# $NetBSD: Makefile,v 1.12 2019/01/01 20:05:02 wiz Exp $ DISTNAME= mg-20110905 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors MASTER_SITES= https://homepage.boetes.org/software/mg/ @@ -15,6 +14,8 @@ FAKE_NCURSES= yes USE_TOOLS+= install MAKE_ENV+= prefix=${PREFIX} +CFLAGS.NetBSD+= -D_OPENBSD_SOURCE + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 CONFLICTS+= mg2a-[0-9]* --_----------=_1546373102173720--