diff options
author | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2010-02-16 01:11:33 +0800 |
---|---|---|
committer | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2010-02-16 01:11:33 +0800 |
commit | 7a6c4bb8dcf814854a8a077e3e7cf7021bf74a27 (patch) | |
tree | 83af9d13874be882ddee69f87421f86351d589aa | |
parent | 772251190d5fa081da57e2c3509bcff900a88389 (diff) | |
download | xorg-devel-ports-7a6c4bb8dcf814854a8a077e3e7cf7021bf74a27.tar.gz xorg-devel-ports-7a6c4bb8dcf814854a8a077e3e7cf7021bf74a27.tar.zst xorg-devel-ports-7a6c4bb8dcf814854a8a077e3e7cf7021bf74a27.zip |
- Add xephyr (works ok here)
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@82 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11-servers/xephyr/Makefile | 56 | ||||
-rw-r--r-- | x11-servers/xephyr/distinfo | 3 | ||||
-rw-r--r-- | x11-servers/xephyr/pkg-descr | 5 |
3 files changed, 64 insertions, 0 deletions
diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile new file mode 100644 index 0000000..2c4e919 --- /dev/null +++ b/x11-servers/xephyr/Makefile @@ -0,0 +1,56 @@ +# New ports collection makefile for: xephyr +# Date created: 2008-05-18 +# Whom: Max Brazhnikov <makc@issp.ac.ru> +# +# $FreeBSD: ports/x11-servers/xephyr/Makefile,v 1.9 2010/02/07 15:24:06 rnoland Exp $ +# + +PORTNAME= xephyr +PORTVERSION= 1.7.4 +CATEGORIES= x11-servers + +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 +USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ + dri2proto damageproto xcmiscproto xtrans inputproto \ + xf86bigfontproto scrnsaverproto bigreqsproto \ + resourceproto fontsproto videoproto \ + compositeproto trapproto recordproto \ + xineramaproto xinerama evieproto xkbfile xfont \ + xau xdmcp xext fontenc xv pixman + +USE_OPENSSL= yes +CONFIGURE_ARGS= --enable-kdrive --enable-xephyr --disable-dmx --disable-xvfb \ + --disable-xorg --disable-xnest \ + --localstatedir=/var --without-dtrace + +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> diff --git a/x11-servers/xephyr/distinfo b/x11-servers/xephyr/distinfo new file mode 100644 index 0000000..6c51122 --- /dev/null +++ b/x11-servers/xephyr/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/xserver/xorg-server-1.7.4.tar.bz2) = 75d27c3a1c12293f620a2d6518fcbdfa +SHA256 (xorg/xserver/xorg-server-1.7.4.tar.bz2) = b8ec11b3f2c6f84c21e8cd9804672ba6e27fda3e913d58dd947205ea253e33f8 +SIZE (xorg/xserver/xorg-server-1.7.4.tar.bz2) = 4919597 diff --git a/x11-servers/xephyr/pkg-descr b/x11-servers/xephyr/pkg-descr new file mode 100644 index 0000000..be55863 --- /dev/null +++ b/x11-servers/xephyr/pkg-descr @@ -0,0 +1,5 @@ +Xephyr is a a kdrive server that outputs to a window on a pre-existing +'host' X display. Think Xnest but with support for modern extensions +like composite, damage and randr. + +WWW: http://www.x.org/ |