svn commit: r556861 - head/lang/perl5.32
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Dec 2 23:30:52 UTC 2020
Author: pkubaj
Date: Wed Dec 2 23:30:52 2020
New Revision: 556861
URL: https://svnweb.freebsd.org/changeset/ports/556861
Log:
lang/perl5.32: enable DTRACE on powerpc64
Builds fine.
Modified:
head/lang/perl5.32/Makefile
Modified: head/lang/perl5.32/Makefile
==============================================================================
--- head/lang/perl5.32/Makefile Wed Dec 2 22:48:06 2020 (r556860)
+++ head/lang/perl5.32/Makefile Wed Dec 2 23:30:52 2020 (r556861)
@@ -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
@@ -135,7 +135,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