diff options
-rw-r--r-- | doc/CHANGES-2006 | 4 | ||||
-rw-r--r-- | x11/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 7a05600e0e6..59431b80d30 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.2060 2006/12/27 12:02:24 wulf Exp $ +$NetBSD: CHANGES-2006,v 1.2061 2006/12/27 12:26:05 joerg Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5707,3 +5707,5 @@ Changes to the packages collection and infrastructure in 2006: Updated ham/tlf to 0.9.30 [wulf 2006-12-27] Updated ham/xdx to 2.2 [wulf 2006-12-27] Updated ham/xlog to 1.4 [wulf 2006-12-27] + Added x11/libXScrnSaver version 1.1.2 [joerg 2006-12-27] + Added x11/libXxf86dga version 1.0.1 [joerg 2006-12-27] diff --git a/x11/Makefile b/x11/Makefile index fe3004f9def..02a820ccb10 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.464 2006/12/19 22:58:15 joerg Exp $ +# $NetBSD: Makefile,v 1.465 2006/12/27 12:26:05 joerg Exp $ # COMMENT= Packages to support the X window system @@ -170,6 +170,7 @@ SUBDIR+= libFS SUBDIR+= libICE SUBDIR+= libSM SUBDIR+= libX11 +SUBDIR+= libXScrnSaver SUBDIR+= libXTrap SUBDIR+= libXau SUBDIR+= libXaw @@ -193,6 +194,7 @@ SUBDIR+= libXres SUBDIR+= libXtst SUBDIR+= libXt SUBDIR+= libXv +SUBDIR+= libXxf86dga SUBDIR+= libXxf86misc SUBDIR+= libXxf86vm SUBDIR+= libdrm |