From owner-svn-ports-branches@freebsd.org Wed Dec 16 13:57:14 2015 Return-Path: Delivered-To: svn-ports-branches@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 39077A43009; Wed, 16 Dec 2015 13:57:14 +0000 (UTC) (envelope-from jbeich@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 E64981F17; Wed, 16 Dec 2015 13:57:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBGDvDYb043890; Wed, 16 Dec 2015 13:57:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBGDvDIe043889; Wed, 16 Dec 2015 13:57:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512161357.tBGDvDIe043889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 Dec 2015 13:57:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403862 - branches/2015Q4/x11/dmenu X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 13:57:14 -0000 Author: jbeich Date: Wed Dec 16 13:57:12 2015 New Revision: 403862 URL: https://svnweb.freebsd.org/changeset/ports/403862 Log: MFH: r403653 x11/dmenu: make XINERAMA=on actually work Approved by: portmgr blanket Approved by: ports-secteam (feld) Modified: branches/2015Q4/x11/dmenu/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/x11/dmenu/Makefile ============================================================================== --- branches/2015Q4/x11/dmenu/Makefile Wed Dec 16 13:45:17 2015 (r403861) +++ branches/2015Q4/x11/dmenu/Makefile Wed Dec 16 13:57:12 2015 (r403862) @@ -3,6 +3,7 @@ PORTNAME= dmenu PORTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ \ http://schot.a-eskwadraat.nl/files/ @@ -33,6 +34,8 @@ post-patch: -e "s,%%PREFIX%%,${PREFIX},g" \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%MANPREFIX%%,${MANPREFIX},g" + +post-patch-XINERAMA-off: @${REINPLACE_CMD} -e 's,$${XINERAMALIBS},,g' \ -e 's,$${XINERAMAFLAGS},,g' ${WRKSRC}/config.mk