Date: Thu, 20 Nov 2014 12:12:39 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372907 - head/www/chtml Message-ID: <201411201212.sAKCCd6m052004@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Nov 20 12:12:38 2014 New Revision: 372907 URL: https://svnweb.freebsd.org/changeset/ports/372907 QAT: https://qat.redports.org/buildarchive/r372907/ Log: Mark jobs unsafe, it will try to run the chtml binary before generating it. Sponsored by: Absolight Modified: head/www/chtml/Makefile Modified: head/www/chtml/Makefile ============================================================================== --- head/www/chtml/Makefile Thu Nov 20 11:36:17 2014 (r372906) +++ head/www/chtml/Makefile Thu Nov 20 12:12:38 2014 (r372907) @@ -18,5 +18,6 @@ USE_PERL5= run MAKE_ENV= SITE_PERL=${SITE_PERL} NO_WRKSUBDIR= yes MAKEFILE= makefile +MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411201212.sAKCCd6m052004>