FreeBSD Bugzilla – Attachment 199210 Details for
Bug 233202
net-mgmt/librenms: Fix build with EXAMPLES disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The fixing patch
librenms.patch (text/plain), 945 bytes, created by
Luca Pizzamiglio
on 2018-11-13 15:27:32 UTC
(
hide
)
Description:
The fixing patch
Filename:
MIME Type:
Creator:
Luca Pizzamiglio
Created:
2018-11-13 15:27:32 UTC
Size:
945 bytes
patch
obsolete
>diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile >index 2d4b5600eb52..1c481da1f77d 100644 >--- a/net-mgmt/librenms/Makefile >+++ b/net-mgmt/librenms/Makefile >@@ -157,6 +157,9 @@ do-install: > # Ensure PHP and Python scripts are executable > ${FIND} ${STAGEDIR}/${WWWDIR} -type f -name '*.py' -or -type f -name \ > '*.php' -exec ${CHMOD} +x {} \; >+# these values should be outside the www tree now >+ ${MKDIR} ${STAGEDIR}/var/log/${PORTNAME} >+ ${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} > > do-install-DOCS-on: > ${MKDIR} ${STAGEDIR}/${DOCSDIR} >@@ -171,9 +174,6 @@ do-install-EXAMPLES-on: > ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${EXAMPLESDIR} > .endfor > >-# these values should be outside the www tree now >- ${MKDIR} ${STAGEDIR}/var/log/${PORTNAME} >- ${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} > > post-install: > @${FIND} -s ${STAGEDIR}${WWWDIR} -type f '(' -name '*.orig' -or -name '*.bak' -or -name '.gitignore' ')' -delete
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 233202
: 199210