svn commit: r557806 - head/shells/bash/files

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 12 09:58:20 UTC 2020


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 at bengrimm.net, jakob at grimstveit.no
  Submitted by:	rcarter at 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) $@ )


More information about the svn-ports-head mailing list