Index: Makefile =================================================================== --- Makefile (revision 539517) +++ Makefile (working copy) @@ -4,11 +4,11 @@ PORTNAME= fhist PORTVERSION= 1.21 DISTVERSIONSUFFIX= .D001 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= aryeh.friedman@gmail.com COMMENT= Utilities to maintain file history, do file comparisons, and merges LICENSE= GPLv3 @@ -31,6 +31,7 @@ PLIST_FILES= bin/fcomp bin/fhist bin/fmerge \ man/man1/fcomp.1.gz man/man1/fhist.1.gz \ man/man1/fmerge.1.gz +USES+=bison .include Index: files/patch-common_sub_expr_gram.y =================================================================== --- files/patch-common_sub_expr_gram.y (nonexistent) +++ files/patch-common_sub_expr_gram.y (working copy) @@ -0,0 +1,10 @@ +--- common/sub/expr_gram.y.orig 2020-06-17 20:52:24.267311000 -0400 ++++ common/sub/expr_gram.y 2020-06-17 20:54:31.263104000 -0400 +@@ -16,6 +16,7 @@ + * along with this program. If not, see . + */ + ++%define api.prefix {sub_expr_gram_} + %{ + + #include Property changes on: files/patch-common_sub_expr_gram.y ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property