Date: Sat, 14 May 2016 10:17:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415184 - in head/editors/gate: . files Message-ID: <201605141017.u4EAHGig043410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat May 14 10:17:16 2016 New Revision: 415184 URL: https://svnweb.freebsd.org/changeset/ports/415184 Log: Remove changes that crept in by accidents Reported by: danfe Modified: head/editors/gate/Makefile head/editors/gate/files/patch-configure Modified: head/editors/gate/Makefile ============================================================================== --- head/editors/gate/Makefile Sat May 14 09:03:36 2016 (r415183) +++ head/editors/gate/Makefile Sat May 14 10:17:16 2016 (r415184) @@ -15,7 +15,6 @@ RUN_DEPENDS= aspell:textproc/aspell USES= ncurses GNU_CONFIGURE= yes -USE_CSTD= gnu89 CONFIGURE_ARGS= --with-aspell=${LOCALBASE}/bin/aspell ALL_TARGET= gate gate.1 Modified: head/editors/gate/files/patch-configure ============================================================================== --- head/editors/gate/files/patch-configure Sat May 14 09:03:36 2016 (r415183) +++ head/editors/gate/files/patch-configure Sat May 14 10:17:16 2016 (r415184) @@ -9,12 +9,3 @@ 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" - EOF - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605141017.u4EAHGig043410>