FreeBSD Bugzilla – Attachment 220349 Details for
Bug 251602
x11-wm/stumpwm: there was a problem updating to 20.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix build when stumpwm is already installed
stumpwm.diff (text/plain), 922 bytes, created by
Joseph Mingrone
on 2020-12-07 15:47:15 UTC
(
hide
)
Description:
Patch to fix build when stumpwm is already installed
Filename:
MIME Type:
Creator:
Joseph Mingrone
Created:
2020-12-07 15:47:15 UTC
Size:
922 bytes
patch
obsolete
>diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile >index 65096c05e930..73fc6c253b1c 100644 >--- a/x11-wm/stumpwm/Makefile >+++ b/x11-wm/stumpwm/Makefile >@@ -52,12 +52,15 @@ do-build: > (cd ${WRKSRC} && \ > CL_SOURCE_REGISTRY="${WRKSRC}" \ > ASDF_OUTPUT_TRANSLATIONS="/:" \ >+ FBSD_ASDF_COMPILE_PORT=t PORTNAME=${PORTNAME} WRKSRC=${WRKSRC}/ \ > ${SBCL} \ >- --eval "(asdf:oos 'asdf:compile-op :${PORTNAME})" \ >- --eval "(load \"load-stumpwm.lisp\")" \ >- --eval "(load \"manual.lisp\")" \ >- --eval "(stumpwm::generate-manual)" \ >- --eval "(sb-ext:quit)" && \ >+ --noinform --no-sysinit --no-userinit \ >+ --eval '#.(load "${LOCALBASE}/etc/asdf-init")' \ >+ --eval "(asdf:oos 'asdf:compile-op :${PORTNAME} :force t)" \ >+ --eval '(load "load-stumpwm.lisp")' \ >+ --eval '(load "manual.lisp")' \ >+ --eval '(stumpwm::generate-manual)' \ >+ --eval '(sb-ext:quit)' && \ > makeinfo stumpwm.texi) > > do-install:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251602
: 220349