Received: by mail.netbsd.org (Postfix, from userid 605) id 20F6684E23; Mon, 30 Mar 2020 19:38:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D3F484DED for ; Mon, 30 Mar 2020 19:38:35 +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 A76O0u0OeAOE for ; Mon, 30 Mar 2020 19:38:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 067DE84D7B for ; Mon, 30 Mar 2020 19:38:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04200FB27; Mon, 30 Mar 2020 19:38:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585597114241630" MIME-Version: 1.0 Date: Mon, 30 Mar 2020 19:38:34 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/misc/zyGrib To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200330193835.04200FB27@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. --_----------=_1585597114241630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Mon Mar 30 19:38:34 UTC 2020 Modified Files: pkgsrc/misc/zyGrib: Makefile Log Message: Allow using depracted APIs To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/zyGrib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585597114241630 Content-Disposition: inline Content-Length: 739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/zyGrib/Makefile diff -u pkgsrc/misc/zyGrib/Makefile:1.56 pkgsrc/misc/zyGrib/Makefile:1.57 --- pkgsrc/misc/zyGrib/Makefile:1.56 Tue Mar 10 22:10:37 2020 +++ pkgsrc/misc/zyGrib/Makefile Mon Mar 30 19:38:34 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2020/03/10 22:10:37 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2020/03/30 19:38:34 joerg Exp $ # DISTNAME= zyGrib-8.0.1 @@ -151,6 +151,10 @@ INSTALL_FILES+= tr/zyGrib_pt.ts INSTALL_FILES+= tr/zyGrib_ru.qm INSTALL_FILES+= tr/zyGrib_ru.ts +.include "../../mk/bsd.prefs.mk" + +CXXFLAGS+= -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H + do-configure: cd ${WRKSRC} && ${QTDIR}/bin/qmake "QMAKE_RPATHDIR+=${QWT_DIR}/lib" "QMAKE_LIBDIR+=${QWT_DIR}/lib" --_----------=_1585597114241630--