diff options
author | reed <reed> | 2006-11-14 23:07:00 +0000 |
---|---|---|
committer | reed <reed> | 2006-11-14 23:07:00 +0000 |
commit | cb1807cc9275e503698e090f17822c8769a8eeec (patch) | |
tree | 68dcd204e2f60c00c39297b46f73e5473af37945 | |
parent | 639f320388a4568e28977d9ee2f719fe326e281c (diff) | |
download | pkgsrc-cb1807cc9275e503698e090f17822c8769a8eeec.tar.gz |
New package: xf86-video-wsfb.
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index f3eb8d6a57e..b16186d5ad6 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1822 2006/11/14 21:22:41 joerg Exp $ +>$NetBSD: CHANGES-2006,v 1.1823 2006/11/14 23:07:00 reed Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5312,3 +5312,4 @@ Changes to the packages collection and infrastructure in 2006: Added fonts/font-bitstream-type1 version 1.0.0 [joerg 2006-11-14] Added fonts/font-cursor-misc version 1.0.0 [joerg 2006-11-14] Added fonts/font-misc-misc version 1.0.0 [joerg 2006-11-14] + Added x11/xf86-video-wsfb version 0.2.0 [reed 2006-11-14] diff --git a/x11/Makefile b/x11/Makefile index e8e8dc63be4..ab3a9187060 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.457 2006/11/14 17:19:54 joerg Exp $ +# $NetBSD: Makefile,v 1.458 2006/11/14 23:07:00 reed Exp $ # COMMENT= Packages to support the X window system @@ -335,6 +335,7 @@ SUBDIR+= xextproto SUBDIR+= xf86-input-keyboard SUBDIR+= xf86-input-mouse SUBDIR+= xf86-video-ati +SUBDIR+= xf86-video-wsfb SUBDIR+= xf86bigfontproto SUBDIR+= xf86dgaproto SUBDIR+= xf86driproto |