diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-22 01:03:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-22 01:03:32 +0800 |
commit | 8610de7ebcb688f7c822933cf96ecea22af9d9ac (patch) | |
tree | 58b95feaf2cd439308ad5db219bea76198f6e316 /x11-servers/xephyr | |
parent | 074f8111429b0ad96ac33c0e038ffb0e7ed50b11 (diff) | |
download | freebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.tar.gz freebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.tar.zst freebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.zip |
- Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
The team created a new flag called WITH_NEW_XORG that users can include
in /etc/make.conf. This was created for the intel KMS work being done
althouthough It probably works for other chips. Unfortunately, the intel
KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
Older version of FreeBSD will not be supported. Intel users will need
to patch their source manually with Konstantin?s KMS kernel patch to get
the newer chips to work. Please carefully read UPDATING entry.
Changes:
- libdrm 2.4.31 (including KMS support)
- mesa 7.11.2
- xorg-server 1.10.6
- a lot of new Graphic Drivers.
I would like to thank:
Koop Mast
Eitan Adler
Niclas Zeising
and all helpers and testers from x11@.
Diffstat (limited to 'x11-servers/xephyr')
-rw-r--r-- | x11-servers/xephyr/Makefile | 34 | ||||
-rw-r--r-- | x11-servers/xephyr/distinfo | 4 |
2 files changed, 8 insertions, 30 deletions
diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index 1acc4d722b5e..d14a67957d61 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -6,17 +6,12 @@ # PORTNAME= xephyr -PORTVERSION= 1.7.7 -CATEGORIES= x11-servers +PORTREVISION= 0 -MAINTAINER= x11@FreeBSD.org COMMENT= A kdrive based X server from X.Org -XORG_CAT= xserver - -LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm - -USE_GL= gl +MASTERDIR= ${.CURDIR}/../xorg-server +DESCR= ${.CURDIR}/pkg-descr USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ dri2proto damageproto xcmiscproto xtrans inputproto \ xf86bigfontproto scrnsaverproto bigreqsproto \ @@ -25,32 +20,15 @@ USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ xineramaproto xinerama evieproto xkbfile xfont \ xau xdmcp xext fontenc xv pixman -USE_OPENSSL= yes CONFIGURE_ARGS= --enable-kdrive --enable-xephyr --disable-dmx --disable-xvfb \ + --without-xmlto --disable-docs --disable-devel-docs \ --disable-xorg --disable-xnest \ --localstatedir=/var --without-dtrace +SLAVE_PORT= yes PLIST_FILES= bin/Xephyr -OPTIONS= HAL "Compile with HAL config support" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_OPENSSL_BASE) -# The reason why I use this is cause openssl from base doesn't install a .pc file -# and configure will fail trying to find it. Setting both of those variables to -# a *non-empty* value by-passes the pkg-config check. -CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include" -.endif - -.if !defined(WITHOUT_HAL) -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -CONFIGURE_ARGS+= --enable-config-hal=yes -.else -CONFIGURE_ARGS+= --enable-config-hal=no -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${PREFIX}/bin/ -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" diff --git a/x11-servers/xephyr/distinfo b/x11-servers/xephyr/distinfo index 86aaea93dc0b..bc91bed4cb04 100644 --- a/x11-servers/xephyr/distinfo +++ b/x11-servers/xephyr/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/xserver/xorg-server-1.7.7.tar.bz2) = 54c4d32bfeb8852adbea3ddae6981f3bc2eadb330124d9b35226c617c01926ff -SIZE (xorg/xserver/xorg-server-1.7.7.tar.bz2) = 4939257 +SHA256 (xorg/xserver/xorg-server-1.10.4.tar.bz2) = fafc16b97b9a61b62dfaa74e8d336baa0cea752ce9ed8103c4d212baa8031ca5 +SIZE (xorg/xserver/xorg-server-1.10.4.tar.bz2) = 5386174 |