Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 1999 21:41:15 +0100
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        ports@freebsd.org
Cc:        jim@freebsd.org
Subject:   automake
Message-ID:  <19991124214115.I27070@daemon.ninth-circle.org>

next in thread | raw e-mail | index | archive | help

--Pk6IbRAofICFmK5e
Content-Type: text/plain; charset=us-ascii

Since the maintainer of automake hasn't answered my e-mail of a few
weeks (four or so) yet I am throwing this to the group (again?).

This patch should be in patches as it is a confirmed bug of automake,
but since the next version isn't ready for release yet, it wouldn't be
bad to include it for the time being.  It removes errors when using the
--copying function of automake.

I didn't think this small addition would be worth a full PR, but if
that's what it's got to take, let me know.

-- 
Jeroen Ruigrok van der Werven/Asmodai                  asmodai(at)wxs.nl
The BSD Programmer's Documentation Project <http://home.wxs.nl/~asmodai>;
Network/Security Specialist        BSD: Technical excellence at its best
Learn e-mail netiquette: http://www.lemis.com/email.html
The End has just begun...

--Pk6IbRAofICFmK5e
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="automake.diff"

--- automake.orig	Sun Oct 31 18:23:38 1999
+++ automake	Sun Oct 31 18:14:29 1999
@@ -6907,7 +6907,7 @@
 				$trailer = "; error while making link: $!\n";
 			    }
 			}
-			elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
+			elsif (system ('cp', $am_dir . '/' . $file, $errfile))
 			{
 			    $suppress = 0;
 			    $trailer = "\n    error while copying\n";

--Pk6IbRAofICFmK5e--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991124214115.I27070>