The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
# Created by: Ashish Shukla <wahjava@gmail.com>
|
2008-11-25 05:38:09 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xpyb
|
2012-05-05 16:00:41 +00:00
|
|
|
PORTVERSION= 1.3.1
|
2008-11-25 05:38:09 +00:00
|
|
|
CATEGORIES= x11 python
|
|
|
|
MASTER_SITES= http://xcb.freedesktop.org/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= dist
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-06-11 13:37:41 +00:00
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
2008-11-25 05:38:09 +00:00
|
|
|
COMMENT= Python bindings to access X Window System protocol via libxcb
|
|
|
|
|
2009-07-31 20:20:55 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \
|
2012-05-05 16:00:41 +00:00
|
|
|
xcb-proto>=1.7.1:${PORTSDIR}/x11/xcb-proto
|
2008-11-25 05:38:09 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_PYTHON= 2.5+
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
USE_XORG= xcb
|
2013-03-19 13:04:30 +00:00
|
|
|
USES= pathfix
|
2010-06-22 11:51:41 +00:00
|
|
|
PORTDOCS= README COPYING INSTALL NEWS XcbPythonBinding.txt
|
2008-11-25 05:38:09 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-11-25 05:38:09 +00:00
|
|
|
|
2010-06-22 11:51:41 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/^\(install-data-am:.*\)install-dist_docDATA\(.*\)$$/\1\2/' \
|
|
|
|
-e 's/^\(SUBDIRS =.*\)doc\(.*\)$$/\1\2/' ${WRKSRC}/Makefile.in
|
2008-11-25 05:38:09 +00:00
|
|
|
.endif
|
|
|
|
|
2010-06-22 11:51:41 +00:00
|
|
|
.include <bsd.port.post.mk>
|