Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 12:24:45 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563567 - head/databases/sqlrelay
Message-ID:  <202102011224.111COjkQ052687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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