Bug 18069 - Update port: automake patch update
Summary: Update port: automake patch update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-18 02:40 UTC by JoeLu
Modified: 2000-04-30 00:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JoeLu 2000-04-18 02:40:00 UTC
Another automake bug.

This bug fix has been submitted back to the maintainer of automake,
Tom Tromey <tromey@cygnus.com>, and has been commited into the automake
cvs repository.

How-To-Repeat: 
diff -ruN automake/patches/patch-ac automake/patches/patch-ac
--- automake/patches/patch-ac	Thu Nov 25 06:12:56 1999
+++ automake/patches/patch-ac	Tue Apr 18 09:12:19 2000
@@ -1,5 +1,14 @@
---- automake.in.orig	Wed Nov 24 16:04:56 1999
-+++ automake.in	Wed Nov 24 16:07:15 1999
+--- automake.in	Fri Jan 15 14:42:36 1999
++++ automake.in	Tue Apr 18 09:10:36 2000
+@@ -2367,7 +2367,7 @@
+ 	$output_rules .= "\t  d=\$(srcdir); \\\n";
+     }
+     $output_rules .= ("\t  if test -d \$\$d/\$\$file; then \\\n"
+-		      . "\t    cp -pr \$\$/\$\$file \$(distdir)/\$\$file; \\\n"
++		      . "\t    cp -pr \$\$d/\$\$file \$(distdir)/\$\$file; \\\n"
+ 		      . "\t  else \\\n"
+ 		      . "\t    test -f \$(distdir)/\$\$file \\\n"
+ 		      . "\t    || ln \$\$d/\$\$file \$(distdir)/\$\$file 2> /dev/null \\\n"
 @@ -6907,7 +6907,7 @@
  				$trailer = "; error while making link: $!\n";
  			    }
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-04-30 00:38:09 UTC
State Changed
From-To: open->closed

Committed, thanks!