CVS commit: src/external/mit/xorg/lib/libICE

2017-03-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri Mar  3 20:48:02 UTC 2017

Modified Files:
src/external/mit/xorg/lib/libICE: Makefile

Log Message:
define HAVE_ARC4RANDOM_BUF.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libICE/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/libICE/Makefile
diff -u src/external/mit/xorg/lib/libICE/Makefile:1.5 src/external/mit/xorg/lib/libICE/Makefile:1.6
--- src/external/mit/xorg/lib/libICE/Makefile:1.5	Fri May 31 08:18:41 2013
+++ src/external/mit/xorg/lib/libICE/Makefile	Fri Mar  3 20:48:02 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2013/05/31 08:18:41 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2017/03/03 20:48:02 mrg Exp $
 
 .include 
 
@@ -16,7 +16,7 @@ INCSDIR=${X11INCDIR}/X11/ICE
 CONN_DEFINES=	${X11FLAGS.CONNECTION} -DICE_t=1 -DTRANS_CLIENT -DTRANS_SERVER
 SOCK_DEFINES=	-DBSD44SOCKETS
 
-CPPFLAGS+=	-DHAVE_ASPRINTF
+CPPFLAGS+=	-DHAVE_ASPRINTF -DHAVE_ARC4RANDOM_BUF
 
 CPPFLAGS+=	$(TRANS_INCLUDES) $(CONN_DEFINES) $(SOCK_DEFINES)
 



CVS commit: src/external/mit/xorg/lib/libICE

2013-05-31 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri May 31 08:18:42 UTC 2013

Modified Files:
src/external/mit/xorg/lib/libICE: Makefile

Log Message:
icetrans.c has a const/char * issue as well; avoid it for now.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libICE/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/libICE/Makefile
diff -u src/external/mit/xorg/lib/libICE/Makefile:1.4 src/external/mit/xorg/lib/libICE/Makefile:1.5
--- src/external/mit/xorg/lib/libICE/Makefile:1.4	Fri May 31 00:54:58 2013
+++ src/external/mit/xorg/lib/libICE/Makefile	Fri May 31 08:18:41 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2013/05/31 00:54:58 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2013/05/31 08:18:41 mrg Exp $
 
 .include 
 
@@ -24,5 +24,7 @@ PKGDIST=	${LIB}
 
 CWARNFLAGS.clang+=	-Wno-string-plus-int
 
+COPTS.icetrans.c+=	-Wno-error
+
 .include 
 .include 



CVS commit: src/external/mit/xorg/lib/libICE

2013-05-30 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri May 31 00:54:59 UTC 2013

Modified Files:
src/external/mit/xorg/lib/libICE: Makefile

Log Message:
need -DHAVE_ASPRINTF


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libICE/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/libICE/Makefile
diff -u src/external/mit/xorg/lib/libICE/Makefile:1.3 src/external/mit/xorg/lib/libICE/Makefile:1.4
--- src/external/mit/xorg/lib/libICE/Makefile:1.3	Wed Apr  4 10:59:45 2012
+++ src/external/mit/xorg/lib/libICE/Makefile	Fri May 31 00:54:58 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2012/04/04 10:59:45 joerg Exp $
+#	$NetBSD: Makefile,v 1.4 2013/05/31 00:54:58 mrg Exp $
 
 .include 
 
@@ -16,6 +16,8 @@ INCSDIR=${X11INCDIR}/X11/ICE
 CONN_DEFINES=	${X11FLAGS.CONNECTION} -DICE_t=1 -DTRANS_CLIENT -DTRANS_SERVER
 SOCK_DEFINES=	-DBSD44SOCKETS
 
+CPPFLAGS+=	-DHAVE_ASPRINTF
+
 CPPFLAGS+=	$(TRANS_INCLUDES) $(CONN_DEFINES) $(SOCK_DEFINES)
 
 PKGDIST=	${LIB}