svn commit: r415135 - in head/editors/gate: . files

Baptiste Daroussin bapt at FreeBSD.org
Sat May 14 10:17:48 UTC 2016


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
> > 
> > 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=	aspell:textproc/aspell
> >  
> >  USES=		ncurses
> >  GNU_CONFIGURE=	yes
> > +USE_CSTD=	gnu89
> 
> Was this change indented?
> 
> > --- head/editors/gate/files/patch-configure	Fri May 13 18:59:03 2016	(r415134)
> > +++ head/editors/gate/files/patch-configure	Fri May 13 19:01:27 2016	(r415135)
> > @@ -9,3 +9,12 @@
> >   LIBS="-l$i  $ac_func_search_save_LIBS"
> >   cat > conftest.$ac_ext <<EOF
> >   #line 1773 "configure"
> > +@@ -2123,7 +2123,7 @@ res_datadir=`eval "echo $datadir"`
> > + prefix=$gate_prefix
> > + 
> > + cat >> confdefs.h <<EOF
> > +-#define HELP_FILE "${res_datadir}/gate.help"
> > ++#define HELP_FILE "/usr/local/share/gate/gate.help"
> 
> This looks bogus: there is 's|$${res_datadir}|${DATADIR}|' ${WRKSRC}/configure
> line in the port's Makefile (then again, it's probably bogus as well because
> of res_datadir=`eval "echo $datadir"` line in the configure script.  (Whoever
> ported it was not very careful.)
> 
Fixed sorry

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160514/f400cce0/attachment.sig>


More information about the svn-ports-head mailing list