pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/gcal Do not install locale.alias since we never u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e2506d01eac9
branches: trunk
changeset: 499398:e2506d01eac9
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Sep 22 01:38:50 2005 +0000
description:
Do not install locale.alias since we never use the included gettext.
diffstat:
time/gcal/distinfo | 3 ++-
time/gcal/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r d1b9ac187f60 -r e2506d01eac9 time/gcal/distinfo
--- a/time/gcal/distinfo Thu Sep 22 01:25:18 2005 +0000
+++ b/time/gcal/distinfo Thu Sep 22 01:38:50 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 19:14:54 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/09/22 01:38:50 minskim Exp $
SHA1 (gcal-3.01.tar.gz) = 2f8dda0f759760c38beccd07fb73b18b392d6920
RMD160 (gcal-3.01.tar.gz) = 01b54c72df3cbae242d221745343db4a9f3615cb
Size (gcal-3.01.tar.gz) = 2371244 bytes
SHA1 (patch-aa) = 4dd11184acc9e4f1d9dcba796a14b68adb012a87
SHA1 (patch-ab) = eb85707cf22603be7ba43a3e1478b510c8d45645
+SHA1 (patch-ac) = 67fd170face9176330a94aa05133710848386aec
diff -r d1b9ac187f60 -r e2506d01eac9 time/gcal/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/gcal/patches/patch-ac Thu Sep 22 01:38:50 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/09/22 01:38:50 minskim Exp $
+
+--- misc/Makefile.in.orig 2005-09-21 18:26:15.000000000 -0700
++++ misc/Makefile.in
+@@ -252,7 +252,7 @@ installaliasdirs: $(top_srcdir)/mkinstal
+ $(NORMAL_INSTALL)
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(localedir)
+
+-installalias: installalias-@USE_NLS@
++installalias: #installalias-@USE_NLS@
+ installalias-yes: $(srcdir)/locale.alias installaliasdirs
+ $(NORMAL_INSTALL)
+ @if test ! -f "$(localedir)/locale.alias"; \
Home |
Main Index |
Thread Index |
Old Index