Received: by mail.netbsd.org (Postfix, from userid 605) id C438984D32; Sun, 26 Jul 2020 07:54:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B34D84CFC for ; Sun, 26 Jul 2020 07:54:46 +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 7MTr96Nrj3Yb for ; Sun, 26 Jul 2020 07:54:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AF5BC84CDB for ; Sun, 26 Jul 2020 07:54:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A94CCFB28; Sun, 26 Jul 2020 07:54:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1595750085160490" MIME-Version: 1.0 Date: Sun, 26 Jul 2020 07:54:45 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/fonts/woff2 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20200726075445.A94CCFB28@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. --_----------=_1595750085160490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sun Jul 26 07:54:45 UTC 2020 Modified Files: pkgsrc/fonts/woff2: Makefile PLIST distinfo Added Files: pkgsrc/fonts/woff2/patches: patch-CMakeLists.txt Log Message: woff2: install binaries, not just libraries. bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/woff2/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/woff2/PLIST pkgsrc/fonts/woff2/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/woff2/patches/patch-CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1595750085160490 Content-Disposition: inline Content-Length: 2557 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/woff2/Makefile diff -u pkgsrc/fonts/woff2/Makefile:1.2 pkgsrc/fonts/woff2/Makefile:1.3 --- pkgsrc/fonts/woff2/Makefile:1.2 Tue May 15 11:46:43 2018 +++ pkgsrc/fonts/woff2/Makefile Sun Jul 26 07:54:45 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2018/05/15 11:46:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2020/07/26 07:54:45 maya Exp $ DISTNAME= woff2-1.0.2 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/fonts/woff2/PLIST diff -u pkgsrc/fonts/woff2/PLIST:1.1 pkgsrc/fonts/woff2/PLIST:1.2 --- pkgsrc/fonts/woff2/PLIST:1.1 Sat Apr 28 09:40:39 2018 +++ pkgsrc/fonts/woff2/PLIST Sun Jul 26 07:54:45 2020 @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2018/04/28 09:40:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/07/26 07:54:45 maya Exp $ +bin/woff2_compress +bin/woff2_decompress +bin/woff2_info include/woff2/decode.h include/woff2/encode.h include/woff2/output.h Index: pkgsrc/fonts/woff2/distinfo diff -u pkgsrc/fonts/woff2/distinfo:1.1 pkgsrc/fonts/woff2/distinfo:1.2 --- pkgsrc/fonts/woff2/distinfo:1.1 Sat Apr 28 09:40:39 2018 +++ pkgsrc/fonts/woff2/distinfo Sun Jul 26 07:54:45 2020 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1 2018/04/28 09:40:39 wiz Exp $ +$NetBSD: distinfo,v 1.2 2020/07/26 07:54:45 maya Exp $ SHA1 (woff2-1.0.2.tar.gz) = bab4838b248026c968e171a5467b5176caf4e2e5 RMD160 (woff2-1.0.2.tar.gz) = fbfd0a3771df1d31eb32db6f12b6b00ee9f458f3 SHA512 (woff2-1.0.2.tar.gz) = c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d Size (woff2-1.0.2.tar.gz) = 38934 bytes +SHA1 (patch-CMakeLists.txt) = 1ec110379f53ff0716b3938a1c16de10e6f30398 Added files: Index: pkgsrc/fonts/woff2/patches/patch-CMakeLists.txt diff -u /dev/null pkgsrc/fonts/woff2/patches/patch-CMakeLists.txt:1.1 --- /dev/null Sun Jul 26 07:54:45 2020 +++ pkgsrc/fonts/woff2/patches/patch-CMakeLists.txt Sun Jul 26 07:54:45 2020 @@ -0,0 +1,19 @@ +$NetBSD: patch-CMakeLists.txt,v 1.1 2020/07/26 07:54:45 maya Exp $ + +always install woff2* binaries. + +--- CMakeLists.txt.orig 2017-11-13 18:31:28.000000000 +0000 ++++ CMakeLists.txt +@@ -260,12 +260,10 @@ generate_pkg_config ("${CMAKE_CURRENT_BI + LIBRARIES woff2enc) + + # Installation +-if (NOT BUILD_SHARED_LIBS) + install( + TARGETS woff2_decompress woff2_compress woff2_info + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" + ) +-endif() + + install( + TARGETS woff2common woff2dec woff2enc --_----------=_1595750085160490--