diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-14 15:15:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-14 15:15:35 +0000 |
commit | 4616c70fce077e27124c802ca3f151e37aec0772 (patch) | |
tree | fb400b79890ca91493f103e9aa3065e3562702d4 | |
parent | 2b687f9e83a74c0a836a4a764571acd8cdfefdce (diff) | |
download | pkgsrc-4616c70fce077e27124c802ca3f151e37aec0772.tar.gz |
+ glproto
+ libXxf86misc
+ libXxf86vm
+ xf86miscproto
+ xf86vidmodeproto
-rw-r--r-- | doc/CHANGES-2006 | 7 | ||||
-rw-r--r-- | x11/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index b775c49ac97..5ec061db1da 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1816 2006/11/14 14:16:52 obache Exp $ +>$NetBSD: CHANGES-2006,v 1.1817 2006/11/14 15:15:35 joerg Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5291,4 +5291,9 @@ Changes to the packages collection and infrastructure in 2006: Added devel/py-setuptools version 0.6c1nb1 [joerg 2006-11-14] Removed devel/py24-setuptools [joerg 2006-11-14] Added x11/glproto version 1.4.8 [joerg 2006-11-14] + Added x11/libdrm version 2.2.0 [joerg 2006-11-14] + Added x11/xf86miscproto version 0.9.2 [joerg 2006-11-14] + Added x11/libXxf86misc version 1.0.1 [joerg 2006-11-14] + Added x11/xf86vidmodeproto version 2.2.2 [joerg 2006-11-14] + Added x11/libXxf86vm version 1.0.1 [joerg 2006-11-14] Updated devel/global to 5.2 [obache 2006-11-14] diff --git a/x11/Makefile b/x11/Makefile index 034449933ea..ccfe6380b5a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.453 2006/11/14 13:40:24 joerg Exp $ +# $NetBSD: Makefile,v 1.454 2006/11/14 15:15:35 joerg Exp $ # COMMENT= Packages to support the X window system @@ -190,6 +190,9 @@ SUBDIR+= libXrender SUBDIR+= libXres SUBDIR+= libXt SUBDIR+= libXv +SUBDIR+= libXxf86misc +SUBDIR+= libXxf86vm +SUBDIR+= libdrm SUBDIR+= libexo SUBDIR+= libxfce4gui SUBDIR+= libxfce4mcs @@ -327,6 +330,8 @@ SUBDIR+= xearth SUBDIR+= xephem SUBDIR+= xextproto SUBDIR+= xf86bigfontproto +SUBDIR+= xf86miscproto +SUBDIR+= xf86vidmodeproto SUBDIR+= xfce3 SUBDIR+= xfce4-clipman-plugin SUBDIR+= xfce4-desktop |