X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <200403271444.i2REi72K016715@delorie.com> From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-announce AT delorie DOT com Date: Sat, 27 Mar 2004 10:50:55 +0100 Subject: ANNOUNCE: Update of DJGPP port of GNU Patch 2.5.4 uploaded Content-description: Mail message body X-TUD-HRZ-MailScanner: Found to be clean X-TUD-HRZ-MailScanner-SpamCheck: not spam, SpamAssassin (Wertung=2.521, benoetigt 5, FROM_ENDS_IN_NUMS 0.87, J_CHICKENPOX_63 0.60, MAILTO_TO_SPAM_ADDR 1.05) X-TUD-HRZ-MailScanner-SpamScore: ss Note-from-DJ: This may be spam This is an update of the port of GNU Patch 2.5.4 to MSDOS/DJGPP. Unfortunately I have not noticed that the previous version of the Makefile installs the formated man page in the man1 directory instead of installing it into the cat1 directory. This issue is fixed here. Of course, you don't need to download this version of the port to fix this misfeature. You can simply move the man page manually from the man1 dir to the cat1 dir and you are done. If you don't want to download the new port, you can apply the small patch below to fix the issue. The port consists of the two packages that can be downloaded from ftp.delorie.com and mirrors as (timestamp 2004-03-26): Patch 2.5.4 binary and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/pat254b.zip Patch 2.5.4 source: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/pat254s.zip Send Patch specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel --- config.sed.old 2004-03-19 01:18:58.000000000 +0000 +++ config.sed 2004-03-25 23:37:48.000000000 +0000 @@ -10,9 +10,13 @@ s,\\.tab\\.,_tab.,g\ s,Makefile\\.in\\.in,Makefile.in-in,g\ s,Makefile\\.am\\.in,Makefile.am-in,g\ + /^man1dir[ ]*=/ a\\\\\ +cat1dir = \\\$(mandir)/cat1\ + /^installdirs:/,/^$/ s/man1dir/cat1dir/\ /(INSTALL_DATA)/ {\ s/\\.man/.1/\ s/\\\\\\$(srcdir)/./\ + s/man1dir/cat1dir/\ }\ /^all:/ s/\$/ docs/\ /^\\\\\\$(OBJS):/ a\\\\\ @@ -83,10 +87,10 @@ } # Add DJGPP version information. -# /^#define VERSION/ s/\$VERSION/& (DJGPP port 2004-03-19 (r1))/ +# /^#define VERSION/ s/\$VERSION/& (DJGPP port 2004-03-26 (r2))/ /^[ ]*VERSION=/ { s/=/="/ - s/$/ (DJGPP port 2004-03-19 (r1))"/ + s/$/ (DJGPP port 2004-03-26 (r2))"/ } # We need makeinfo to make the html formated docs.