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 16:37:02 +02:00
|
|
|
# Created by: lesi@FreeBSD.org
|
2007-05-31 18:32:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xf86-video-intel
|
2012-04-21 19:03:32 +02:00
|
|
|
PORTVERSION= ${INTEL_VERSION}
|
|
|
|
PORTREVISION= ${INTEL_REVISION}
|
2007-05-31 18:32:20 +02:00
|
|
|
CATEGORIES= x11-drivers
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= Driver for Intel integrated graphics chipsets
|
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
USE_GL= gl
|
|
|
|
|
2012-04-21 19:03:32 +02:00
|
|
|
USE_LDCONFIG= yes
|
2007-05-31 18:32:20 +02:00
|
|
|
XORG_CAT= driver
|
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 16:37:02 +02:00
|
|
|
USE_XORG= glproto \
|
|
|
|
pixman \
|
|
|
|
x11 \
|
|
|
|
xext \
|
|
|
|
xf86driproto \
|
|
|
|
xineramaproto \
|
|
|
|
xrender \
|
|
|
|
xvmc
|
|
|
|
|
2009-05-07 21:45:52 +02:00
|
|
|
MAN4= intel.4x
|
2007-05-31 18:32:20 +02:00
|
|
|
|
2013-09-21 01:48:39 +02:00
|
|
|
NO_STAGE= yes
|
2013-06-21 13:56:30 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-04-21 19:03:32 +02:00
|
|
|
.if defined(WITH_NEW_XORG)
|
2013-09-29 19:01:41 +02:00
|
|
|
INTEL_VERSION= 2.21.15
|
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 16:37:02 +02:00
|
|
|
INTEL_REVISION= 0
|
2013-09-29 19:01:41 +02:00
|
|
|
CONFIGURE_ENV+= xorg_cv_cc_flag__Wno_maybe_uninitialized=no
|
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 16:37:02 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-sna
|
2012-04-21 19:03:32 +02:00
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
PLIST_SUB+= OLD="@comment "
|
2013-09-29 19:01:41 +02:00
|
|
|
EXTRA_PATCHES+= ${PATCHDIR}/extra-src__sna__sna_threads.c \
|
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 16:37:02 +02:00
|
|
|
${PATCHDIR}/extra-src_sna_kgem.c \
|
2013-09-29 19:01:41 +02:00
|
|
|
${PATCHDIR}/extra-clang \
|
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 16:37:02 +02:00
|
|
|
${PATCHDIR}/extra-i915kms
|
|
|
|
LIB_DEPENDS+= xcb-util:${PORTSDIR}/x11/xcb-util
|
2012-04-21 19:03:32 +02:00
|
|
|
.else
|
|
|
|
INTEL_VERSION= 2.7.1
|
2013-09-29 19:01:41 +02:00
|
|
|
INTEL_REVISION= 5
|
2012-04-21 19:03:32 +02:00
|
|
|
PLIST_SUB+= OLD=""
|
|
|
|
|
|
|
|
EXTRA_PATCHES+= ${PATCHDIR}/extra-src_ch7017_ch7017.c \
|
|
|
|
${PATCHDIR}/extra-src_i830_render.c \
|
|
|
|
${PATCHDIR}/extra-src_ch7xxx_ch7xxx.c \
|
|
|
|
${PATCHDIR}/extra-src_i830_video.c \
|
|
|
|
${PATCHDIR}/extra-src_i810_driver.c \
|
|
|
|
${PATCHDIR}/extra-src_i915_hwmc.c \
|
|
|
|
${PATCHDIR}/extra-src_i810_hwmc.c \
|
|
|
|
${PATCHDIR}/extra-src_i915_render.c \
|
|
|
|
${PATCHDIR}/extra-src_i810_video.c \
|
|
|
|
${PATCHDIR}/extra-src_i965_render.c \
|
|
|
|
${PATCHDIR}/extra-src_i830_dri.c \
|
|
|
|
${PATCHDIR}/extra-src_ivch_ivch.c \
|
|
|
|
${PATCHDIR}/extra-src_i830_driver.c \
|
|
|
|
${PATCHDIR}/extra-src_sil164_sil164.c \
|
|
|
|
${PATCHDIR}/extra-src_i830_dvo.c \
|
|
|
|
${PATCHDIR}/extra-src_tfp410_tfp410.c \
|
|
|
|
${PATCHDIR}/extra-src_i830_i2c.c \
|
|
|
|
${PATCHDIR}/extra-uxa_uxa-priv.h
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_NEW_XORG)
|
|
|
|
pre-configure:
|
|
|
|
.if !exists(${LOCALBASE}/lib/libkms.so)
|
|
|
|
@${ECHO} "${PKGNAME}: Rebuild graphics/libdrm with the WITH_KMS option."
|
|
|
|
@${FALSE}
|
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|