FreeBSD Bugzilla – Attachment 245849 Details for
Bug 274696
devel/root: Fix build/run depends in Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch of port Makefile
devel_root01.diff (text/plain), 841 bytes, created by
Erik Jensen
on 2023-10-24 15:20:02 UTC
(
hide
)
Description:
Patch of port Makefile
Filename:
MIME Type:
Creator:
Erik Jensen
Created:
2023-10-24 15:20:02 UTC
Size:
841 bytes
patch
obsolete
>diff --git a/devel/root/Makefile b/devel/root/Makefile >index 14f01c1b1d..4ea696cb7d 100644 >--- a/devel/root/Makefile >+++ b/devel/root/Makefile >@@ -11,8 +11,9 @@ WWW= https://root.cern/ > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/LGPL2_1.txt > >-BUILD_DEPENDS= bash:shells/bash \ >- nlohmann-json>=3:devel/nlohmann-json >+BUILD_AND_RUN_DEPENDS= bash:shells/bash \ >+ nlohmann-json>=3:devel/nlohmann-json >+BUILD_DEPENDS= ${BUILD_AND_RUN_DEPENDS} > LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ > libcurl.so:ftp/curl \ > libfftw3.so:math/fftw3 \ >@@ -29,6 +30,7 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ > libXrdCl.so:databases/xrootd \ > libxxhash.so:devel/xxhash \ > libzstd.so:archivers/zstd >+RUN_DEPENDS= ${BUILD_AND_RUN_DEPENDS} > > USES= cmake compiler:c++17-lang desktop-file-utils \ > gettext-runtime gnome iconv jpeg shebangfix ssl
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:
erik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 274696
: 245849