- Restore and make default the XINERAMA option which was accidentally dropped

in r309275
- Bump port revision for the port and for all of its dependents, especially
  xmonad, because it can only work in dual-monitor configurations with this
  setting enabled

PR:		ports/178336
Submitted by:	Christopher J. Ruwe <cjr@cruwe.de>
Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2013-05-12 19:30:28 +00:00
parent def410dadd
commit efa1d78a46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317973
6 changed files with 20 additions and 4 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= HGL
PORTVERSION= 3.2.0.2
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= graphics haskell
MAINTAINER= haskell@FreeBSD.org

View file

@ -3,6 +3,7 @@
PORTNAME= xmonad-contrib
PORTVERSION= 0.11.1
PORTREVISION= 1
CATEGORIES= x11-wm haskell
MAINTAINER= haskell@FreeBSD.org

View file

@ -3,7 +3,7 @@
PORTNAME= xmonad
PORTVERSION= 0.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm haskell
MAINTAINER= haskell@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= X11-xft
PORTVERSION= 0.3.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org

View file

@ -3,6 +3,7 @@
PORTNAME= X11
PORTVERSION= 1.6.1.1
PORTREVISION= 1
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org
@ -15,5 +16,19 @@ CABAL_SETUP= Setup.hs
USE_CABAL= data-default
USE_XORG= x11 xrandr xext
OPTIONS_DEFINE= XINERAMA
OPTIONS_DEFAULT= XINERAMA
XINERAMA_DESC= Build with Xinerama support
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
.if ${PORT_OPTIONS:MXINERAMA}
USE_XORG+= xinerama
CONFIGURE_ARGS+= --configure-option="--with-xinerama"
.else
CONFIGURE_ARGS+= --configure-option="--without-xinerama"
.endif
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
PORTNAME= xmobar
PORTVERSION= 0.16
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org