pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wget Apply upstream patch to fix compilation error...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3db9a175d2de
branches:  trunk
changeset: 444466:3db9a175d2de
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Jan 08 16:14:55 2021 +0000

description:
Apply upstream patch to fix compilation error on macOS and Solaris 9.

diffstat:

 net/wget/distinfo                  |   3 ++-
 net/wget/patches/patch-lib_utime.c |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r dc4ea9977c63 -r 3db9a175d2de net/wget/distinfo
--- a/net/wget/distinfo Fri Jan 08 14:08:57 2021 +0000
+++ b/net/wget/distinfo Fri Jan 08 16:14:55 2021 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.62 2021/01/04 12:30:37 wiz Exp $
+$NetBSD: distinfo,v 1.63 2021/01/08 16:14:55 schmonz Exp $
 
 SHA1 (wget-1.21.tar.lz) = 07fc9a34a76c91d377a2594dbb61ba83cebab9ad
 RMD160 (wget-1.21.tar.lz) = e1c7267984c1f4d4cc3ad7bcce414405c0ff1d70
 SHA512 (wget-1.21.tar.lz) = 10f32e153511a13397933d24e57002ee6477aea87e1e6811262268e0f43c5cfd8ab298921857d70a6f567be34b5a4fe9898ce4e7488e66294f3e85f011283838
 Size (wget-1.21.tar.lz) = 2354273 bytes
 SHA1 (patch-configure) = d72ecfae0a156bf42046759daeb6ad284b9213e1
+SHA1 (patch-lib_utime.c) = 7a35aca95cf790f8750ffbdf407b2693585125cd
diff -r dc4ea9977c63 -r 3db9a175d2de net/wget/patches/patch-lib_utime.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wget/patches/patch-lib_utime.c        Fri Jan 08 16:14:55 2021 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_utime.c,v 1.1 2021/01/08 16:14:56 schmonz Exp $
+
+Apply upstream 6a76832 to fix compilation error on macOS and Solaris 9.
+
+--- lib/utime.c.orig   2020-12-31 15:53:25.000000000 +0000
++++ lib/utime.c
+@@ -261,6 +261,7 @@ utime (const char *name, const struct ut
+ 
+ #else
+ 
++# include <errno.h>
+ # include <sys/stat.h>
+ # include "filename.h"
+ 



Home | Main Index | Thread Index | Old Index