svn commit: r563567 - head/databases/sqlrelay

Alexey Dokuchaev danfe at FreeBSD.org
Mon Feb 1 12:24:45 UTC 2021


Author: danfe
Date: Mon Feb  1 12:24:44 2021
New Revision: 563567
URL: https://svnweb.freebsd.org/changeset/ports/563567

Log:
  Remove ONLY_FOR_ARCHS restriction for i386: the port currently builds fine
  on it with all options enabled, and this is generally wrong way to account
  for breakages in dependencies.

Modified:
  head/databases/sqlrelay/Makefile

Modified: head/databases/sqlrelay/Makefile
==============================================================================
--- head/databases/sqlrelay/Makefile	Mon Feb  1 11:19:32 2021	(r563566)
+++ head/databases/sqlrelay/Makefile	Mon Feb  1 12:24:44 2021	(r563567)
@@ -11,9 +11,6 @@ COMMENT=	Persistent DB connection pooling/proxying/loa
 
 LICENSE=	LGPL20
 
-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 \
 		libkrb5.so:security/krb5 \
 		libcurl.so:ftp/curl \


More information about the svn-ports-all mailing list