Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 22:22:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410799 - in head: mail/thunderbird www/seamonkey
Message-ID:  <201603102222.u2AMMALj031639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Mar 10 22:22:10 2016
New Revision: 410799
URL: https://svnweb.freebsd.org/changeset/ports/410799

Log:
  mail/thunderbird, www/seamonkey: make -jN is unsafe with ENIGMAIL once again

Modified:
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Thu Mar 10 21:58:58 2016	(r410798)
+++ head/mail/thunderbird/Makefile	Thu Mar 10 22:22:10 2016	(r410799)
@@ -137,7 +137,7 @@ post-configure:
 		${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure
 
 post-build:
-	${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \
+	${DO_MAKE_BUILD:N-j*:S,${MAKEFILE},Makefile,} all xpi \
 		-C ${WRKSRC}/mailnews/extensions/enigmail
 .endif
 

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Thu Mar 10 21:58:58 2016	(r410798)
+++ head/www/seamonkey/Makefile	Thu Mar 10 22:22:10 2016	(r410799)
@@ -157,7 +157,7 @@ post-configure:
 
 .if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL}
 post-build:
-	${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \
+	${DO_MAKE_BUILD:N-j*:S,${MAKEFILE},Makefile,} all xpi \
 		-C ${WRKSRC}/mailnews/extensions/enigmail
 .endif
 



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