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: tnn
Date: Mon Apr 28 19:19:39 UTC 2025
Modified Files:
pkgsrc/fonts/woff2: Makefile distinfo
Added Files:
pkgsrc/fonts/woff2/patches: patch-include_woff2_output.h
Log Message:
woff2: include <cstdint> for uint8_t
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/woff2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/woff2/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/fonts/woff2/patches/patch-include_woff2_output.h
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.5 pkgsrc/fonts/woff2/Makefile:1.6
--- pkgsrc/fonts/woff2/Makefile:1.5 Sun Aug 25 06:18:42 2024
+++ pkgsrc/fonts/woff2/Makefile Mon Apr 28 19:19:39 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2024/08/25 06:18:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/28 19:19:39 tnn Exp $
DISTNAME= woff2-1.0.2
-PKGREVISION= 1
+PKGREVISION= 3
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -20,6 +20,9 @@ PKGCONFIG_OVERRIDE+= libwoff2dec.pc
PKGCONFIG_OVERRIDE+= libwoff2enc.pc
PKGCONFIG_OVERRIDE_STAGE= post-build
+pre-install:
+ rm -f ${WRKSRC}/include/woff2/*.orig
+
.include "../../devel/cmake/build.mk"
.include "../../archivers/brotli/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/woff2/distinfo
diff -u pkgsrc/fonts/woff2/distinfo:1.4 pkgsrc/fonts/woff2/distinfo:1.5
--- pkgsrc/fonts/woff2/distinfo:1.4 Tue Oct 26 10:28:40 2021
+++ pkgsrc/fonts/woff2/distinfo Mon Apr 28 19:19:39 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:28:40 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/04/28 19:19:39 tnn Exp $
BLAKE2s (woff2-1.0.2.tar.gz) = 418e398554aa8afe6df60b9dffd47105f52d4159f30dce50cb672f41e3ab81e1
SHA512 (woff2-1.0.2.tar.gz) = c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d
Size (woff2-1.0.2.tar.gz) = 38934 bytes
SHA1 (patch-CMakeLists.txt) = 1ec110379f53ff0716b3938a1c16de10e6f30398
+SHA1 (patch-include_woff2_output.h) = af9a1e476c12f83a5ab100f39f3b994504d74546
Added files:
Index: pkgsrc/fonts/woff2/patches/patch-include_woff2_output.h
diff -u /dev/null pkgsrc/fonts/woff2/patches/patch-include_woff2_output.h:1.1
--- /dev/null Mon Apr 28 19:19:39 2025
+++ pkgsrc/fonts/woff2/patches/patch-include_woff2_output.h Mon Apr 28 19:19:39 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_woff2_output.h,v 1.1 2025/04/28 19:19:39 tnn Exp $
+
+Include <cstdint> for uint8_t.
+
+--- include/woff2/output.h.orig 2025-04-24 11:19:43.640292827 +0000
++++ include/woff2/output.h
+@@ -11,6 +11,7 @@
+
+ #include <algorithm>
+ #include <cstring>
++#include <cstdint>
+ #include <memory>
+ #include <string>
+
Home |
Main Index |
Thread Index |
Old Index