head	1.3;
access;
symbols
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	old_RELEASE_5_2_1:1.2
	old_RELEASE_5_2_0:1.2
	old_RELEASE_4_9_0:1.2
	old_RELEASE_5_1_0:1.2
	old_RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.2
	old_RELEASE_4_6_2:1.2
	old_RELEASE_4_6_1:1.2
	old_RELEASE_4_6_0:1.2
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.2
	old_RELEASE_4_3_0:1.2
	old_RELEASE_4_2_0:1.2
	old_RELEASE_4_1_1:1.2
	old_RELEASE_4_1_0:1.2
	old_RELEASE_3_5_0:1.2
	old_RELEASE_4_0_0:1.2
	old_RELEASE_3_4_0:1.2
	old_RELEASE_3_3_0:1.2
	old_RELEASE_3_2_0:1.2
	old_RELEASE_3_1_0:1.2
	old_RELEASE_2_2_8:1.2
	old_RELEASE_3_0_0:1.2
	old_RELEASE_2_2_7:1.2
	old_RELEASE_2_2_6:1.2
	old_RELEASE_2_2_5:1.2
	old_RELEASE_2_2_1:1.1
	old_RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.04.20.20.55.03;	author jylefort;	state dead;
branches;
next	1.2;

1.2
date	97.06.09.07.12.53;	author fenner;	state Exp;
branches;
next	1.1;

1.1
date	96.08.16.14.38.17;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 4.3.77
- Pass maintainership to sylvioc@@gmail.com
- Enable NLS and add WITHOUT_NLS knob

PR:		ports/80123
Submitted by:	Sylvio Cesar <sylvioc@@gmail.com>
Approved by:	adamw (mentor)
@
text
@--- src/shar.c.orig	Sun Jun  8 22:47:22 1997
+++ src/shar.c	Sun Jun  8 22:47:37 1997
@@@@ -688,7 +688,7 @@@@
      const char *local_name;
      const char *restore_name;
 {
-  fprintf (output, "# %6ld %s %s\n", struct_stat.st_size,
+  fprintf (output, "# %6ld %s %s\n", (long)struct_stat.st_size,
 	   mode_string (struct_stat.st_mode), restore_name);
   return 0;
 }
@


1.2
log
@Upgrade to 4.2, from the GNU master site, since the gnu directory
(and sharutils-4.1.4 with it) disappeared from the master site.
Also use install-info on the info files.

Found by:	distfile checker
@
text
@@


1.1
log
@Fix shar so that it doesn't generate:
  # This shar contains:
  # length mode       name
  # ------ ---------- ------------------------------------------
  #   9525 (null) -rw-r--r--
  #   3768 (null) -rw-r--r--
	  ^^^^^^^^^^^
This is a long/off_t printf problem.

The only problem with doing this, is that touching the sources with patch
causes it to want to go and regenerate it's locale databases using some
gnu tools I've never heard of before. :-(  Since patch-ac doesn't actually
change any messages, I've cheated and touched the dependency files in
post-patch.  Please, no pukeing, I know it's a gross hack. ;-)
@
text
@d1 5
a5 5
--- shar.c.dist	Fri Aug 16 22:19:04 1996
+++ shar.c	Fri Aug 16 22:19:36 1996
@@@@ -589,7 +589,7 @@@@
 static int
 generate_one_header_line (const char *local_name, const char *restore_name)
@
