diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:20:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:20:27 +0000 |
commit | f2970afe2f4b254d95a4304d58d3daf6d2f4a71a (patch) | |
tree | 381ae453cf06a5f65e3e69f424622c25634b1406 /x11/xlsclients | |
parent | 3aed7e52405a346878ade1e51f3595bbdfaa52d6 (diff) | |
download | pkgsrc-f2970afe2f4b254d95a4304d58d3daf6d2f4a71a.tar.gz |
Update to 1.1.2.
1.1.2:
This release replaces the dependency on xcb-utils < 0.3.8 with
one on libxcb >= 1.6, so that it can be built on distros that
have upgraded to the new xcb utils releases.
1.1.1:
This minor maintenance release ensures the tarballs correctly include
the strnlen.h header for systems without that function provided in the
system libraries, and updates the build configuration to the latest
X.Org standards.
Diffstat (limited to 'x11/xlsclients')
-rw-r--r-- | x11/xlsclients/Makefile | 5 | ||||
-rw-r--r-- | x11/xlsclients/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11/xlsclients/Makefile b/x11/xlsclients/Makefile index 0374b9a8462..afa4fcc0f8b 100644 --- a/x11/xlsclients/Makefile +++ b/x11/xlsclients/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2010/09/10 19:55:11 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2012/06/03 18:20:27 wiz Exp $ # -DISTNAME= xlsclients-1.1.0 +DISTNAME= xlsclients-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -18,6 +18,7 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.6 .include "../../x11/libxcb/buildlink3.mk" .include "../../x11/xcb-util/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xlsclients/distinfo b/x11/xlsclients/distinfo index a6e57821c34..814506962ed 100644 --- a/x11/xlsclients/distinfo +++ b/x11/xlsclients/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2010/09/15 04:00:38 obache Exp $ +$NetBSD: distinfo,v 1.5 2012/06/03 18:20:27 wiz Exp $ -SHA1 (xlsclients-1.1.0.tar.bz2) = 1961ee982f98d270c9069eaf84790c6b9dcdc851 -RMD160 (xlsclients-1.1.0.tar.bz2) = ef0cb54ed84e77ea6013235582f65fcdf288f97d -Size (xlsclients-1.1.0.tar.bz2) = 107784 bytes +SHA1 (xlsclients-1.1.2.tar.bz2) = c4051429c190444ae9ba327f0ad776a74eb7b27b +RMD160 (xlsclients-1.1.2.tar.bz2) = d084896124d564a30b342f09f42ca5a7434f57cb +Size (xlsclients-1.1.2.tar.bz2) = 114703 bytes SHA1 (patch-aa) = 0685af3492ac834cc83e3f72e39b510b6419bff0 |