pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wget
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Jan 8 16:14:56 UTC 2021
Modified Files:
pkgsrc/net/wget: distinfo
Added Files:
pkgsrc/net/wget/patches: patch-lib_utime.c
Log Message:
Apply upstream patch to fix compilation error on macOS and Solaris 9.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/wget/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/wget/patches/patch-lib_utime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wget/distinfo
diff -u pkgsrc/net/wget/distinfo:1.62 pkgsrc/net/wget/distinfo:1.63
--- pkgsrc/net/wget/distinfo:1.62 Mon Jan 4 12:30:37 2021
+++ pkgsrc/net/wget/distinfo Fri Jan 8 16:14:55 2021
@@ -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
Added files:
Index: pkgsrc/net/wget/patches/patch-lib_utime.c
diff -u /dev/null pkgsrc/net/wget/patches/patch-lib_utime.c:1.1
--- /dev/null Fri Jan 8 16:14:56 2021
+++ pkgsrc/net/wget/patches/patch-lib_utime.c Fri Jan 8 16:14:56 2021
@@ -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