f4936121f9
The Intel drivers was patched to work with the new server. The drivers for Vesa, NV,NVIDIA and ATI have been tested thoroughfully and seem to work fine. A complete changelog of Xorg 7.5 can you read here: http://www.x.org/releases/X11R7.5/ A note to FreeBSD 6.X users: We strongly recommend you to update your system to 7.x or above. For updating try portupgrade -af \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs
41 lines
1,005 B
Makefile
41 lines
1,005 B
Makefile
# New ports collection makefile for: libXxf86vm
|
|
# Date Created: 8 Feb 2006
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXxf86vm
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Vidmode Extension
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto x11 xextproto xext xf86vidmodeproto:both
|
|
|
|
MAN3= XF86VM.3 \
|
|
XF86VidModeLockModeSwitch.3 \
|
|
XF86VidModeDeleteModeLine.3 \
|
|
XF86VidModeModModeLine.3 \
|
|
XF86VidModeGetAllModeLines.3 \
|
|
XF86VidModeQueryExtension.3 \
|
|
XF86VidModeGetDotClocks.3 \
|
|
XF86VidModeQueryVersion.3 \
|
|
XF86VidModeGetGamma.3 \
|
|
XF86VidModeSetClientVersion.3 \
|
|
XF86VidModeGetGammaRamp.3 \
|
|
XF86VidModeSetGamma.3 \
|
|
XF86VidModeGetGammaRampSize.3 \
|
|
XF86VidModeSetGammaRamp.3 \
|
|
XF86VidModeGetModeLine.3 \
|
|
XF86VidModeSetViewPort.3 \
|
|
XF86VidModeGetMonitor.3 \
|
|
XF86VidModeSwitchMode.3 \
|
|
XF86VidModeGetPermissions.3 \
|
|
XF86VidModeSwitchToMode.3 \
|
|
XF86VidModeGetViewPort.3 \
|
|
XF86VidModeValidateModeLine.3
|
|
|
|
.include <bsd.port.mk>
|