aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-06-14 14:51:20 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-06-14 14:51:20 +0000
commitd6438c38dd262e6018b5dec672567e3c7169409b (patch)
tree67ee01e476f190477ba37d7ad638bbf57de0a2c9 /databases/sqlrelay/Makefile
parentfb8fd37c280da8d6d0bddc77a61b463db34d5b5f (diff)
downloadports-d6438c38dd262e6018b5dec672567e3c7169409b.tar.gz
ports-d6438c38dd262e6018b5dec672567e3c7169409b.zip
Notes
Diffstat (limited to 'databases/sqlrelay/Makefile')
-rw-r--r--databases/sqlrelay/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index f8cb35117631..85c66bd92820 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -3,7 +3,6 @@
PORTNAME= ${SQLRELAY_PORTNAME}
PORTVERSION= ${SQLRELAY_PORTVERSION}
-PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= SF
@@ -12,6 +11,9 @@ COMMENT= Persistent DB connection pooling/proxying/load balancing system
LICENSE= LGPL20
+ONLY_FOR_ARCHS= aarch64 amd64 powerpc64
+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 \
@@ -161,7 +163,7 @@ post-patch:
-e 's#-release \$$\(SQLR_VERSION\)##g;'
post-configure:
- @${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/config.mk
+ ${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/config.mk
post-install:
.for f in ${TOSTRIP}