Date: Wed, 4 Sep 2024 09:03:29 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f71ee5b13c08 - main - Uses/electronfix.mk: Replace .error with .warning to unbreak make describe Message-ID: <202409040903.48493T9P023776@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=f71ee5b13c081f8924986ba52a32396c87138f99 commit f71ee5b13c081f8924986ba52a32396c87138f99 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-09-04 09:02:03 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-09-04 09:03:08 +0000 Uses/electronfix.mk: Replace .error with .warning to unbreak make describe Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- Mk/Uses/electronfix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/electronfix.mk b/Mk/Uses/electronfix.mk index f5e33da516cb..534321ae56ca 100644 --- a/Mk/Uses/electronfix.mk +++ b/Mk/Uses/electronfix.mk @@ -24,7 +24,7 @@ _INCLUDE_USES_ELECTRONFIX_MK= yes _ELECTRON_MAKEFILE_VERSION= ${.CURDIR}/../../devel/electron${electronfix_ARGS}/Makefile.version . if !exists(${_ELECTRON_MAKEFILE_VERSION}) -. error Unknown Electron version in USES=electronfix:${electronfix_ARGS} +. warning Unknown Electron version in USES=electronfix:${electronfix_ARGS} . endif BUILD_DEPENDS+= electron${electronfix_ARGS}:devel/electron${electronfix_ARGS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409040903.48493T9P023776>