Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2026 09:32:01 +0000
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7a548860e16 - main - net-mgmt/simplomon: Fix missing krbprofile during link
Message-ID:  <6a180b91.32c92.25f8e8ad@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dch:

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

commit f7a548860e16f98794da7dd0a73a9009c7af4498
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2026-05-28 09:30:32 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2026-05-28 09:30:32 +0000

    net-mgmt/simplomon: Fix missing krbprofile during link
    
    ld: error: unable to find library -lkrb5profile
    
    Fixes:  625ea72bc60e
    Sponsored by:   SkunkWerks, GmbH
---
 net-mgmt/simplomon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/simplomon/Makefile b/net-mgmt/simplomon/Makefile
index 63c670ac3c1a..77d52493cd8e 100644
--- a/net-mgmt/simplomon/Makefile
+++ b/net-mgmt/simplomon/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	simplomon
 DISTVERSION=	g20250224
+PORTREVISION=	1
 CATEGORIES=	net-mgmt dns net
 MAINTAINER=	dch@FreeBSD.org
 COMMENT=	Simple network status and uptime monitoring tool
@@ -28,7 +29,6 @@ GH_TUPLE=	berthubert:sqlitewrite:a2c2ee:sqlitewrite \
 USE_RC_SUBR=	simplomon
 
 MESON_ARGS+=	--default-library=static \
-		--prefer-static \
 		--strip \
 		--wrap-mode=nodownload
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a180b91.32c92.25f8e8ad>