Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 10:34:36 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540489 - in head/devel/fhist: . files
Message-ID:  <202006261034.05QAYaDe038059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
==============================================================================
--- 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=	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
 
 LIB_DEPENDS=	libexplain.so:devel/libexplain
 
+USES=		bison localbase
+
 OPTIONS_DEFINE=	NLS
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -24,9 +26,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-nlsdir=${PREFIX}/share/locale/en/LC_MESSAGES
 ALL_TARGET=	all-bin
 MAKE_JOBS_UNSAFE=yes
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	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
==============================================================================
--- 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
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/fhist/files/patch-common_sub_expr__gram.y	Fri Jun 26 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?202006261034.05QAYaDe038059>