svn commit: r556858 - head/lang/perl5.30

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 2 22:25:49 UTC 2020


Author: pkubaj
Date: Wed Dec  2 22:25:48 2020
New Revision: 556858
URL: https://svnweb.freebsd.org/changeset/ports/556858

Log:
  lang/perl5.30: enable DTRACE on powerpc64
  
  Builds fine.

Modified:
  head/lang/perl5.30/Makefile

Modified: head/lang/perl5.30/Makefile
==============================================================================
--- head/lang/perl5.30/Makefile	Wed Dec  2 22:03:47 2020	(r556857)
+++ head/lang/perl5.30/Makefile	Wed Dec  2 22:25:48 2020	(r556858)
@@ -2,7 +2,7 @@
 
 PORTNAME=	perl
 DISTVERSION=	${PERL_VERSION}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	CPAN/../../src/5.0
 DIST_SUBDIR=	perl
@@ -129,7 +129,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-all mailing list