pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/unit



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Dec 17 17:51:45 UTC 2022

Modified Files:
        pkgsrc/www/unit: distinfo
        pkgsrc/www/unit/patches: patch-auto_events

Log Message:
unit: fix patch format (NFC)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/unit/patches/patch-auto_events

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

Modified files:

Index: pkgsrc/www/unit/distinfo
diff -u pkgsrc/www/unit/distinfo:1.12 pkgsrc/www/unit/distinfo:1.13
--- pkgsrc/www/unit/distinfo:1.12       Sat Dec 17 04:37:42 2022
+++ pkgsrc/www/unit/distinfo    Sat Dec 17 17:51:45 2022
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2022/12/17 04:37:42 osa Exp $
+$NetBSD: distinfo,v 1.13 2022/12/17 17:51:45 gutteridge Exp $
 
 BLAKE2s (unit-1.29.0.tar.gz) = 0b3a2354915cbab1b317e46d7886c5f48af0965b2e10bad35572bea01d19b452
 SHA512 (unit-1.29.0.tar.gz) = 6b0a6718be5c3312f5e17fc39ae35ca849049c97d29c63a7effda7f994274af29eed88970389bb3010a2103c431e69920c951de5004853004d1aa604d868bd9f
 Size (unit-1.29.0.tar.gz) = 903909 bytes
-SHA1 (patch-auto_events) = 9fca8c3079f6072eb27f48b026957b1ba83883a2
+SHA1 (patch-auto_events) = 0556b5d3db6b88d23d686d9da1f3274187079973
 SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
 SHA1 (patch-auto_shmem) = cb37c368c19205c2cc1750f4a847af23be8bfa25
 SHA1 (patch-src_nxt__kqueue__engine.c) = c341425f4b21d4cff6e003958f88a04b53dc4ee1

Index: pkgsrc/www/unit/patches/patch-auto_events
diff -u pkgsrc/www/unit/patches/patch-auto_events:1.2 pkgsrc/www/unit/patches/patch-auto_events:1.3
--- pkgsrc/www/unit/patches/patch-auto_events:1.2       Sat Dec 17 04:37:42 2022
+++ pkgsrc/www/unit/patches/patch-auto_events   Sat Dec 17 17:51:45 2022
@@ -1,5 +1,9 @@
+$NetBSD: patch-auto_events,v 1.3 2022/12/17 17:51:45 gutteridge Exp $
+
+Prefer eventports on SunOS
+
 --- auto/events.orig   2022-12-16 22:55:06.825345785 -0500
-+++ auto/events        2022-12-16 23:08:43.271944344 -0500
++++ auto/events
 @@ -5,69 +5,69 @@
  
  # Linux epoll.
@@ -27,7 +31,7 @@
 -    nxt_feature="Linux signalfd()"
 -    nxt_feature_name=NXT_HAVE_SIGNALFD
 +# Do not use epoll on SunOS/illumos/Smartos
-+# as eventports are preffered there.
++# as eventports are preferred there.
 +NXT_HAVE_EPOLL=NO
 +if [ $NXT_SYSTEM != "SunOS" ]; then
 +    nxt_feature="Linux epoll"



Home | Main Index | Thread Index | Old Index