Sun Jun 3 17:23:40 2012 UTC ()
Update to 1.0.8.

1.0.8:
This release fixes a number of issues found by static analysis and
compiler warnings, and includes a large set of cleanups and improvements
to the DocBook format specs for the protocol and docs for the API.

1.0.7 (no short summary available):
Adam Jackson (1):
      libICE 1.0.7

Alan Coopersmith (1):
      Move ICE protocol & API specs from xorg-docs module

Gaetan Nadon (8):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: move CWARNFLAGS from configure.ac to Makefile.am
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      config: update AC_PREREQ statement to 2.60

Jeremy Huddleston (2):
      This is not a GNU project, so declare it foreign.
      Fix include ordering, so -I../include precedes $CPPFLAGS which could

Jesse Adkins (1):
      Purge cvs tags.

Julien Cristau (1):
      Set the close-on-exec flag for listening sockets

Matt Dew (1):
      specs: convert ICE doc/specs from xorg-docs module to DocBook XML


(wiz)
diff -r1.7 -r1.8 pkgsrc/x11/libICE/Makefile
diff -r1.2 -r1.3 pkgsrc/x11/libICE/PLIST
diff -r1.5 -r1.6 pkgsrc/x11/libICE/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/x11/libICE/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libICE/Makefile 2009/08/29 15:28:51 1.7
+++ pkgsrc/x11/libICE/Makefile 2012/06/03 17:23:40 1.8
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2009/08/29 15:28:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2012/06/03 17:23:40 wiz Exp $
2# 2#
3 3
4DISTNAME= libICE-1.0.6 4DISTNAME= libICE-1.0.8
5CATEGORIES= x11 devel 5CATEGORIES= x11 devel
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 6MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Inter Client Exchange (ICE) library for X 11COMMENT= Inter Client Exchange (ICE) library for X
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.2 -r1.3 pkgsrc/x11/libICE/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/libICE/PLIST 2009/06/14 18:24:57 1.2
+++ pkgsrc/x11/libICE/PLIST 2012/06/03 17:23:40 1.3
@@ -1,9 +1,11 @@ @@ -1,9 +1,11 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:24:57 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2012/06/03 17:23:40 wiz Exp $
2include/X11/ICE/ICE.h 2include/X11/ICE/ICE.h
3include/X11/ICE/ICEconn.h 3include/X11/ICE/ICEconn.h
4include/X11/ICE/ICElib.h 4include/X11/ICE/ICElib.h
5include/X11/ICE/ICEmsg.h 5include/X11/ICE/ICEmsg.h
6include/X11/ICE/ICEproto.h 6include/X11/ICE/ICEproto.h
7include/X11/ICE/ICEutil.h 7include/X11/ICE/ICEutil.h
8lib/libICE.la 8lib/libICE.la
9lib/pkgconfig/ice.pc 9lib/pkgconfig/ice.pc
 10share/doc/libICE/ICElib.xml
 11share/doc/libICE/ice.xml

cvs diff -r1.5 -r1.6 pkgsrc/x11/libICE/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libICE/distinfo 2009/08/29 15:28:51 1.5
+++ pkgsrc/x11/libICE/distinfo 2012/06/03 17:23:40 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2009/08/29 15:28:51 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2012/06/03 17:23:40 wiz Exp $
2 2
3SHA1 (libICE-1.0.6.tar.bz2) = ac1f702ea580bd496610266b13434858b62df9e1 3SHA1 (libICE-1.0.8.tar.bz2) = ddb14df8bbc43df7322978f5f9f802936e2a7324
4RMD160 (libICE-1.0.6.tar.bz2) = 6b9e6e649ac227210f3e3afdfa8376d659750321 4RMD160 (libICE-1.0.8.tar.bz2) = 18d6e7dbb0804bff181120758e7ce4d0ca609478
5Size (libICE-1.0.6.tar.bz2) = 279257 bytes 5Size (libICE-1.0.8.tar.bz2) = 365762 bytes