Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2024 22:08:54 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: a8590133f369 - 2024Q2 - sysutils/slurm-wlm: include <bsd.port.options.mk>
Message-ID:  <202405062208.446M8sfU019585@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by fuz:

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

commit a8590133f3692f72aad4bbf067376c8a56492fa2
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-05-06 22:07:31 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-05-06 22:08:31 +0000

    sysutils/slurm-wlm: include <bsd.port.options.mk>
    
    This fixes a bad cherry-pick.
    
    Reported by:    dvl
    Fixes:          2a7abdbccbf9460e6c411c1d67fec4b0e373e8c4
---
 sysutils/slurm-wlm/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index 41dcb2267d65..bc38536accdc 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -119,6 +119,8 @@ PROC2FIX=	common/callerid.c common/fd.c common/fetch_config.c	\
 LLD2FIX=	api plugins/openapi sacctmgr sackd scontrol scrontab scrun	\
 		slurmctld slurmd/slurmd squeue
 
+.include <bsd.port.options.mk>
+
 # Hack around nonfunctional --disable-gtktest flag
 pre-configure-GUI-off:
 	${REINPLACE_CMD} -e 's|min_gtk_version=.*|min_gtk_version=2000.0.0|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405062208.446M8sfU019585>