Date: Wed, 26 Dec 2012 16:01:14 +0100 From: "Herbert J. Skuhra" <hskuhra@eumx.net> To: Fabian Keil <freebsd-listen@fabiankeil.de> Cc: freebsd-ports@freebsd.org Subject: Re: i3 maintainer for FreeBSD Message-ID: <87obhgzwlh.wl%hskuhra@eumx.net> In-Reply-To: <20121226131835.19420e48@fabiankeil.de> References: <1TncE1-0005yN-0m@internal.tormail.org> <20121226131835.19420e48@fabiankeil.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 26 Dec 2012 13:18:35 +0100 Fabian Keil <freebsd-listen@fabiankeil.de> wrote: > sib@tormail.org wrote: > > > I'm an i3 user on FreeBSD, and really love the WM. I think we need a new > > maintainer for the port(1) in FreeBSD, though, because current one doesn't > > ever update it and ignores my mails. 4.4 has been out a little while, but > > we only have 4.2. I'd like to follow the latest versions. Can anyone > > volunteer to become the new maintainer? Sorry for my english. > > If Dennis currently has no time for the port I could > take over maintenance. > > An update from 4.2 to 4.4 is available at: > http://www.fabiankeil.de/sourcecode/freebsd/i3-4.4.diff > Testers welcome. @${REINPLACE_CMD} -e 's|flex|${LOCALBASE}/bin/flex|g' ${WRKSRC}/Makefile Not matching: % grep flex Makefile % FLEX is defined in common.mk. + @${REINPLACE_CMD} -e 's|yylex_destroy();||' ${WRKSRC}/src/cfgparse.y +.for f in src/i3.mk i3-config-wizard/i3-config-wizard.mk + @${REINPLACE_CMD} -e 's|(FLEX) -i -o |(FLEX) -i -o|' ${WRKSRC}/$f +.endfor I think these changes are only required if port uses flex (2.3.5) from base. See: http://www.freebsd.org/cgi/query-pr.cgi?pr=174710 -- Herbert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87obhgzwlh.wl%hskuhra>