Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 22:28:18 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416638 - head/x11/xlockmore
Message-ID:  <201606092228.u59MSIGL080810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Jun  9 22:28:18 2016
New Revision: 416638
URL: https://svnweb.freebsd.org/changeset/ports/416638

Log:
  - add/enable xinerama support (default)

Modified:
  head/x11/xlockmore/Makefile

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Thu Jun  9 22:20:34 2016	(r416637)
+++ head/x11/xlockmore/Makefile	Thu Jun  9 22:28:18 2016	(r416638)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xlockmore
 PORTVERSION=	5.46
+PORTREVISION=	1
 CATEGORIES?=	x11
 MASTER_SITES=	http://www.tux.org/~bagleyd/xlock/ \
 		LOCAL/jgh/x11/${PORTNAME}/
@@ -22,7 +23,9 @@ USE_XORG=	x11 xaw ice
 LIB_DEPENDS+=	libfreetype.so:print/freetype2
 
 OPTIONS_DEFINE=	MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
-		KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP
+		KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP \
+		XINERAMA
+OPTIONS_DEFAULT=	XINERAMA
 OPTIONS_SUB=	yes
 
 MESAGL_DESC=	Mesa 3D (for GL modes)
@@ -140,6 +143,10 @@ CONFIGURE_ENV+=		XLOCKLIBS="${KRB5LIB} $
 CONFIGURE_ARGS+=	--disable-allow-root
 .endif
 
+.if ${PORT_OPTIONS:MXINERAMA}
+CONFIGURE_ARGS+=	--with-xinerama
+.endif
+
 .if ${PORT_OPTIONS:MPAM} && empty(PORT_OPTIONS:MBAD_PAM)
 pre-extract:
 	@${ECHO}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606092228.u59MSIGL080810>