pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lua-expat



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Apr 13 19:03:25 UTC 2023

Modified Files:
        pkgsrc/textproc/lua-expat: distinfo
Added Files:
        pkgsrc/textproc/lua-expat/patches: patch-src_lxplib.c

Log Message:
Drop unncessary inclusion of expat_config.h, which doesn't exist on
NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/lua-expat/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/lua-expat/patches/patch-src_lxplib.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/lua-expat/distinfo
diff -u pkgsrc/textproc/lua-expat/distinfo:1.11 pkgsrc/textproc/lua-expat/distinfo:1.12
--- pkgsrc/textproc/lua-expat/distinfo:1.11     Fri Mar 31 00:43:21 2023
+++ pkgsrc/textproc/lua-expat/distinfo  Thu Apr 13 19:03:25 2023
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.11 2023/03/31 00:43:21 joerg Exp $
+$NetBSD: distinfo,v 1.12 2023/04/13 19:03:25 joerg Exp $
 
 BLAKE2s (luaexpat-1.5.1.tar.gz) = d2bb8d158896605dec7c794883b06f8411598296da06b18517384d36daaa355c
 SHA512 (luaexpat-1.5.1.tar.gz) = 45834b02d863a65c6de2ad3c5c671935ae512dd906233a647269438aeeb37c7bbd6e7166aefd8da72480b33e1aa79a86ed070ed8800a8e0f303ccc74918f3bb8
 Size (luaexpat-1.5.1.tar.gz) = 53912 bytes
 SHA1 (patch-Makefile) = 563f7a64fca9b08c4178e46e82faa58853985598
+SHA1 (patch-src_lxplib.c) = 08b2c3b6319273cd15bcd7e77ea77a9753854847

Added files:

Index: pkgsrc/textproc/lua-expat/patches/patch-src_lxplib.c
diff -u /dev/null pkgsrc/textproc/lua-expat/patches/patch-src_lxplib.c:1.1
--- /dev/null   Thu Apr 13 19:03:25 2023
+++ pkgsrc/textproc/lua-expat/patches/patch-src_lxplib.c        Thu Apr 13 19:03:25 2023
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_lxplib.c,v 1.1 2023/04/13 19:03:25 joerg Exp $
+
+--- src/lxplib.c.orig  2023-04-13 18:47:18.513590552 +0000
++++ src/lxplib.c
+@@ -9,7 +9,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ 
+-#include "expat_config.h"
+ #include "expat.h"
+ #if (XML_MAJOR_VERSION == 2 && XML_MINOR_VERSION < 4) || (XML_MAJOR_VERSION < 2)
+ #error Expat 2.4 or newer is required



Home | Main Index | Thread Index | Old Index