Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jul 2018 13:41:23 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474011 - head/devel/automake/files
Message-ID:  <201807061341.w66DfNlD093232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Jul  6 13:41:23 2018
New Revision: 474011
URL: https://svnweb.freebsd.org/changeset/ports/474011

Log:
  Add patch to fix parallel build.
  
  PR:		229522

Added:
  head/devel/automake/files/
  head/devel/automake/files/patch-Makefile.in   (contents, props changed)

Added: head/devel/automake/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/automake/files/patch-Makefile.in	Fri Jul  6 13:41:23 2018	(r474011)
@@ -0,0 +1,14 @@
+--- Makefile.in.orig	2018-03-11 21:21:08 UTC
++++ Makefile.in
+@@ -3690,9 +3690,9 @@ doc/aclocal.1 doc/automake.1:
+ 	  && echo ".so man1/$$f-$(APIVERSION).1" > $@
+ 
+ doc/aclocal-$(APIVERSION).1: $(aclocal_script) lib/Automake/Config.pm
+-	$(update_mans) aclocal-$(APIVERSION)
++	$(update_mans) $(aclocal_script)
+ doc/automake-$(APIVERSION).1: $(automake_script) lib/Automake/Config.pm
+-	$(update_mans) automake-$(APIVERSION)
++	$(update_mans) $(automake_script)
+ 
+ # We depend on configure.ac so that we regenerate the tarball
+ # whenever the Automake version changes.



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