From owner-freebsd-ports Wed Nov 24 12:41:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id 1403B15522; Wed, 24 Nov 1999 12:41:26 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.79]) by smtp05.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA2111; Wed, 24 Nov 1999 21:41:20 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id VAA29344; Wed, 24 Nov 1999 21:41:15 +0100 (CET) (envelope-from asmodai) Date: Wed, 24 Nov 1999 21:41:15 +0100 From: Jeroen Ruigrok/Asmodai To: ports@freebsd.org Cc: jim@freebsd.org Subject: automake Message-ID: <19991124214115.I27070@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Pk6IbRAofICFmK5e" X-Mailer: Mutt 1.0pre3i Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --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 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