Date: Wed, 16 Dec 2015 13:57:13 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403862 - branches/2015Q4/x11/dmenu Message-ID: <201512161357.tBGDvDIe043889@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512161357.tBGDvDIe043889>