From owner-svn-ports-all@freebsd.org Thu Jun 9 22:28:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6361B702EE; Thu, 9 Jun 2016 22:28:19 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A86E41175; Thu, 9 Jun 2016 22:28:19 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59MSIMd080811; Thu, 9 Jun 2016 22:28:18 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59MSIGL080810; Thu, 9 Jun 2016 22:28:18 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201606092228.u59MSIGL080810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 9 Jun 2016 22:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416638 - head/x11/xlockmore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 22:28:19 -0000 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}