Date: Sat, 14 May 2016 12:17:43 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Alexey Dokuchaev <danfe@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415135 - in head/editors/gate: . files Message-ID: <20160514101742.GH49383@ivaldir.etoilebsd.net> In-Reply-To: <20160514095935.GA29838@FreeBSD.org> References: <201605131901.u4DJ1R4h060511@repo.freebsd.org> <20160514095935.GA29838@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--GBuTPvBEOL0MYPgd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 14, 2016 at 09:59:36AM +0000, Alexey Dokuchaev wrote: > On Fri, May 13, 2016 at 07:01:27PM +0000, Baptiste Daroussin wrote: > > New Revision: 415135 > > URL: https://svnweb.freebsd.org/changeset/ports/415135 > >=20 > > Log: > > Prevent collision with getline(3) > > ... > > --- head/editors/gate/Makefile Fri May 13 18:59:03 2016 (r415134) > > +++ head/editors/gate/Makefile Fri May 13 19:01:27 2016 (r415135) > > @@ -15,6 +15,7 @@ RUN_DEPENDS=3D aspell:textproc/aspell > > =20 > > USES=3D ncurses > > GNU_CONFIGURE=3D yes > > +USE_CSTD=3D gnu89 >=20 > Was this change indented? >=20 > > --- head/editors/gate/files/patch-configure Fri May 13 18:59:03 2016 (r= 415134) > > +++ head/editors/gate/files/patch-configure Fri May 13 19:01:27 2016 (r= 415135) > > @@ -9,3 +9,12 @@ > > LIBS=3D"-l$i $ac_func_search_save_LIBS" > > cat > conftest.$ac_ext <<EOF > > #line 1773 "configure" > > +@@ -2123,7 +2123,7 @@ res_datadir=3D`eval "echo $datadir"` > > + prefix=3D$gate_prefix > > +=20 > > + cat >> confdefs.h <<EOF > > +-#define HELP_FILE "${res_datadir}/gate.help" > > ++#define HELP_FILE "/usr/local/share/gate/gate.help" >=20 > This looks bogus: there is 's|$${res_datadir}|${DATADIR}|' ${WRKSRC}/conf= igure > line in the port's Makefile (then again, it's probably bogus as well beca= use > of res_datadir=3D`eval "echo $datadir"` line in the configure script. (W= hoever > ported it was not very careful.) >=20 Fixed sorry Bapt --GBuTPvBEOL0MYPgd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXNvtGAAoJEGOJi9zxtz5ai+oP/1PXBAt6LHgtAuuvY7ZGy9Da lK6V3JrKQIC6fZnHMNL4OzY431b/RPjq+d+nSm4cg6A3f8RfnWtNQGHXa0HZHp9y 4u0bR+C8nQ1l5qT+tSbyxoDTIfphoMI1JNOGejCtfaMdWAkhl79PaYgGCk1p7CGG /6zQeCzoXjNMoG0Pu16KyK3sV9+7tP6sO9P1z5qGwtfefDgTPWAAmntgzUqxe6v/ 1kiuXFuA307OyWVXFghtAJx3R2s0jo2VSHdz6gSCpFDiLKljOaMshdLhjiE0Mrfc t23oOFQqKvH6vpF7gUX9SHrKaj3JC8mwyYHpLakw51lxBx5yhUsbh5ejELEiAmPf 9e6kknF4O30tzv/2jfAGsqSa3+aaku2z2e2mzPWEF5O1EKsMdVxcgZyNUTkT6VZ0 G1+S2O1XWdB7vg+nFFRs3Zemuy5txIQBLqCfanFGcDE0klKDkzOjU3j2i66+l8q3 R38IvLv0yvqkluHX9uemnWPCBXhKrf3Wdh9ecVuKE9//nu1hY0X15U9iaQJAOCC/ BnATZmZin2VEqP29G7N07BdLitcs292y5mMD/yduOYUXZUaPoUK134V4uDnPrdtw Xe3im2KbBqAy1vSDFtG/KNieQ0mpk0aaEUlAPkzYTIsd9QPvVrmCREL+GW0EzF8m 0TNX+KOpXSx2rFh9CXmY =DRbp -----END PGP SIGNATURE----- --GBuTPvBEOL0MYPgd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160514101742.GH49383>