View | Details | Raw Unified | Return to bug 170143
Collapse All | Expand All

(-)devel/fhist/Makefile (-1 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	fhist
8
PORTNAME=	fhist
9
PORTVERSION=	1.20
9
PORTVERSION=	1.21
10
DISTVERSIONSUFFIX=	.D001
10
CATEGORIES=	devel
11
CATEGORIES=	devel
11
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
12
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
12
13
Lines 19-25 Link Here
19
20
20
OPTIONS_DEFINE=	NLS
21
OPTIONS_DEFINE=	NLS
21
22
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
24
22
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-nlsdir=${PREFIX}/share/locale/en/LC_MESSAGES
23
ALL_TARGET=	all-bin
27
ALL_TARGET=	all-bin
24
MAKE_JOBS_UNSAFE=yes
28
MAKE_JOBS_UNSAFE=yes
25
29
(-)devel/fhist/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fhist-1.20.tar.gz) = c7d2cbbb269fe016af94a8657ecbd6d5fda818f48a2c52f72f30edbc91e76d91
1
SHA256 (fhist-1.21.D001.tar.gz) = bc8963b142d3686c3848a74ec996cb8619cd7843deb2f99709d81bed30f6843b
2
SIZE (fhist-1.20.tar.gz) = 410711
2
SIZE (fhist-1.21.D001.tar.gz) = 409961
(-)devel/fhist/files/patch-Makefile.in (-61 lines)
Lines 1-61 Link Here
1
--- Makefile.in.orig	2012-05-21 08:32:42.000000000 +0900
2
+++ Makefile.in	2012-05-22 22:50:06.000000000 +0900
3
@@ -8,10 +8,8 @@
4
 #    W W W  A   A  R  R   N   N    I   N   N   I   N   N  G   G
5
 #     W W   A   A  R   R  N   N   III  N   N  III  N   N   GGG
6
 #
7
-# Warning: DO NOT send patches which fix this file. IT IS NOT the \
8
-		original
9
-# source file. This file is GENERATED from the Aegis repository file \
10
-		manifest.
11
+# Warning: DO NOT send patches which fix this file. IT IS NOT the original
12
+# source file. This file is GENERATED from the Aegis repository file manifest.
13
 # If you find a bug in this file, it could well be an Aegis bug.
14
 #
15
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
@@ -21,14 +19,11 @@
17
 # The configure script generates 2 files:
18
 #	1. This Makefile
19
 #	2. common/config.h
20
-# If you change this Makefile, you may also need to change these files. \
21
-		To see
22
-# what is configured by the configure script, search for @ in the \
23
-		Makefile.in
24
+# If you change this Makefile, you may also need to change these files. To see
25
+# what is configured by the configure script, search for @ in the Makefile.in
26
 # file.
27
 #
28
-# If you wish to reconfigure the installations directories it is \
29
-		RECOMMENDED
30
+# If you wish to reconfigure the installations directories it is RECOMMENDED
31
 # that you re-run the configure script.
32
 #
33
 # Use ``./configure --help'' for a list of options.
34
@@ -86,8 +81,7 @@
35
 #
36
 # Where to put the manuals.
37
 #
38
-# On a network, this would be shared between all machines on the \
39
-		network. It can
40
+# On a network, this would be shared between all machines on the network. It can
41
 # be read-only.
42
 #
43
 # The $(DESTDIR) is for packaging.
44
@@ -144,15 +138,13 @@
45
 EXEEXT = @EXEEXT@
46
 
47
 #
48
-# Set GROFF to the name of the roff command on your system, usually \
49
-		"groff" or
50
+# Set GROFF to the name of the roff command on your system, usually "groff" or
51
 # "troff" or "nroff"
52
 #
53
 GROFF = @GROFF@
54
 
55
 #
56
-# Set SOELIM to the name of the roff proprocessor command on your \
57
-		system,
58
+# Set SOELIM to the name of the roff proprocessor command on your system,
59
 # usually "soelim" or "gsoelim"
60
 #
61
 SOELIM = @SOELIM@
(-)devel/fhist/pkg-descr (-1 / +1 lines)
Lines 13-16 Link Here
13
Myers'', Software Practice and Experience, Volume 15, No. 11,
13
Myers'', Software Practice and Experience, Volume 15, No. 11,
14
November 1985.
14
November 1985.
15
15
16
WWW:	http://fhist.sourceforge.net/fhist.html
16
WWW:	http://fhist.sourceforge.net/

Return to bug 170143