FreeBSD Bugzilla – Attachment 247673 Details for
Bug 276345
math/lapack: macOS metafiles installed as manpages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff -u patch to Makefile to fix problem
file_276345.txt (text/plain), 636 bytes, created by
Jamie Landeg-Jones
on 2024-01-15 04:26:42 UTC
(
hide
)
Description:
diff -u patch to Makefile to fix problem
Filename:
MIME Type:
Creator:
Jamie Landeg-Jones
Created:
2024-01-15 04:26:42 UTC
Size:
636 bytes
patch
obsolete
>--- Makefile.orig 2024-01-10 13:13:03.000000000 +0000 >+++ Makefile 2024-01-14 23:19:33.294829000 +0000 >@@ -127,7 +127,7 @@ > > pre-su-install: > .if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) >- cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v Users_julie | \ >+ cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v '/\._' | \ > tee ${WRKDIR}/manpages | ${SED} 's|^|share/|; s|$$|.gz|' >> ${TMPPLIST} > cd ${WRKDIR} && \ > ${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${PREFIX}/share/man/man3 < ${WRKDIR}/manpages >
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 276345
: 247673