diff options
-rw-r--r-- | doc/CHANGES-2007 | 8 | ||||
-rw-r--r-- | x11/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 2fa0c8a2d21..6413cd2d52f 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.667 2007/03/20 21:04:02 wiz Exp $ +$NetBSD: CHANGES-2007,v 1.668 2007/03/21 00:26:36 joerg Exp $ Changes to the packages collection and infrastructure in 2007: @@ -1273,6 +1273,12 @@ Changes to the packages collection and infrastructure in 2007: Added x11/xf86-video-cyrix version 1.1.0 [joerg 2007-03-20] Added x11/xf86-video-cirrus version 1.1.0 [joerg 2007-03-20] Added x11/xf86-input-void version 1.1.0 [joerg 2007-03-20] + Added x11/xf86-video-vmware version 10.15.0 [joerg 2007-03-21] + Added x11/xf86-video-via version 0.2.2 [joerg 2007-03-21] + Added x11/xf86-video-vga version 4.1.0 [joerg 2007-03-21] + Added x11/xf86-video-tseng version 1.1.1 [joerg 2007-03-21] + Added x11/xf86-video-trident version 1.2.3 [joerg 2007-03-21] + Added x11/xf86-video-tga version 1.1.0 [joerg 2007-03-21] Updated math/yacas to 1.0.63 [drochner 2007-03-20] Updated math/maxima to 5.11.0 [drochner 2007-03-20] Updated editors/TeXmacs to 1.0.6.9 [drochner 2007-03-20] diff --git a/x11/Makefile b/x11/Makefile index d0a4f936431..d1319bd17ec 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.485 2007/03/20 17:04:59 joerg Exp $ +# $NetBSD: Makefile,v 1.486 2007/03/21 00:26:36 joerg Exp $ # COMMENT= Packages to support the X window system @@ -361,7 +361,13 @@ SUBDIR+= xf86-video-cirrus SUBDIR+= xf86-video-cyrix SUBDIR+= xf86-video-i810 SUBDIR+= xf86-video-nv +SUBDIR+= xf86-video-tga +SUBDIR+= xf86-video-trident +SUBDIR+= xf86-video-tseng SUBDIR+= xf86-video-vesa +SUBDIR+= xf86-video-vga +SUBDIR+= xf86-video-via +SUBDIR+= xf86-video-vmware SUBDIR+= xf86-video-wsfb SUBDIR+= xf86bigfontproto SUBDIR+= xf86dgaproto |