pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/ircII



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Jul 22 15:13:41 UTC 2017

Modified Files:
        pkgsrc/chat/ircII: distinfo
Added Files:
        pkgsrc/chat/ircII/patches: patch-include_irc.h

Log Message:
include limits.h for PATH_MAX.

fixes builds on smartos, confirmed by wiedi, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/chat/ircII/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/ircII/patches/patch-include_irc.h

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

Modified files:

Index: pkgsrc/chat/ircII/distinfo
diff -u pkgsrc/chat/ircII/distinfo:1.45 pkgsrc/chat/ircII/distinfo:1.46
--- pkgsrc/chat/ircII/distinfo:1.45     Thu Jul  6 14:51:00 2017
+++ pkgsrc/chat/ircII/distinfo  Sat Jul 22 15:13:41 2017
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.45 2017/07/06 14:51:00 mrg Exp $
+$NetBSD: distinfo,v 1.46 2017/07/22 15:13:41 maya Exp $
 
 SHA1 (ircii-20170704.tar.bz2) = 88f55a59af48d7ed131895d68354fe7f566e3180
 RMD160 (ircii-20170704.tar.bz2) = b857a49c6d843748b0bcbccf9e3aec16d7be974b
 SHA512 (ircii-20170704.tar.bz2) = a0cdc5603fab040fa2f7d2b3d7a564e9eeac4b402329cba5c6f1a97aa6e587a53ffc4141420dde97dc2cadf22581e74058a0357c6b4b0d0b03f5dea7fa8cbc3a
 Size (ircii-20170704.tar.bz2) = 596535 bytes
 SHA1 (patch-ac) = 9f6f3b27670b63ff00b55c5431ec1da5219369ff
+SHA1 (patch-include_irc.h) = 257e7879461d88d9e8e05205e96cdec702e9e458

Added files:

Index: pkgsrc/chat/ircII/patches/patch-include_irc.h
diff -u /dev/null pkgsrc/chat/ircII/patches/patch-include_irc.h:1.1
--- /dev/null   Sat Jul 22 15:13:41 2017
+++ pkgsrc/chat/ircII/patches/patch-include_irc.h       Sat Jul 22 15:13:41 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_irc.h,v 1.1 2017/07/22 15:13:41 maya Exp $
+
+limits.h for PATH_MAX
+
+--- include/irc.h.orig 2017-07-03 12:44:25.000000000 +0000
++++ include/irc.h
+@@ -92,6 +92,7 @@
+ # include <fcntl.h>
+ #endif /* HAVE_FCNTL_H */
+ 
++#include <limits.h>
+ #include <unistd.h>
+ 
+ #ifdef HAVE_SYS_FILE_H



Home | Main Index | Thread Index | Old Index