git: cc4d73a31da9 - main - x11/sterm: mark MAKE_JOBS_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 10:45:56 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc4d73a31da9f2cd22faf9581bb204cbae9587bd commit cc4d73a31da9f2cd22faf9581bb204cbae9587bd Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-09-30 10:45:10 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-09-30 10:45:54 +0000 x11/sterm: mark MAKE_JOBS_UNSAFE cp config.def.h config.h cp: config.h: No such file or directory *** [config.h] Error code 1 make[1]: stopped in /wrkdirs/usr/ports/x11/sterm/work/st-0.8.5 --- x11/sterm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11/sterm/Makefile b/x11/sterm/Makefile index 460eca716992..df043ce6e219 100644 --- a/x11/sterm/Makefile +++ b/x11/sterm/Makefile @@ -36,6 +36,8 @@ SCROLLBACK_PATCHFILES= st-scrollback-20210507-4536f46.diff:-p1 \ XRESOURCES_PATCH_SITES= https://st.suckless.org/patches/xresources/ XRESOURCES_PATCHFILES= st-xresources-20200604-9ba7ecf.diff:-p1 +MAKE_JOBS_UNSAFE= yes + pre-everything:: @${ECHO_MSG} "You can build st with your own config.h using the ST_CONF knob:" @${ECHO_MSG} "make ST_CONF=/path/to/st/config.h install clean"