diff options
author | obache <obache> | 2007-02-05 00:33:58 +0000 |
---|---|---|
committer | obache <obache> | 2007-02-05 00:33:58 +0000 |
commit | 221ba8237660bc6df6a0efc2450e5de07f83da32 (patch) | |
tree | 6dbc1350774d0ea98462c96db7f3f76bd013bd06 /devel/fhist/Makefile | |
parent | 94845d7f09c64c8e94ec18b200150916ac426f47 (diff) | |
download | pkgsrc-221ba8237660bc6df6a0efc2450e5de07f83da32.tar.gz |
Update fhist to 1.16.
Based on patch provided in PR 35539.
And I made two modification related to pkgsrc.
PKGSRC CHANGES:
Make document & nls files to be installed into standard location.
Add test target.
RELEASE NOTES:
Version 1.16 (20-Dec-2005)
* There is a new fmerge -ignore-identical-conflicts option which may be
used to suppress logical conflicts in which the same thing is done by
both variants. This is often a better match for users' expectations for
merging source code.
Version 1.15 (8-Nov-2005)
* There is a new fcomp -no-binary option, which may be used to prevent
the comparison of binary files, instead it treats them both as empty.
* A small build problem on MacOS X has been fixed.
Version 1.14 (8-Jun-2004)
* The ./configure script now understands the --with-nlsdir option, so
that you can place the .mo files.
* The fhist(1) program is now able to cope with numeric modules names.
* The occasional false negative from test 26 has been fixed. It was
failing for some users because of message translation
(internationalization) issues.
Diffstat (limited to 'devel/fhist/Makefile')
-rw-r--r-- | devel/fhist/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index ee269411564..63d1d1aa6c2 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2006/11/24 23:01:45 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/05 00:33:58 obache Exp $ # -DISTNAME= fhist-1.13 -PKGREVISION= 2 +DISTNAME= fhist-1.16 CATEGORIES= devel MASTER_SITES= http://fhist.sourceforge.net/ @@ -12,6 +11,12 @@ COMMENT= File history and comparison tools USE_TOOLS+= gsoelim msgfmt yacc GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES + +CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc + +TEST_TARGET= sure .include "../../devel/gettext-lib/buildlink3.mk" |