svn commit: r502870 - head/Mk/Scripts

Antoine Brodin antoine at FreeBSD.org
Tue May 28 09:44:06 UTC 2019


Author: antoine
Date: Tue May 28 09:44:05 2019
New Revision: 502870
URL: https://svnweb.freebsd.org/changeset/ports/502870

Log:
  Add lang/julia to the blacklist of ports that other ports must not depend upon.
  
  With hat:	portmgr

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Tue May 28 09:12:02 2019	(r502869)
+++ head/Mk/Scripts/qa.sh	Tue May 28 09:44:05 2019	(r502870)
@@ -974,6 +974,9 @@ depends_blacklist()
 			lang/gcc)
 				instead="USE_GCC"
 				;;
+			lang/julia)
+				instead="a dependency on lang/julia\${JULIA_DEFAULT:S/.//}"
+				;;
 			devel/llvm)
 				instead="a dependency on devel/llvm\${LLVM_DEFAULT}"
 				;;


More information about the svn-ports-all mailing list