diff options
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | x11/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index b1d263b6802..6ec0b83f7c5 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2717 2011/10/30 13:31:08 obache Exp $ +$NetBSD: CHANGES-2011,v 1.2718 2011/10/30 19:59:02 jakllsch Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4290,3 +4290,5 @@ Changes to the packages collection and infrastructure in 2011: Updated security/py-amkCrypto to 2.0.1nb5 [obache 2011-10-30] Updated net/bittornado to 0.3.18nb4 [obache 2011-10-30] Updated security/py-crypto to 2.4 [obache 2011-10-30] + Added x11/xicc version 0.1 [jakllsch 2011-10-30] + Added x11/xcalib version 0.8 [jakllsch 2011-10-30] diff --git a/x11/Makefile b/x11/Makefile index 815431b2843..b8e63dfe151 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.639 2011/10/14 16:30:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.640 2011/10/30 19:59:02 jakllsch Exp $ # COMMENT= Packages to support the X window system @@ -386,6 +386,7 @@ SUBDIR+= xbindkeys SUBDIR+= xbindkeys-tk SUBDIR+= xbitmaps SUBDIR+= xcalc +SUBDIR+= xcalib SUBDIR+= xcb SUBDIR+= xcb-proto SUBDIR+= xcb-util @@ -482,6 +483,7 @@ SUBDIR+= xglobe SUBDIR+= xgrk SUBDIR+= xhangglider SUBDIR+= xhost +SUBDIR+= xicc SUBDIR+= xineramaproto SUBDIR+= xinit SUBDIR+= xinput |