svn commit: r556852 - head/lang/perl5.28

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 2 21:02:01 UTC 2020


Author: pkubaj
Date: Wed Dec  2 21:01:59 2020
New Revision: 556852
URL: https://svnweb.freebsd.org/changeset/ports/556852

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

Modified:
  head/lang/perl5.28/Makefile

Modified: head/lang/perl5.28/Makefile
==============================================================================
--- head/lang/perl5.28/Makefile	Wed Dec  2 20:36:03 2020	(r556851)
+++ head/lang/perl5.28/Makefile	Wed Dec  2 21:01:59 2020	(r556852)
@@ -2,6 +2,7 @@
 
 PORTNAME=	perl
 DISTVERSION=	${PERL_VERSION}
+PORTREVISION=	1
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	CPAN/../../src/5.0 CPAN/../../authors/id/X/XS/XSAWYERX/
 DIST_SUBDIR=	perl
@@ -31,7 +32,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