From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 18 15:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F521065685 for ; Sun, 18 May 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B867E8FC20 for ; Sun, 18 May 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4IFK13a076817 for ; Sun, 18 May 2008 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4IFK1fL076816; Sun, 18 May 2008 15:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 18 May 2008 15:20:01 GMT Resent-Message-Id: <200805181520.m4IFK1fL076816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96B011065680 for ; Sun, 18 May 2008 15:12:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 86FCC8FC21 for ; Sun, 18 May 2008 15:12:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4IFAuEr095184 for ; Sun, 18 May 2008 15:10:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4IFAusK095183; Sun, 18 May 2008 15:10:56 GMT (envelope-from nobody) Message-Id: <200805181510.m4IFAusK095183@www.freebsd.org> Date: Sun, 18 May 2008 15:10:56 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/123795: new port: x11-servers/xorg-xephyr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 15:20:02 -0000 >Number: 123795 >Category: ports >Synopsis: new port: x11-servers/xorg-xephyr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 18 15:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Apr 17 12:14:46 MSD 2008 makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA i386 >Description: Add new port xorg-xephyr. Xephyr is Xnest replacement. Unlike Xnest it supports modern X extensions (even if host server doesn't) such as Composite, Damage, randr (no GLX support now). >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xorg-xephyr # xorg-xephyr/Makefile # xorg-xephyr/distinfo # xorg-xephyr/pkg-descr # echo c - xorg-xephyr mkdir -p xorg-xephyr > /dev/null 2>&1 echo x - xorg-xephyr/Makefile sed 's/^X//' >xorg-xephyr/Makefile << 'END-of-xorg-xephyr/Makefile' X# New ports collection makefile for: xorg-xephyr X# Date created: 2008-05-18 X# Whom: Max Brazhnikov X# X# $FreeBSD$ X# X XPORTNAME= xorg-xephyr XPORTVERSION= 1.4 XCATEGORIES= x11-servers X XMAINTAINER= x11@FreeBSD.org XCOMMENT= A kdrive based X server from X.Org X XXORG_CAT= xserver X XLIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm XUSE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ X damageproto xcmiscproto xtrans inputproto \ X xf86bigfontproto scrnsaverproto bigreqsproto \ X resourceproto fontsproto videoproto \ X compositeproto trapproto recordproto \ X xineramaproto evieproto xkbfile xfont \ X xau xdmcp xext fontenc pixman X XCONFIGURE_ARGS= --enable-kdrive --enable-xephyr --disable-dmx --disable-xvfb \ X --disable-xorg --disable-xnest --disable-xprint \ X --localstatedir=/var X XPLIST_FILES= bin/Xephyr X XOPTIONS= HAL "Compile with HAL config support" on X X.include X X.if !defined(WITHOUT_HAL) XLIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal XCONFIGURE_ARGS+= --enable-config-hal=yes X.else XCONFIGURE_ARGS+= --enable-config-hal=no X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${PREFIX}/bin/ X X.include END-of-xorg-xephyr/Makefile echo x - xorg-xephyr/distinfo sed 's/^X//' >xorg-xephyr/distinfo << 'END-of-xorg-xephyr/distinfo' XMD5 (xorg/xserver/xorg-server-1.4.tar.bz2) = a06d9fe4f9f1d459ae02657f9ce64220 XSHA256 (xorg/xserver/xorg-server-1.4.tar.bz2) = 51b142df328d427143705371f139a08ff3bcd6efe0eab91f4178ca4017c0ebc2 XSIZE (xorg/xserver/xorg-server-1.4.tar.bz2) = 6179392 END-of-xorg-xephyr/distinfo echo x - xorg-xephyr/pkg-descr sed 's/^X//' >xorg-xephyr/pkg-descr << 'END-of-xorg-xephyr/pkg-descr' XXephyr is a a kdrive server that outputs to a window on a pre-existing X'host' X display. Think Xnest but with support for modern extensions Xlike composite, damage and randr. X XWWW: http://www.x.org/ END-of-xorg-xephyr/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: