svn commit: r472734 - head/security/pecl-crypto

Mark Linimon linimon at FreeBSD.org
Tue Jun 19 01:27:04 UTC 2018


Author: linimon
Date: Tue Jun 19 01:27:03 2018
New Revision: 472734
URL: https://svnweb.freebsd.org/changeset/ports/472734

Log:
  Fails the same way on aarch64/11 as on 12.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/pecl-crypto/Makefile

Modified: head/security/pecl-crypto/Makefile
==============================================================================
--- head/security/pecl-crypto/Makefile	Tue Jun 19 01:25:25 2018	(r472733)
+++ head/security/pecl-crypto/Makefile	Tue Jun 19 01:27:03 2018	(r472734)
@@ -10,7 +10,7 @@ COMMENT=	Objective wrapper for OpenSSL Crypto Library
 
 LICENSE=	PHP301
 
-BROKEN_FreeBSD_12_aarch64=	fails to configure: C compiler cannot create executables
+BROKEN_aarch64=			fails to configure: C compiler cannot create executables
 BROKEN_armv6=			fails to configure: C compiler cannot create executables
 BROKEN_armv7=			fails to configure: C compiler cannot create executables
 BROKEN_mips=			fails to configure: C compiler cannot create executables


More information about the svn-ports-all mailing list