Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv20498
Added Files:
fhist-1.10-1.info fhist-1.10-1.patch
Log Message:
tarball go bye-bye
--- NEW FILE: fhist-1.10-1.info ---
Package: fhist
Version: 1.10
Revision: 1
Source: http://www.pcug.org.au/~millerp/%n-%v.tar.gz
Source-MD5: 0a1902df9fd68f48befd47cd84e2f63b
SetCFLAGS: -I%p/include
Patch: %f.patch
ConfigureParams: --mandir=%p/share/man
InstallScript: <<
make RPM_BUILD_ROOT=%d install docdir=%p/share/doc/%n
<<
DocFiles: README* BUILDING LICENSE MANIFEST
#
Description: Minimal file history tool
DescDetail: <<
The FHist package contains 3 utilities, a file history tool ``fhist'',
a file comparison tool ``fcomp'', and a file merging tool ``fmerge''.
All three are bundled together, because they all use the same
minimal-difference algorithm.
For more details, see http://www.pcug.org.au/~millerp/fhist.html
<<
DescPort: <<
Explicitly set CFLAGS because the configure script was not finding
libintl.h in /sw/include
The build depends on groff, but works with either the fink groff
package or the Apple supplied /usr/bin/groff.
<<
Homepage: http://www.pcug.org.au/~millerp/fhist.html
License: GPL
Maintainer: David Bacher <[EMAIL PROTECTED]>
--- NEW FILE: fhist-1.10-1.patch ---
diff -bur fhist-1.8/ fhist-1.8-patched/
--- fhist-1.8/Makefile.in Tue Oct 16 05:26:19 2001
+++ fhist-1.8-patched/Makefile.in Sat Jun 1 17:39:09 2002
@@ -77,6 +77,11 @@
mandir = $(RPM_BUILD_ROOT)@mandir@
#
+# where to put the locale-specific messages
+#
+localedir = $(RPM_BUILD_ROOT)@localedir@
+
+#
# Which yacc to use
#
YACC = @YACC@
@@ -821,8 +826,8 @@
$(MSGFMT) -o lib/en/LC_MESSAGES/fcomp.mo \
lib/en/LC_MESSAGES/fcomp.po lib/en/LC_MESSAGES/common.po
-$(libdir)/en/LC_MESSAGES/fcomp.mo: lib/en/LC_MESSAGES/fcomp.mo \
- lib/en/LC_MESSAGES/.libdir
+$(localedir)/en/LC_MESSAGES/fcomp.mo: lib/en/LC_MESSAGES/fcomp.mo \
+ lib/en/LC_MESSAGES/.localedir
$(INSTALL_DATA) lib/en/LC_MESSAGES/fcomp.mo $@
lib/en/LC_MESSAGES/fhist.mo: lib/en/LC_MESSAGES/fhist.po \
@@ -830,8 +835,8 @@
$(MSGFMT) -o lib/en/LC_MESSAGES/fhist.mo \
lib/en/LC_MESSAGES/fhist.po lib/en/LC_MESSAGES/common.po
-$(libdir)/en/LC_MESSAGES/fhist.mo: lib/en/LC_MESSAGES/fhist.mo \
- lib/en/LC_MESSAGES/.libdir
+$(localedir)/en/LC_MESSAGES/fhist.mo: lib/en/LC_MESSAGES/fhist.mo \
+ lib/en/LC_MESSAGES/.localedir
$(INSTALL_DATA) lib/en/LC_MESSAGES/fhist.mo $@
lib/en/LC_MESSAGES/fmerge.mo: lib/en/LC_MESSAGES/fmerge.po \
@@ -840,8 +845,8 @@
lib/en/LC_MESSAGES/fmerge.po \
lib/en/LC_MESSAGES/common.po
-$(libdir)/en/LC_MESSAGES/fmerge.mo: lib/en/LC_MESSAGES/fmerge.mo \
- lib/en/LC_MESSAGES/.libdir
+$(localedir)/en/LC_MESSAGES/fmerge.mo: lib/en/LC_MESSAGES/fmerge.mo \
+ lib/en/LC_MESSAGES/.localedir
$(INSTALL_DATA) lib/en/LC_MESSAGES/fmerge.mo $@
lib/en/building.ps: lib/en/building/main.man
@@ -1034,19 +1039,19 @@
$(SH) test/00/t0024a.sh
-lib/en/LC_MESSAGES/.libdir: lib/en/.libdir
- -$(INSTALL) -m 0755 -d $(libdir)/en/LC_MESSAGES
- @-test -d $(libdir)/en/LC_MESSAGES && touch $@
+lib/en/LC_MESSAGES/.localedir: lib/en/.localedir
+ -$(INSTALL) -m 0755 -d $(localedir)/en/LC_MESSAGES
+ @-test -d $(localedir)/en/LC_MESSAGES && touch $@
@sleep 1
-lib/en/.libdir: lib/.libdir
- -$(INSTALL) -m 0755 -d $(libdir)/en
- @-test -d $(libdir)/en && touch $@
+lib/en/.localedir: lib/.localedir
+ -$(INSTALL) -m 0755 -d $(localedir)/en
+ @-test -d $(localedir)/en && touch $@
@sleep 1
-lib/.libdir:
- -$(INSTALL) -m 0755 -d $(libdir)
- @-test -d $(libdir) && touch $@
+lib/.localedir:
+ -$(INSTALL) -m 0755 -d $(localedir)
+ @-test -d $(localedir) && touch $@
@sleep 1
lib/en/man1/.mandir: lib/en/.mandir
@@ -1137,9 +1142,9 @@
install-po: install-po-$(HAVE_I18N)
-install-po-yes: $(libdir)/en/LC_MESSAGES/fcomp.mo \
- $(libdir)/en/LC_MESSAGES/fhist.mo \
- $(libdir)/en/LC_MESSAGES/fmerge.mo
+install-po-yes: $(localedir)/en/LC_MESSAGES/fcomp.mo \
+ $(localedir)/en/LC_MESSAGES/fhist.mo \
+ $(localedir)/en/LC_MESSAGES/fmerge.mo
install-po-no:
@@ -1242,8 +1247,8 @@
rm -f fhist/modlin.$(OBJEXT) fhist/name.$(OBJEXT)
rm -f fhist/prune.$(OBJEXT) fhist/subroutine.$(OBJEXT)
rm -f fhist/update.$(OBJEXT) fmerge/main.$(OBJEXT)
- rm -f fmerge/work.$(OBJEXT) lib/en/LC_MESSAGES/.libdir
- rm -f lib/en/.libdir lib/.libdir lib/en/building.ps
+ rm -f fmerge/work.$(OBJEXT) lib/en/LC_MESSAGES/.localedir
+ rm -f lib/en/.localedir lib/.localedir lib/en/building.ps
rm -f lib/en/building.dvi lib/en/building.txt
rm -f lib/en/man1/.mandir lib/en/.mandir lib/en/man1/.datadir
rm -f lib/en/.datadir lib/.datadir lib/en/readme.ps
--- fhist-1.8/configure Tue Oct 16 05:26:19 2001
+++ fhist-1.8-patched/configure Sat Jun 1 17:38:06 2002
@@ -45,6 +45,7 @@
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
+localedir='${prefix}/share/locale'
# Initialize some other variables.
subdirs=
@@ -2444,6 +2445,7 @@
s%@oldincludedir@%$oldincludedir%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
+s%@localedir@%$localedir%g
s%@CC@%$CC%g
s%@CPP@%$CPP%g
s%@EXEEXT@%$EXEEXT%g
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits