Received: by mail.netbsd.org (Postfix, from userid 605) id 4CA2B84E32; Sat, 21 Dec 2019 23:41:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C890584D55 for ; Sat, 21 Dec 2019 23:41: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 SUikwANONS-u for ; Sat, 21 Dec 2019 23:41:47 +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 2EFCD84C2B for ; Sat, 21 Dec 2019 23:41:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D34FFA97; Sat, 21 Dec 2019 23:41:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157697170714690" MIME-Version: 1.0 Date: Sat, 21 Dec 2019 23:41:47 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/graphics/freeimageplus To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20191221234147.2D34FFA97@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. --_----------=_157697170714690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Dec 21 23:41:47 UTC 2019 Modified Files: pkgsrc/graphics/freeimageplus: Makefile Log Message: Uses c++03 only. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/freeimageplus/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157697170714690 Content-Disposition: inline Content-Length: 758 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/freeimageplus/Makefile diff -u pkgsrc/graphics/freeimageplus/Makefile:1.4 pkgsrc/graphics/freeimageplus/Makefile:1.5 --- pkgsrc/graphics/freeimageplus/Makefile:1.4 Sat Nov 2 22:37:56 2019 +++ pkgsrc/graphics/freeimageplus/Makefile Sat Dec 21 23:41:47 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/11/02 22:37:56 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2019/12/21 23:41:47 joerg Exp $ DISTNAME= FreeImage3170 PKGNAME= freeimageplus-3.17.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://freeimage.sf.net/ COMMENT= Library for supporting PNG, BMP, JPEG, and TIFF - C++ Wrapper LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR mpl-1.0 -USE_LANGUAGES+= c c++ +USE_LANGUAGES+= c c++03 USE_TOOLS+= gmake MAKE_FILE= Makefile.fip --_----------=_157697170714690--