Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2026 09:30:10 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06c2a42b313b - main - math/eispack: fix installation
Message-ID:  <6a3900a2.18904.4a99d97f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06c2a42b313be73a09f5cbd77fd9438ccb9afe67

commit 06c2a42b313be73a09f5cbd77fd9438ccb9afe67
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-21 00:11:53 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-22 08:41:44 +0000

    math/eispack: fix installation
    
    Port uses <bsd.lib.mk>, which desires STRIP=${STRIP}, but we have
    started to set STRIP=${STRIP_CMD} in MAKE_ENV a while ago.
    Override this bogus setting in MAKE_ARGS to fix installation.
    
    MFH:            2026Q2
    See also:       D55509
---
 math/eispack/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index 398e09e90b97..008032611ab6 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -23,6 +23,7 @@ LDFLAGS+=	${FFLAGS}
 SRCCONF=	/dev/null
 MAKE_ENV+=	SHLIB_MAJOR="${SHLIB_MAJOR}" \
 		SRCCONF="${SRCCONF}"
+MAKE_ARGS=	STRIP=${STRIP}
 
 OPTIONS_DEFINE=	PROFILE
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3900a2.18904.4a99d97f>