FreeBSD Bugzilla – Attachment 245744 Details for
Bug 274595
net-p2p/monero-cli: new build option added
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Git patch
net-p2p-monero-cli-v0.18.3.1_2.patch (text/plain), 1.84 KB, created by
Toni B
on 2023-10-19 15:45:56 UTC
(
hide
)
Description:
Git patch
Filename:
MIME Type:
Creator:
Toni B
Created:
2023-10-19 15:45:56 UTC
Size:
1.84 KB
patch
obsolete
>From 474b2a4025a73c9caa11a3bc2be7f563cb57caa0 Mon Sep 17 00:00:00 2001 >From: Toni B <tonidasbabes88@gmail.com> >Date: Thu, 19 Oct 2023 16:18:51 +0100 >Subject: [PATCH] net-p2p/monero-cli v0.18.3.1_2 > >--- > net-p2p/monero-cli/Makefile | 6 +++++- > net-p2p/monero-cli/files/extra-patch-CMakeLists.txt | 11 +++++++++++ > 2 files changed, 16 insertions(+), 1 deletion(-) > create mode 100644 net-p2p/monero-cli/files/extra-patch-CMakeLists.txt > >diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile >index 888238b67b4..59ca1ed52c6 100644 >--- a/net-p2p/monero-cli/Makefile >+++ b/net-p2p/monero-cli/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= monero-cli > DISTVERSIONPREFIX= v > DISTVERSION= 0.18.3.1 >+PORTREVISION= 2 > CATEGORIES= net-p2p finance > > MAINTAINER= ports@FreeBSD.org >@@ -45,10 +46,13 @@ GH_TUPLE= monero-project:monero:${GIT_COMMIT} \ > > CFLAGS+= -D_WANT_SEMUN > >-OPTIONS_DEFINE= DOXYGEN >+OPTIONS_DEFINE= DOXYGEN PORTABLE >+DOXYGEN_DESC= Build documentation > DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ > doxygen:devel/doxygen > DOXYGEN_CMAKE_BOOL= BUILD_DOCUMENTATION >+PORTABLE_DESC= Remove CPU specific optimizations to build portable binaries >+PORTABLE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-CMakeLists.txt > > .include <bsd.port.pre.mk> > >diff --git a/net-p2p/monero-cli/files/extra-patch-CMakeLists.txt b/net-p2p/monero-cli/files/extra-patch-CMakeLists.txt >new file mode 100644 >index 00000000000..1e32509bd09 >--- /dev/null >+++ b/net-p2p/monero-cli/files/extra-patch-CMakeLists.txt >@@ -0,0 +1,11 @@ >+--- CMakeLists.txt 2023-10-19 13:22:04.740149000 +0100 >++++ edit/CMakeLists.txt 2023-10-19 13:23:28.429722000 +0100 >+@@ -609,7 +609,7 @@ >+ >+ # As of OpenBSD 6.8, -march=<anything> breaks the build >+ function(set_default_arch) >+- if (OPENBSD) >++ if (OPENBSD OR FREEBSD) >+ set(ARCH default) >+ else() >+ set(ARCH native) >-- >2.41.0 >
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 274595
:
245744
|
245748