Date: Sun, 21 May 2006 12:19:37 -0700 From: Zak Johnson <zakj@nox.cx> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/97568: [UPDATE PATCH] x11-wm/wmii to version 3 Message-ID: <20060521191937.25915.qmail@nox.cx> In-Reply-To: <200605211830.k4LIUPPL065644@freefall.freebsd.org> References: <20060521183005.51912.qmail@nox.cx> <200605211830.k4LIUPPL065644@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Previous patch does not respect ${PREFIX}; fix is attached. -Zak --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="wmii.patch.patch" --- wmii.patch Sun May 21 11:11:35 2006 +++ wmii2.patch Sun May 21 12:17:59 2006 @@ -1,7 +1,7 @@ diff -Nurb /usr/ports/x11-wm/wmii/Makefile ports/x11-wm/wmii/Makefile --- /usr/ports/x11-wm/wmii/Makefile Fri May 12 22:00:45 2006 +++ ports/x11-wm/wmii/Makefile Sun May 21 11:11:32 2006 -@@ -6,45 +6,23 @@ +@@ -6,45 +6,24 @@ # PORTNAME= wmii @@ -46,6 +46,7 @@ - -e 's|/usr/lib|${LOCALBASE}/lib|' \ - -e 's|-O0 -g -Wall -pedantic|${CFLAGS}|; s|-g||' \ + @${REINPLACE_CMD} -e 's/-O2/${CFLAGS}/' \ ++ -e '/^PREFIX =/d' \ + -e 's|/usr/X11R6|${X11BASE}|' \ + -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/config.mk --liOOAslEiF7prFVr--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060521191937.25915.qmail>