Index: Makefile =================================================================== --- Makefile (revision 540421) +++ 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 @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES+=bison USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-nlsdir=${PREFIX}/share/locale/en/LC_MESSAGES Index: files/patch-common_ac_time.h =================================================================== --- files/patch-common_ac_time.h (revision 540421) +++ files/patch-common_ac_time.h (working copy) @@ -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 */ 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 2012-07-13 04:47:15 UTC ++++ common/sub/expr_gram.y +@@ -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