FreeBSD Bugzilla – Attachment 184739 Details for
Bug 221027
[exp-run] define MAKEINFO variable with USES=makeinfo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Set MAKEINFO to the full path of makeinfo
makeinfo.diff (text/plain), 478 bytes, created by
Jung-uk Kim
on 2017-07-26 16:10:29 UTC
(
hide
)
Description:
Set MAKEINFO to the full path of makeinfo
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2017-07-26 16:10:29 UTC
Size:
478 bytes
patch
obsolete
>Index: Mk/Uses/makeinfo.mk >=================================================================== >--- Mk/Uses/makeinfo.mk (revision 446660) >+++ Mk/Uses/makeinfo.mk (working copy) >@@ -15,8 +15,11 @@ _INCLUDE_USES_MAKEINFO_MK= yes > IGNORE= USES=makeinfo - expects no arguments > .endif > >-.if !exists(/usr/bin/makeinfo) >+.if exists(/usr/bin/makeinfo) >+MAKEINFO?= /usr/bin/makeinfo >+.else > BUILD_DEPENDS+= makeinfo:print/texinfo >+MAKEINFO?= ${LOCALBASE}/bin/makeinfo > .endif > > .endif
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 221027
:
184739
|
184777