Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 09:58:19 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557806 - head/shells/bash/files
Message-ID:  <202012120958.0BC9wJao047097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Dec 12 09:58:19 2020
New Revision: 557806
URL: https://svnweb.freebsd.org/changeset/ports/557806

Log:
  In some cases bash fails to build parallel make jobs. Provide a patch.
  
  [1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2ebbf4b8bc660beb98cc2d845c73375d6e4f50
  
  PR:		251755
  Reported by:	mikael, freebsd@bengrimm.net, jakob@grimstveit.no
  Submitted by:	rcarter@pinyon.org
  Obtained from:	gentoo [1]

Modified:
  head/shells/bash/files/patch-Makefile.in

Modified: head/shells/bash/files/patch-Makefile.in
==============================================================================
--- head/shells/bash/files/patch-Makefile.in	Sat Dec 12 09:20:57 2020	(r557805)
+++ head/shells/bash/files/patch-Makefile.in	Sat Dec 12 09:58:19 2020	(r557806)
@@ -1,6 +1,15 @@
---- Makefile.in.orig	2018-05-25 12:47:09 UTC
+--- Makefile.in.orig	2020-12-04 14:51:19 UTC
 +++ Makefile.in
-@@ -824,7 +824,9 @@ install:	.made installdirs
+@@ -584,6 +584,8 @@ $(Program):  .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDE
+ 	ls -l $(Program)
+ 	-$(SIZE) $(Program)
+ 
++$(CSOURCES): $(DEFDIR)/builtext.h
++
+ .build:	$(SOURCES) config.h Makefile version.h $(VERSPROG)
+ 	@echo
+ 	@echo "	  ***********************************************************"
+@@ -831,7 +833,9 @@ install:	.made installdirs
  		infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ )
  	-( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )
  	-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )



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