aboutsummaryrefslogtreecommitdiff
path: root/x11/libxcb
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-10-27 02:02:15 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-10-27 02:02:15 +0000
commit047838e7b7e3333315b0d0e2c6e8e67b10f447e4 (patch)
tree644591c439a851d9c4ada7b4582b0ad4e2d70e6e /x11/libxcb
parentb59b38dd48ed5c1e48cc4b60b79ea3e91868a9be (diff)
downloadports-047838e7b7e3333315b0d0e2c6e8e67b10f447e4.tar.gz
ports-047838e7b7e3333315b0d0e2c6e8e67b10f447e4.zip
- remove outdated warning
- hand maintainership to x11@ Reviewed by: kwm Approved by: ashish (maintainer) Approved by: bapt,sahil (mentors, implicit)
Notes
Notes: svn path=/head/; revision=284403
Diffstat (limited to 'x11/libxcb')
-rw-r--r--x11/libxcb/Makefile5
-rw-r--r--x11/libxcb/pkg-message10
2 files changed, 1 insertions, 14 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index d391893e15d1..c92e1518a45c 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.7
CATEGORIES= x11 python
MASTER_SITES= http://xcb.freedesktop.org/dist/
-MAINTAINER= ashish@FreeBSD.org
+MAINTAINER= x11@FreeBSD.org
COMMENT= The X protocol C-language Binding (XCB) library
BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \
@@ -51,8 +51,5 @@ post-install:
.if !defined(NOPORTDOCS)
${MAKE} -C ${WRKSRC}/doc ${INSTALL_TARGET}
.endif
- @${ECHO_MSG} ''
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG} ''
.include <bsd.port.mk>
diff --git a/x11/libxcb/pkg-message b/x11/libxcb/pkg-message
deleted file mode 100644
index 7f12be454188..000000000000
--- a/x11/libxcb/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-
-*****************************************************************
-Although libxcb can yield dramatic improvements in speed,
-memory footprint, and responsiveness, and will probably
-become the default Xlib for X.org/freedesktop.org, it is
-still experimental software. Some broken callers will abort()
-on locking assertion failures. As a temporary workaround, set
-LIBXCB_ALLOW_SLOPPY_LOCK in your environment to skip the abort().
-This may result in noisy stacktrace printing.
-*****************************************************************