From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 4 13:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 120915DF for ; Sat, 4 May 2013 13:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E96731B33 for ; Sat, 4 May 2013 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r44DU01v087393 for ; Sat, 4 May 2013 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r44DU0sE087392; Sat, 4 May 2013 13:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 4 May 2013 13:30:00 GMT Resent-Message-Id: <201305041330.r44DU0sE087392@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, "Christopher J. Ruwe" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BE8D15C1 for ; Sat, 4 May 2013 13:27:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [69.147.83.34]) by mx1.freebsd.org (Postfix) with ESMTP id B01401B23 for ; Sat, 4 May 2013 13:27:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r44DRpV1092833 for ; Sat, 4 May 2013 13:27:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r44DRpFG092832; Sat, 4 May 2013 13:27:51 GMT (envelope-from nobody) Message-Id: <201305041327.r44DRpFG092832@red.freebsd.org> Date: Sat, 4 May 2013 13:27:51 GMT From: "Christopher J. Ruwe" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178336: [patch] x11/hs-X11 does not include xinerama anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 13:30:01 -0000 >Number: 178336 >Category: ports >Synopsis: [patch] x11/hs-X11 does not include xinerama anymore >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 04 13:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christopher J. Ruwe >Release: 9.1 >Organization: >Environment: FreeBSD dijkstra.cruwe.de 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Tue Nov 27 03:45:16 UTC 2012 root@darkstar:/usr/obj/pcbsd-build90/fbsd-source/9.1/sys/GENERIC amd64 >Description: >From ports r309275 to r311736 the xinerama option was dropped from x11/hs-X11. When, as in my case, using xmonad ad trying to compile a trivial configuration change, this breaks an existing xmonad dual pane configuration. Reintroducing the xinerama option into x11/hs-X11 and recompiling x11/hs-X11-xft, x11-wm/hs-xmonad and x11-wm/xmonad-contrib solves the problem. >How-To-Repeat: Try to compile any dual pane xmonad config with x11/hs-X11 newer than r309275. >Fix: patch included if xinerama support has been dropped for valid reasons, put a note in UPDATING Patch attached with submission follows: diff -uN /poudriere/ports/default/x11/hs-X11/Makefile ./Makefile --- /poudriere/ports/default/x11/hs-X11/Makefile 2013-03-31 16:55:34.305555011 +0200 +++ ./Makefile 2013-05-04 14:32:20.001006562 +0200 @@ -15,5 +15,17 @@ USE_CABAL= data-default USE_XORG= x11 xrandr xext +OPTIONS_DEFINE= XINERAMA + +XINERAMA_DESC= Build with Xinerama support + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" + +.if ${PORT_OPTIONS:MXINERAMA} +USE_XORG+= xinerama +CONFIGURE_ARGS+= --configure-option="--with-xinerama" +.else +CONFIGURE_ARGS+= --configure-option="--without-xinerama" +.endif + .include >Release-Note: >Audit-Trail: >Unformatted: