Date: Wed, 24 Nov 2021 09:09:20 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 864a4c252978 - main - lang/rust: stable/13 has the kern.proc.pathname fixes too Message-ID: <202111240909.1AO99K89028474@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=864a4c252978a09ad5e230208b9abbeb4ae08de0 commit 864a4c252978a09ad5e230208b9abbeb4ae08de0 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-11-24 07:09:02 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-11-24 09:05:49 +0000 lang/rust: stable/13 has the kern.proc.pathname fixes too --- lang/rust/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 2a584a160ab0..5a2aee23f2df 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -114,7 +114,9 @@ EXTRA_PATCHES+= ${PATCHDIR}/${ARCH}${BOOTSTRAPS_SUFFIX} # anyway... .if exists(${PATCHDIR}/no-hardlinks) _KERN_OSRELDATE!= ${SYSCTL} -n kern.osreldate 2>/dev/null || echo 0 -. if ${_KERN_OSRELDATE} < 1400040 +. if ${_KERN_OSRELDATE} >= 1400040 +. elif ${_KERN_OSRELDATE} >= 1300521 +. else EXTRA_PATCHES+= ${PATCHDIR}/no-hardlinks . endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111240909.1AO99K89028474>