Received: by mail.netbsd.org (Postfix, from userid 605) id 561A884D95; Sat, 8 Feb 2020 17:47:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D27F184D40 for ; Sat, 8 Feb 2020 17:47:27 +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 9A_NaItwDYxe for ; Sat, 8 Feb 2020 17:47:27 +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 4998A84CE9 for ; Sat, 8 Feb 2020 17:47:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D92FFBF4; Sat, 8 Feb 2020 17:47:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581184047228890" MIME-Version: 1.0 Date: Sat, 8 Feb 2020 17:47:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/qr-code-generator To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200208174727.3D92FFBF4@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. --_----------=_1581184047228890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Feb 8 17:47:27 UTC 2020 Modified Files: pkgsrc/graphics/qr-code-generator: Makefile distinfo Added Files: pkgsrc/graphics/qr-code-generator/patches: patch-c_Makefile patch-cpp_Makefile Log Message: qr-code-generator: update to 1.4.0nb1. Honor LDFLAGS. Fixes RELRO build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/qr-code-generator/Makefile \ pkgsrc/graphics/qr-code-generator/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/graphics/qr-code-generator/patches/patch-c_Makefile \ pkgsrc/graphics/qr-code-generator/patches/patch-cpp_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581184047228890 Content-Disposition: inline Content-Length: 3093 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/qr-code-generator/Makefile diff -u pkgsrc/graphics/qr-code-generator/Makefile:1.1 pkgsrc/graphics/qr-code-generator/Makefile:1.2 --- pkgsrc/graphics/qr-code-generator/Makefile:1.1 Wed Feb 5 13:17:21 2020 +++ pkgsrc/graphics/qr-code-generator/Makefile Sat Feb 8 17:47:26 2020 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/02/05 13:17:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/02/08 17:47:26 wiz Exp $ DISTNAME= QR-Code-generator-1.4.0 PKGNAME= ${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://dev-www.libreoffice.org/src/ Index: pkgsrc/graphics/qr-code-generator/distinfo diff -u pkgsrc/graphics/qr-code-generator/distinfo:1.1 pkgsrc/graphics/qr-code-generator/distinfo:1.2 --- pkgsrc/graphics/qr-code-generator/distinfo:1.1 Wed Feb 5 13:17:21 2020 +++ pkgsrc/graphics/qr-code-generator/distinfo Sat Feb 8 17:47:26 2020 @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.1 2020/02/05 13:17:21 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2020/02/08 17:47:26 wiz Exp $ SHA1 (QR-Code-generator-1.4.0.tar.gz) = df391cea80b616eec37a51eb8b2dddb0024c8e6a RMD160 (QR-Code-generator-1.4.0.tar.gz) = 85b239aeff420e06358532a2efac1e13e8f15a35 SHA512 (QR-Code-generator-1.4.0.tar.gz) = 314a757bfdf9a38bcf07fd7a0103d28a2d1dd7311b8234761304efeef7bfdb740db78ab01e6b67e99a28d523cc2be9c1073b2de9d65e853d191c3dad19af56d0 Size (QR-Code-generator-1.4.0.tar.gz) = 146339 bytes +SHA1 (patch-c_Makefile) = 96e6c371a10fb44109929d15d331e24d9bb4de45 +SHA1 (patch-cpp_Makefile) = 7eaee301c4187069b307b5e43d131136b03d5d4c Added files: Index: pkgsrc/graphics/qr-code-generator/patches/patch-c_Makefile diff -u /dev/null pkgsrc/graphics/qr-code-generator/patches/patch-c_Makefile:1.1 --- /dev/null Sat Feb 8 17:47:27 2020 +++ pkgsrc/graphics/qr-code-generator/patches/patch-c_Makefile Sat Feb 8 17:47:27 2020 @@ -0,0 +1,20 @@ +$NetBSD: patch-c_Makefile,v 1.1 2020/02/08 17:47:27 wiz Exp $ + +Honor LDFLAGS. + +--- c/Makefile.orig 2018-11-02 00:40:31.000000000 +0000 ++++ c/Makefile +@@ -66,11 +66,11 @@ clean: + + # Executable files + %: %.o $(LIBFILE) +- $(CC) $(CFLAGS) -o $@ $< -L . -l $(LIB) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L . -l $(LIB) + + # Special executable + qrcodegen-test: qrcodegen-test.c $(LIBOBJ:%.o=%.c) +- $(CC) $(CFLAGS) -DQRCODEGEN_TEST -o $@ $^ ++ $(CC) $(CFLAGS) $(LDFLAGS) -DQRCODEGEN_TEST -o $@ $^ + + # The library + $(LIBFILE): $(LIBOBJ) Index: pkgsrc/graphics/qr-code-generator/patches/patch-cpp_Makefile diff -u /dev/null pkgsrc/graphics/qr-code-generator/patches/patch-cpp_Makefile:1.1 --- /dev/null Sat Feb 8 17:47:27 2020 +++ pkgsrc/graphics/qr-code-generator/patches/patch-cpp_Makefile Sat Feb 8 17:47:27 2020 @@ -0,0 +1,15 @@ +$NetBSD: patch-cpp_Makefile,v 1.1 2020/02/08 17:47:27 wiz Exp $ + +Honor LDFLAGS. + +--- cpp/Makefile.orig 2018-11-02 00:40:31.000000000 +0000 ++++ cpp/Makefile +@@ -66,7 +66,7 @@ clean: + + # Executable files + %: %.o $(LIBFILE) +- $(CXX) $(CXXFLAGS) -o $@ $< -L . -l $(LIB) ++ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $< -L . -l $(LIB) + + # The library + $(LIBFILE): $(LIBOBJ) --_----------=_1581184047228890--