diff options
-rw-r--r-- | doc/CHANGES-2007 | 4 | ||||
-rw-r--r-- | x11/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 78d7a41ab08..b226a0d9de9 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.159 2007/01/16 21:26:27 minskim Exp $ +$NetBSD: CHANGES-2007,v 1.160 2007/01/16 21:33:25 joerg Exp $ Changes to the packages collection and infrastructure in 2007: @@ -240,4 +240,6 @@ Changes to the packages collection and infrastructure in 2007: Updated net/x2vnc to 1.7.2 [abs 2007-01-16] Updated textproc/libxslt to 1.1.19 [rillig 2007-01-16] Updated games/cgoban-java to 3.3.13 [rillig 2007-01-16] + Added x11/iceauth version 1.0.1 [joerg 2007-01-16] + Added x11/xmessage version 1.0.1 [joerg 2007-01-16] Updated devel/tcl-tclcl to 1.18 [minskim 2007-01-16] diff --git a/x11/Makefile b/x11/Makefile index 23e325c4a22..1ad4f5a603b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.467 2007/01/14 10:21:13 joerg Exp $ +# $NetBSD: Makefile,v 1.468 2007/01/16 21:33:25 joerg Exp $ # COMMENT= Packages to support the X window system @@ -86,6 +86,7 @@ SUBDIR+= gtoolkit SUBDIR+= hanterm SUBDIR+= hot-babe SUBDIR+= hsetroot +SUBDIR+= iceauth SUBDIR+= imwheel SUBDIR+= inputproto SUBDIR+= kbproto @@ -386,6 +387,7 @@ SUBDIR+= xlockmore-lite SUBDIR+= xlogout SUBDIR+= xlupe SUBDIR+= xmascot +SUBDIR+= xmessage SUBDIR+= xmindpath SUBDIR+= xmms-osd SUBDIR+= xmodmap |