Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2026 09:30:09 +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: 8c62aaa316f9 - main - net-mgmt/ipv6mon: fix installation
Message-ID:  <6a3900a1.180ea.1da9549d@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=8c62aaa316f9870daa1a7fac4c510cbded5aa596

commit 8c62aaa316f9870daa1a7fac4c510cbded5aa596
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-21 00:09:27 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-22 08:41:44 +0000

    net-mgmt/ipv6mon: fix installation
    
    Port uses <bsd.prog.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
    Approved by:    portmgr (build fix blanket)
---
 net-mgmt/ipv6mon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/ipv6mon/Makefile b/net-mgmt/ipv6mon/Makefile
index 353978101307..30c14772df71 100644
--- a/net-mgmt/ipv6mon/Makefile
+++ b/net-mgmt/ipv6mon/Makefile
@@ -20,7 +20,7 @@ CFLAGS+=	-DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\"
 USERS=		${PORTNAME}
 GROUPS=		${PORTNAME}
 USE_RC_SUBR=	${PORTNAME}
-MAKE_ARGS=	MANDIR=${PREFIX}/share/man/man
+MAKE_ARGS=	MANDIR=${PREFIX}/share/man/man STRIP=${STRIP}
 
 PORTDOCS=	README.TXT \
 		ipv6mon-installation-notes.odt \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3900a1.180ea.1da9549d>