Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 15:27:12 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545236 - head/lang/perl5.32
Message-ID:  <202008181527.07IFRCN8040415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Aug 18 15:27:12 2020
New Revision: 545236
URL: https://svnweb.freebsd.org/changeset/ports/545236

Log:
  lang/perl5.32: revert r544611
  
  Perl builds fine on powerpc with LLVM 11 rc1.

Modified:
  head/lang/perl5.32/Makefile

Modified: head/lang/perl5.32/Makefile
==============================================================================
--- head/lang/perl5.32/Makefile	Tue Aug 18 15:10:21 2020	(r545235)
+++ head/lang/perl5.32/Makefile	Tue Aug 18 15:27:12 2020	(r545236)
@@ -19,7 +19,7 @@ LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 #DEPRECATED=	Support ends three years after .0 release. Please upgrade to a more recent version of Perl
 #EXPIRATION_DATE=<Release date of .0 + 3 years>
 
-USES=		compiler cpe tar:xz
+USES=		cpe tar:xz
 
 # Give a hint of where libperl.so can be found.
 USE_LDCONFIG=	${PREFIX}/${_ARCH_LIB}/CORE
@@ -179,12 +179,6 @@ _PERL5_DEFAULT_FILE=	/tmp/PERL5_DEFAULT
 CONFIGURE_ARGS+=	-Accflags='-DUSE_THREAD_SAFE_LOCALE'
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == powerpc && ${CHOSEN_COMPILER_TYPE} == clang
-CFLAGS+=	-O1
-.endif
-
 # if this port is default due PERL5_DEFAULT
 # change PKGNAME to reflect this
 .if ${PERL_VER} == ${PERL5_DEFAULT}
@@ -296,4 +290,4 @@ post-install:
 		done
 	${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PKGNAMESUFFIX}.conf
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008181527.07IFRCN8040415>