pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pth
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 3 11:29:18 UTC 2026
Modified Files:
pkgsrc/devel/pth: distinfo
pkgsrc/devel/pth/patches: patch-af
Removed Files:
pkgsrc/devel/pth/patches: patch-pth.h
Log Message:
pth: apply patch to correct file
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/pth/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/pth/patches/patch-af
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/pth/patches/patch-pth.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/pth/distinfo
diff -u pkgsrc/devel/pth/distinfo:1.22 pkgsrc/devel/pth/distinfo:1.23
--- pkgsrc/devel/pth/distinfo:1.22 Sat Jan 3 09:58:49 2026
+++ pkgsrc/devel/pth/distinfo Sat Jan 3 11:29:18 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2026/01/03 09:58:49 wiz Exp $
+$NetBSD: distinfo,v 1.23 2026/01/03 11:29:18 wiz Exp $
BLAKE2s (pth-2.0.7.tar.gz) = d6e255962384d228e2d2913d1f152c5349ddae3f46a7031712302c73a751bffc
SHA512 (pth-2.0.7.tar.gz) = f79d74047c50e06f3198356f88647c5c1c8a04ebdd94641fc31d5ab0fd2750d86615fcb81da2f98d7ea73d012a501195d3fa09060571d18dcfdaec5d7a0ecb12
@@ -8,7 +8,6 @@ SHA1 (patch-ab) = 8495e25d31dadc9f0b56e4
SHA1 (patch-ac) = d3683f603c3e4f1826b55967639823b3295d1fb7
SHA1 (patch-ad) = ddabeeff5bab8b580904861ea5437ed8f24f3965
SHA1 (patch-ae) = 97e9546ce894a100b889dfacbd19e6c1cc1de87f
-SHA1 (patch-af) = 13aba228b9e8d8bedeac4018073c4fa5b3652caf
+SHA1 (patch-af) = a74b9212658b49a2f4c649bb78e2e00ab7bd5120
SHA1 (patch-ag) = 66ba441a4efc85af4ef498d846d7ebc1115f3dcc
SHA1 (patch-aj) = f155cac115446efce191b859d92900d1ea3bc44b
-SHA1 (patch-pth.h) = 8e5f128180772c406173fc859bd80bb2b8d1f2fa
Index: pkgsrc/devel/pth/patches/patch-af
diff -u pkgsrc/devel/pth/patches/patch-af:1.4 pkgsrc/devel/pth/patches/patch-af:1.5
--- pkgsrc/devel/pth/patches/patch-af:1.4 Sun Feb 18 11:40:10 2007
+++ pkgsrc/devel/pth/patches/patch-af Sat Jan 3 11:29:18 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.4 2007/02/18 11:40:10 wiz Exp $
+$NetBSD: patch-af,v 1.5 2026/01/03 11:29:18 wiz Exp $
--- pth.h.in.orig 2006-06-08 17:54:02.000000000 +0000
+++ pth.h.in
@@ -18,7 +18,15 @@ $NetBSD: patch-af,v 1.4 2007/02/18 11:40
#define _XOPEN_SOURCE_set
#endif
#include <poll.h>
-@@ -550,8 +550,11 @@ extern ssize_t pth_sendto(int, co
+@@ -419,6 +419,7 @@ typedef void *Sfdisc_t;
+
+ /* global functions */
+ extern int pth_init(void);
++extern int pth__init(void);
+ extern int pth_kill(void);
+ extern long pth_ctrl(unsigned long, ...);
+ extern long pth_version(void);
+@@ -550,8 +551,11 @@ extern ssize_t pth_sendto(int, co
extern ssize_t pth_pread(int, void *, size_t, off_t);
extern ssize_t pth_pwrite(int, const void *, size_t, off_t);
Home |
Main Index |
Thread Index |
Old Index