svn commit: r556868 - head/lang/perl5-devel

Piotr Kubaj pkubaj at FreeBSD.org
Thu Dec 3 00:19:33 UTC 2020


Author: pkubaj
Date: Thu Dec  3 00:19:33 2020
New Revision: 556868
URL: https://svnweb.freebsd.org/changeset/ports/556868

Log:
  lang/perl5-devel: enable DTRACE on powerpc64
  
  Builds fine, no PORTREVISION bump since this port is updated frequently.

Modified:
  head/lang/perl5-devel/Makefile

Modified: head/lang/perl5-devel/Makefile
==============================================================================
--- head/lang/perl5-devel/Makefile	Thu Dec  3 00:08:36 2020	(r556867)
+++ head/lang/perl5-devel/Makefile	Thu Dec  3 00:19:33 2020	(r556868)
@@ -160,7 +160,7 @@ OPTIONS_EXCLUDE=	DTRACE
 .endif
 .for a in aarch64 arm armv6 armv7 \
 	mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
-	powerpc powerpc64 powerpcspe \
+	powerpc powerpcspe \
 	riscv64 riscv64sf sparc64
 OPTIONS_EXCLUDE_${a}=	DTRACE
 .endfor


More information about the svn-ports-head mailing list