svn commit: r552356 - head/databases/postgresql13-server
Palle Girgensohn
girgen at FreeBSD.org
Wed Oct 14 21:18:57 UTC 2020
Author: girgen
Date: Wed Oct 14 21:18:56 2020
New Revision: 552356
URL: https://svnweb.freebsd.org/changeset/ports/552356
Log:
Fix options breakage from r551702.
Make LLVM option work again on everything but powerpc64.
PR: 250346
Submitted by: Christian Ullrich
Modified:
head/databases/postgresql13-server/Makefile
Modified: head/databases/postgresql13-server/Makefile
==============================================================================
--- head/databases/postgresql13-server/Makefile Wed Oct 14 20:38:48 2020 (r552355)
+++ head/databases/postgresql13-server/Makefile Wed Oct 14 21:18:56 2020 (r552356)
@@ -5,7 +5,7 @@ PORTNAME?= postgresql
DISTVERSION?= 13.0
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
@@ -100,7 +100,7 @@ DTRACE_INSTALL_TARGET= install
OPTIONS_DEFINE+= LLVM
OPTIONS_DEFAULT+= LLVM
LLVM_DESC= Build with support for JIT-compiling expressions
-OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_powerpc64_${OSREL:R}}
+OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
OPTIONS_EXCLUDE_powerpc64_12= LLVM
.endif
More information about the svn-ports-all
mailing list