aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
-*****************************************************************