svn commit: r549955 - head/databases/sqlrelay

Mark Linimon linimon at FreeBSD.org
Thu Sep 24 20:42:56 UTC 2020


Author: linimon
Date: Thu Sep 24 20:42:55 2020
New Revision: 549955
URL: https://svnweb.freebsd.org/changeset/ports/549955

Log:
  Also enable on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/sqlrelay/Makefile

Modified: head/databases/sqlrelay/Makefile
==============================================================================
--- head/databases/sqlrelay/Makefile	Thu Sep 24 20:42:33 2020	(r549954)
+++ head/databases/sqlrelay/Makefile	Thu Sep 24 20:42:55 2020	(r549955)
@@ -11,7 +11,7 @@ COMMENT=	Persistent DB connection pooling/proxying/loa
 
 LICENSE=	LGPL20
 
-ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	For i386 some depends like mysql fail to build
 
 LIB_DEPENDS=	librudiments.so:devel/rudiments \


More information about the svn-ports-all mailing list