Received: by mail.netbsd.org (Postfix, from userid 605) id 46B6484D8E; Thu, 27 Feb 2020 14:55:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C466684D83 for ; Thu, 27 Feb 2020 14:55:02 +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 Py_nbSQExsXL for ; Thu, 27 Feb 2020 14:55:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F18B84D5F for ; Thu, 27 Feb 2020 14:55:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5904FFBF4; Thu, 27 Feb 2020 14:55:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582815302139120" MIME-Version: 1.0 Date: Thu, 27 Feb 2020 14:55:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/libffi To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200227145502.5904FFBF4@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. --_----------=_1582815302139120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 27 14:55:02 UTC 2020 Modified Files: pkgsrc/devel/libffi: Makefile Log Message: libffi: update comment; spotted by @leot To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libffi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582815302139120 Content-Disposition: inline Content-Length: 653 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libffi/Makefile diff -u pkgsrc/devel/libffi/Makefile:1.36 pkgsrc/devel/libffi/Makefile:1.37 --- pkgsrc/devel/libffi/Makefile:1.36 Thu Feb 27 09:30:43 2020 +++ pkgsrc/devel/libffi/Makefile Thu Feb 27 14:55:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/02/27 09:30:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.37 2020/02/27 14:55:02 adam Exp $ DISTNAME= libffi-3.3 CATEGORIES= devel @@ -29,7 +29,7 @@ pre-build: .include "../../mk/bsd.prefs.mk" -# patch-aj uses m68k_sync_icache(2) +# patch-src_m68k_ffi.c uses m68k_sync_icache(2) .if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) LIBS+= -lm68k .endif --_----------=_1582815302139120--