FreeBSD Bugzilla – Attachment 225529 Details for
Bug 254751
devel/e2fsprogs-libss: fails to build with /bin/sh: compile_et: not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
use local compile_et in build
e2fsprogs-libss.patch (text/plain), 526 bytes, created by
Matthias Andree
on 2021-06-03 14:58:07 UTC
(
hide
)
Description:
use local compile_et in build
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2021-06-03 14:58:07 UTC
Size:
526 bytes
patch
obsolete
>diff --git a/devel/e2fsprogs-libss/Makefile b/devel/e2fsprogs-libss/Makefile >index e0a610d8bfbd..4cd378443bc1 100644 >--- a/devel/e2fsprogs-libss/Makefile >+++ b/devel/e2fsprogs-libss/Makefile >@@ -22,7 +22,8 @@ FILESDIR= ${.CURDIR}/files > PKGDIR= ${.CURDIR} > > pre-build: >- (cd ${WRKSRC}/lib/ss && compile_et ss_err.et && \ >+ (cd ${WRKSRC}/lib/et && ${GMAKE} compile_et ) >+ (cd ${WRKSRC}/lib/ss && ../et/compile_et ss_err.et && \ > ${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h) > > .include "${MASTERDIR}/Makefile"
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
Flags:
mandree
:
maintainer-approval?
(
kaduk-fbsd
)
Actions:
View
|
Diff
Attachments on
bug 254751
:
223795
|
223796
|
224472
| 225529 |
231038