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

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 16 15:26:13 UTC 2019


Author: pkubaj
Date: Wed Oct 16 15:26:12 2019
New Revision: 514599
URL: https://svnweb.freebsd.org/changeset/ports/514599

Log:
  security/pecl-crypto: unbreak on arm, mips
  
  Builds fine on armv7 and there's no reason it wouldn't built on other arches.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/security/pecl-crypto/Makefile

Modified: head/security/pecl-crypto/Makefile
==============================================================================
--- head/security/pecl-crypto/Makefile	Wed Oct 16 15:24:47 2019	(r514598)
+++ head/security/pecl-crypto/Makefile	Wed Oct 16 15:26:12 2019	(r514599)
@@ -11,11 +11,6 @@ COMMENT=	Objective wrapper for OpenSSL Crypto Library
 
 LICENSE=	PHP301
 
-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
-BROKEN_mips64=			fails to configure: C compiler cannot create executables
-
 USES=		compiler:c++11-lang php:pecl
 CONFIGURE_ARGS=	--with-crypto
 CFLAGS+=	-I${OPENSSLINC}


More information about the svn-ports-head mailing list