Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2026 05:32:25 +0000
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5363c2cbffac - main - Mk/bsd.default-versions.mk: switch the default for FIREBIRD to 4.0 on powerpc64le
Message-ID:  <6a17d369.404d8.61880e8e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5363c2cbffac1d3d547c53a43e557cbbeb2dfee6

commit 5363c2cbffac1d3d547c53a43e557cbbeb2dfee6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-05-27 08:27:04 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-05-28 05:32:06 +0000

    Mk/bsd.default-versions.mk: switch the default for FIREBIRD to 4.0 on powerpc64le
    
    Only 4.0 works on powerpc64le.
---
 Mk/bsd.default-versions.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 8e4913ce3c1d..ed5a17e63431 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -47,7 +47,11 @@ EBUR128_DEFAULT?=	legacy
 # Possible values: full canna nox wayland devel_full devel_nox (default: nox)
 #EMACS_DEFAULT?=	nox
 # Possible values: 3.0, 4.0
+.  if ${ARCH} == powerpc64le
+FIREBIRD_DEFAULT?=	4.0
+.  else
 FIREBIRD_DEFAULT?=	3.0
+.  endif
 # Possible values: gfortran
 FORTRAN_DEFAULT?=	gfortran
 # Possible values: 3.2.3, 3.3.1


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a17d369.404d8.61880e8e>