Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 13:38:06 +0200
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org>
To:        "ports-committers@FreeBSD.org" <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>,  svn-ports-head <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r540489 - in head/devel/fhist: . files
Message-ID:  <CAGwOe2aoMY5WUr9vHnFNBf6H4ghY6i8JHR4H9v2ht=NQw_jDGg@mail.gmail.com>
In-Reply-To: <202006261034.05QAYaDe038059@repo.freebsd.org>
References:  <202006261034.05QAYaDe038059@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Copy paste failed.

This comes from this PR:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247368

Sorry for the inconvenience.

On Fri, Jun 26, 2020 at 12:34 PM Fernando Apestegu=C3=ADa
<fernape@freebsd.org> wrote:
>
> Author: fernape
> Date: Fri Jun 26 10:34:36 2020
> New Revision: 540489
> URL: https://svnweb.freebsd.org/changeset/ports/540489
>
> Log:
>   devel/fhist: and fix bison issues and change maintership
>
>    * Retrofitted Yacc grammars to handle bison 3.6.X
>    * Submitter takes maintainership
>
>   Submitted by: aryeh.friedman@gmail.com
>
> Added:
>   head/devel/fhist/files/patch-common_sub_expr__gram.y   (contents, props=
 changed)
> Modified:
>   head/devel/fhist/Makefile
>   head/devel/fhist/files/patch-common_ac_time.h
>
> Modified: head/devel/fhist/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/devel/fhist/Makefile   Fri Jun 26 09:35:06 2020        (r540488)
> +++ head/devel/fhist/Makefile   Fri Jun 26 10:34:36 2020        (r540489)
> @@ -4,17 +4,19 @@
>  PORTNAME=3D      fhist
>  PORTVERSION=3D   1.21
>  DISTVERSIONSUFFIX=3D     .D001
> -PORTREVISION=3D  5
> +PORTREVISION=3D  6
>  CATEGORIES=3D    devel
>  MASTER_SITES=3D  SF/${PORTNAME}/${PORTVERSION}
>
> -MAINTAINER=3D    ports@FreeBSD.org
> +MAINTAINER=3D    aryeh.friedman@gmail.com
>  COMMENT=3D       Utilities to maintain file history, do file comparisons=
, and merges
>
>  LICENSE=3D       GPLv3
>
>  LIB_DEPENDS=3D   libexplain.so:devel/libexplain
>
> +USES=3D          bison localbase
> +
>  OPTIONS_DEFINE=3D        NLS
>
>  WRKSRC=3D                ${WRKDIR}/${PORTNAME}-${PORTVERSION}
> @@ -24,9 +26,6 @@ GNU_CONFIGURE=3D        yes
>  CONFIGURE_ARGS=3D        --with-nlsdir=3D${PREFIX}/share/locale/en/LC_ME=
SSAGES
>  ALL_TARGET=3D    all-bin
>  MAKE_JOBS_UNSAFE=3Dyes
> -
> -CPPFLAGS+=3D     -I${LOCALBASE}/include
> -LDFLAGS+=3D      -L${LOCALBASE}/lib
>
>  PLIST_FILES=3D   bin/fcomp bin/fhist bin/fmerge \
>                 man/man1/fcomp.1.gz man/man1/fhist.1.gz \
>
> Modified: head/devel/fhist/files/patch-common_ac_time.h
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/devel/fhist/files/patch-common_ac_time.h       Fri Jun 26 09:35:=
06 2020        (r540488)
> +++ head/devel/fhist/files/patch-common_ac_time.h       Fri Jun 26 10:34:=
36 2020        (r540489)
> @@ -1,6 +1,6 @@
> ---- common/ac/time.h.orig      Wed Dec 18 02:09:57 2002
> -+++ common/ac/time.h   Wed Dec 18 02:10:04 2002
> -@@ -29,7 +29,7 @@
> +--- common/ac/time.h.orig      2012-07-13 04:47:15 UTC
> ++++ common/ac/time.h
> +@@ -26,7 +26,7 @@
>    * Catch-22: Dec Alpha OSF/1: need to include time.h before sys/time.h
>    * before time.h
>    */
>
> Added: head/devel/fhist/files/patch-common_sub_expr__gram.y
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/devel/fhist/files/patch-common_sub_expr__gram.y        Fri Jun 2=
6 10:34:36 2020        (r540489)
> @@ -0,0 +1,10 @@
> +--- common/sub/expr_gram.y.orig        2012-07-13 04:47:15 UTC
> ++++ common/sub/expr_gram.y
> +@@ -16,6 +16,7 @@
> +  * along with this program. If not, see <http://www.gnu.org/licenses/>.
> +  */
> +
> ++%define api.prefix {sub_expr_gram_}
> + %{
> +
> + #include <common/ac/stdarg.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2aoMY5WUr9vHnFNBf6H4ghY6i8JHR4H9v2ht=NQw_jDGg>