View | Details | Raw Unified | Return to bug 247368 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 4-14 Link Here
4
PORTNAME=	fhist
4
PORTNAME=	fhist
5
PORTVERSION=	1.21
5
PORTVERSION=	1.21
6
DISTVERSIONSUFFIX=	.D001
6
DISTVERSIONSUFFIX=	.D001
7
PORTREVISION=	5
7
PORTREVISION=	6
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
9
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	aryeh.friedman@gmail.com
12
COMMENT=	Utilities to maintain file history, do file comparisons, and merges
12
COMMENT=	Utilities to maintain file history, do file comparisons, and merges
13
13
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
Lines 19-24 Link Here
19
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
21
21
22
USES+=bison
22
USE_CSTD=	gnu89
23
USE_CSTD=	gnu89
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--with-nlsdir=${PREFIX}/share/locale/en/LC_MESSAGES
25
CONFIGURE_ARGS=	--with-nlsdir=${PREFIX}/share/locale/en/LC_MESSAGES
(-)files/patch-common_ac_time.h (-3 / +3 lines)
Lines 1-6 Link Here
1
--- common/ac/time.h.orig	Wed Dec 18 02:09:57 2002
1
--- common/ac/time.h.orig	2012-07-13 04:47:15 UTC
2
+++ common/ac/time.h	Wed Dec 18 02:10:04 2002
2
+++ common/ac/time.h
3
@@ -29,7 +29,7 @@
3
@@ -26,7 +26,7 @@
4
  * Catch-22: Dec Alpha OSF/1: need to include time.h before sys/time.h
4
  * Catch-22: Dec Alpha OSF/1: need to include time.h before sys/time.h
5
  * before time.h
5
  * before time.h
6
  */
6
  */

Return to bug 247368