pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/bg5ps
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 22 23:26:35 UTC 2025
Modified Files:
pkgsrc/print/bg5ps: distinfo
Added Files:
pkgsrc/print/bg5ps/patches: patch-ttf2psm.c
Log Message:
bg5ps: fix build on NetBSD 11
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/bg5ps/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/bg5ps/patches/patch-ttf2psm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/bg5ps/distinfo
diff -u pkgsrc/print/bg5ps/distinfo:1.9 pkgsrc/print/bg5ps/distinfo:1.10
--- pkgsrc/print/bg5ps/distinfo:1.9 Tue Oct 26 11:12:03 2021
+++ pkgsrc/print/bg5ps/distinfo Mon Dec 22 23:26:35 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:12:03 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/12/22 23:26:35 wiz Exp $
BLAKE2s (bg5ps-1.3.0.tar.gz) = 9fd45efa9973f191d20d41c9f21aadfb53fb14c0c3df0a458851b0c46df0b550
SHA512 (bg5ps-1.3.0.tar.gz) = 2956a54d725bc2fc8bb0dfeaa29037dac749c79fadeadb3c72cace60fff3f2552ed33ececb098bbe6e071a2d52f20205ea7ac3cf6a5ba29e89de7301cb8146c6
@@ -6,3 +6,4 @@ Size (bg5ps-1.3.0.tar.gz) = 120390 bytes
SHA1 (patch-aa) = 07b7bcfd6475e57c448d3e9db11ac7837a96269b
SHA1 (patch-ab) = 1def7918c5809dc08da8cbc2916cfae5e46f5b41
SHA1 (patch-ac) = b27f8ecfdfbf700416f7e6cfcec36044cadc7014
+SHA1 (patch-ttf2psm.c) = dc81ddfc64c144a1a68b499be895d35a2ba6dc5d
Added files:
Index: pkgsrc/print/bg5ps/patches/patch-ttf2psm.c
diff -u /dev/null pkgsrc/print/bg5ps/patches/patch-ttf2psm.c:1.1
--- /dev/null Mon Dec 22 23:26:35 2025
+++ pkgsrc/print/bg5ps/patches/patch-ttf2psm.c Mon Dec 22 23:26:35 2025
@@ -0,0 +1,24 @@
+$NetBSD: patch-ttf2psm.c,v 1.1 2025/12/22 23:26:35 wiz Exp $
+
+--- ttf2psm.c.orig 2000-02-14 19:59:23.000000000 +0000
++++ ttf2psm.c
+@@ -20,8 +20,10 @@
+
+ #include<stdio.h>
+ #include<freetype/freetype.h>
++#include<freetype/ftxerr18.h>
+ #include<string.h>
+ #include<ctype.h>
++#include<stdlib.h>
+
+ #include"utf.h"
+
+@@ -37,7 +39,7 @@ void draw_curve( FILE *, TT_Vector *, TT
+ TT_Error error;
+ TT_F26Dot6 width=300;
+
+-main( int argc, char **argv)
++int main( int argc, char **argv)
+ {
+ TT_Face MyFace;
+
Home |
Main Index |
Thread Index |
Old Index