pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/woff2



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.

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



Home | Main Index | Thread Index | Old Index