diff options
author | eadler <eadler@FreeBSD.org> | 2011-10-27 10:02:15 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-10-27 10:02:15 +0800 |
commit | 86de02b77c536d3cfe49eed484d84093c815520c (patch) | |
tree | 92f440d525eccb68c8b64960165d49ddf50c07a3 /x11/libxcb | |
parent | 651086c68e4f988611fcf759a64178082d0fd42b (diff) | |
download | freebsd-ports-gnome-86de02b77c536d3cfe49eed484d84093c815520c.tar.gz freebsd-ports-gnome-86de02b77c536d3cfe49eed484d84093c815520c.tar.zst freebsd-ports-gnome-86de02b77c536d3cfe49eed484d84093c815520c.zip |
- remove outdated warning
- hand maintainership to x11@
Reviewed by: kwm
Approved by: ashish (maintainer)
Approved by: bapt,sahil (mentors, implicit)
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 5 | ||||
-rw-r--r-- | x11/libxcb/pkg-message | 10 |
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. -***************************************************************** |