pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tevent



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan 31 15:18:59 UTC 2023

Modified Files:
        pkgsrc/devel/tevent: distinfo
Added Files:
        pkgsrc/devel/tevent/patches: patch-lib_replace_wscript

Log Message:
tevent: Handle tevent_port removal.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/tevent/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tevent/patches/patch-lib_replace_wscript

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

Modified files:

Index: pkgsrc/devel/tevent/distinfo
diff -u pkgsrc/devel/tevent/distinfo:1.15 pkgsrc/devel/tevent/distinfo:1.16
--- pkgsrc/devel/tevent/distinfo:1.15   Sun Jan 22 13:26:21 2023
+++ pkgsrc/devel/tevent/distinfo        Tue Jan 31 15:18:59 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2023/01/22 13:26:21 wiz Exp $
+$NetBSD: distinfo,v 1.16 2023/01/31 15:18:59 jperkin Exp $
 
 BLAKE2s (tevent-0.14.0.tar.gz) = 6c3429791e4109a658d7b202764d4bd11f66fb032475e49b4d5771b3e5ca37ae
 SHA512 (tevent-0.14.0.tar.gz) = 5e9525b2f8f8014d1147244dcccd6cf5ac49e383c49b19480ac1256dc7ccf60705960e87b8f63348fca3f4f496861f3d307ee5e0fde8189d93a596c5e689f2b1
@@ -6,4 +6,5 @@ Size (tevent-0.14.0.tar.gz) = 878142 byt
 SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 50ff76f5b085f770751ca8bb93c8544cfdcd40d9
 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
 SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2
+SHA1 (patch-lib_replace_wscript) = f7e704fada6418f1935c6d09f940656adf2580b4
 SHA1 (patch-wscript) = 34f464296ca3e8eb9b50e1f85f31c38c4c8fdf93

Added files:

Index: pkgsrc/devel/tevent/patches/patch-lib_replace_wscript
diff -u /dev/null pkgsrc/devel/tevent/patches/patch-lib_replace_wscript:1.1
--- /dev/null   Tue Jan 31 15:18:59 2023
+++ pkgsrc/devel/tevent/patches/patch-lib_replace_wscript       Tue Jan 31 15:18:59 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-lib_replace_wscript,v 1.1 2023/01/31 15:18:59 jperkin Exp $
+
+tevent_port.c was removed
+
+--- lib/replace/wscript.orig   2023-01-18 15:27:05.368657800 +0000
++++ lib/replace/wscript
+@@ -708,9 +708,6 @@ syscall(SYS_copy_file_range,0,NULL,0,NUL
+     if conf.CONFIG_SET('HAVE_EPOLL_CREATE') and conf.CONFIG_SET('HAVE_SYS_EPOLL_H'):
+         conf.DEFINE('HAVE_EPOLL', 1)
+ 
+-    if conf.CONFIG_SET('HAVE_PORT_CREATE') and conf.CONFIG_SET('HAVE_PORT_H'):
+-        conf.DEFINE('HAVE_SOLARIS_PORTS', 1)
+-
+     if conf.CHECK_FUNCS('eventfd', headers='sys/eventfd.h'):
+         conf.DEFINE('HAVE_EVENTFD', 1)
+ 



Home | Main Index | Thread Index | Old Index