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
40 lines
827 B
Makefile
40 lines
827 B
Makefile
# New ports collection makefile for: libXxf86dga
|
|
# Date Created: 8 Feb 2006
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXxf86dga
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X DGA Extension
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto x11 xextproto xext xf86dgaproto:both
|
|
|
|
MAN3= XDGA.3 \
|
|
XDGAOpenFramebuffer.3 \
|
|
XDGAChangePixmapMode.3 \
|
|
XDGAQueryExtension.3 \
|
|
XDGACloseFramebuffer.3 \
|
|
XDGAQueryModes.3 \
|
|
XDGACopyArea.3 \
|
|
XDGAQueryVersion.3 \
|
|
XDGACopyTransparentArea.3 \
|
|
XDGASelectInput.3 \
|
|
XDGACreateColormap.3 \
|
|
XDGASetClientVersion.3 \
|
|
XDGAFillRectangle.3 \
|
|
XDGASetMode.3 \
|
|
XDGAGetViewportStatus.3 \
|
|
XDGASetViewport.3 \
|
|
XDGAInstallColormap.3 \
|
|
XDGASync.3 \
|
|
XDGAKeyEventToXKeyEvent.3 \
|
|
XF86DGA.3 \
|
|
XFree86-DGA.3
|
|
|
|
.include <bsd.port.mk>
|