pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/enca



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug  5 13:23:25 UTC 2024

Modified Files:
        pkgsrc/textproc/enca: Makefile distinfo
Added Files:
        pkgsrc/textproc/enca/patches: patch-tools_make__hash.c

Log Message:
enca: add missing includes and de-lint


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/enca/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/enca/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/enca/patches/patch-tools_make__hash.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/enca/Makefile
diff -u pkgsrc/textproc/enca/Makefile:1.9 pkgsrc/textproc/enca/Makefile:1.10
--- pkgsrc/textproc/enca/Makefile:1.9   Fri Jan 26 03:15:50 2024
+++ pkgsrc/textproc/enca/Makefile       Mon Aug  5 13:23:25 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/01/26 03:15:50 riastradh Exp $
+# $NetBSD: Makefile,v 1.10 2024/08/05 13:23:25 tnn Exp $
 
 DISTNAME=              enca-1.15
-CATEGORIES=            converters
+CATEGORIES=            textproc converters
 MASTER_SITES=          http://dl.cihar.com/enca/
 EXTRACT_SUFX=          .tar.bz2
 
@@ -14,7 +14,7 @@ GNU_CONFIGURE=                yes
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake
-PKGCONFIG_OVERRIDE+=   ${WRKSRC}/enca.pc.in
+PKGCONFIG_OVERRIDE+=   enca.pc.in
 
 USE_TOOLS+=            autoconf automake autoreconf
 TOOL_DEPENDS+=         autoconf-archive>=0:../../devel/autoconf-archive

Index: pkgsrc/textproc/enca/distinfo
diff -u pkgsrc/textproc/enca/distinfo:1.10 pkgsrc/textproc/enca/distinfo:1.11
--- pkgsrc/textproc/enca/distinfo:1.10  Fri Jan 26 03:15:50 2024
+++ pkgsrc/textproc/enca/distinfo       Mon Aug  5 13:23:25 2024
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2024/01/26 03:15:50 riastradh Exp $
+$NetBSD: distinfo,v 1.11 2024/08/05 13:23:25 tnn Exp $
 
 BLAKE2s (enca-1.15.tar.bz2) = 4487af00052b8f07536685f3c4bd0010f55ce8e67ad0d07a6f2f1b19296f8e46
 SHA512 (enca-1.15.tar.bz2) = f0b843b0b38fcb250991ad072fe2f1bcaa6aaad8348983446046f40b44a2523a7c3b46569f9693e5b2848356288f718595ea4cc9bc0b4685aac02291fe7393ba
 Size (enca-1.15.tar.bz2) = 536627 bytes
 SHA1 (patch-configure.ac) = fdfe12a86d37ba8182919061d6976b06a6ddd892
 SHA1 (patch-tools_Makefile.am) = 01f8af341f2fb8c6d7816edf5b38690b5a9c53f8
+SHA1 (patch-tools_make__hash.c) = d842781d13ee7ee2849beff410426596712be92d

Added files:

Index: pkgsrc/textproc/enca/patches/patch-tools_make__hash.c
diff -u /dev/null pkgsrc/textproc/enca/patches/patch-tools_make__hash.c:1.1
--- /dev/null   Mon Aug  5 13:23:25 2024
+++ pkgsrc/textproc/enca/patches/patch-tools_make__hash.c       Mon Aug  5 13:23:25 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-tools_make__hash.c,v 1.1 2024/08/05 13:23:25 tnn Exp $
+
+include <string.h> for memmove(3)
+
+--- tools/make_hash.c.orig     2024-08-05 14:51:44.677421845 +0000
++++ tools/make_hash.c
+@@ -23,6 +23,7 @@
+ 
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <string.h>
+ 
+ #ifdef HAVE_STRING_H
+ #  include <string.h>



Home | Main Index | Thread Index | Old Index