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: Eric Anholt <anholt@FreeBSD.org>
|
2004-06-19 06:08:43 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xorg
|
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
|
|
|
PORTVERSION= 7.7
|
2015-03-28 14:41:59 +00:00
|
|
|
PORTREVISION= 2
|
2004-06-19 06:08:43 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2007-05-19 20:36:56 +00:00
|
|
|
COMMENT= X.Org complete distribution metaport
|
2004-06-19 06:08:43 +00:00
|
|
|
|
2015-03-28 14:50:41 +00:00
|
|
|
USES= metaport
|
2004-07-25 20:41:21 +00:00
|
|
|
|
2016-04-01 14:33:55 +00:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/dri
|
2004-07-25 20:41:21 +00:00
|
|
|
|
2007-05-19 20:36:56 +00:00
|
|
|
# data
|
2016-04-01 14:33:55 +00:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps \
|
|
|
|
${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:x11-themes/xcursor-themes
|
2004-11-21 20:22:09 +00:00
|
|
|
|
2014-07-15 17:14:33 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-04-01 14:33:55 +00:00
|
|
|
DOCS_RUN_DEPENDS+= ${LOCALBASE}/share/doc/xorg-docs/README.xml:x11/xorg-docs
|
2004-06-19 06:08:43 +00:00
|
|
|
|
2009-01-23 16:28:36 +00:00
|
|
|
# app, lib, font, driver
|
2016-04-01 14:33:55 +00:00
|
|
|
RUN_DEPENDS+= xorg-apps>0:x11/xorg-apps \
|
|
|
|
xorg-libraries>0:x11/xorg-libraries \
|
|
|
|
xorg-fonts>0:x11-fonts/xorg-fonts \
|
|
|
|
xorg-drivers>0:x11-drivers/xorg-drivers
|
2004-06-19 06:08:43 +00:00
|
|
|
|
2007-09-13 19:45:08 +00:00
|
|
|
.if defined(XORG_COMPLETE)
|
2016-04-01 14:33:55 +00:00
|
|
|
RUN_DEPENDS+= Xnest:x11-servers/xorg-nestserver \
|
|
|
|
Xdmx:x11-servers/xorg-dmx \
|
|
|
|
Xvfb:x11-servers/xorg-vfbserver
|
2007-05-19 20:36:56 +00:00
|
|
|
.endif
|
|
|
|
|
2015-03-28 14:36:16 +00:00
|
|
|
.include <bsd.port.mk>
|