aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/monero-cli
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/monero-cli: Fix compilation on i386Vasil Dimov2018-06-131-1/+1
| | | | | | | | | | | | | | /usr/src/contrib/llvm/tools/lld/ELF/Driver.cpp:126 contains "elf_i386" as a recognized name, but for some reason monero fails to link on the i386 build cluster with an error: /usr/bin/ld: unrecognised emulation mode: elf_i386 Supported emulations: elf_i386_fbsd Thus, change "elf_i386" to "elf_i386_fbsd". Notes: svn path=/head/; revision=472291
* net-p2p/monero-cli: Comment about a relevant bug entryVasil Dimov2018-06-071-0/+2
| | | | Notes: svn path=/head/; revision=471910
* net-p2p/monero-cli: Upgrade from 0.12.0.0 to 0.12.2.0Vasil Dimov2018-06-079-85/+97
| | | | Notes: svn path=/head/; revision=471906
* - update to miniupnpc 2.1Dirk Meyer2018-05-091-1/+1
| | | | | | | | | | | | | | PR: 228050 Submitted by: Hung-Yi Chen - fix python build - add LICENSE for slave port - make portlint happier - bump PORTREVISION on ports using the shared lib Notes: svn path=/head/; revision=469430
* net-p2p/monero-cli: switch to upstream patchJan Beich2018-04-191-40/+17
| | | | Notes: svn path=/head/; revision=467752
* Adjust PORTREVISION order to pet portlint after r467711Jan Beich2018-04-181-1/+1
| | | | | | | | Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place when DISTVERSION*FIX is used. Notes: svn path=/head/; revision=467713
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* net-p2p/monero-cli: unbreak with boost 1.67Jan Beich2018-04-181-0/+50
| | | | | | | | | | | | | | | | | | | | | | | In file included from src/cryptonote_basic/hardfork.cpp:33: In file included from src/blockchain_db/blockchain_db.h:42: In file included from src/cryptonote_basic/hardfork.h:31: contrib/epee/include/syncobj.h:37:10: fatal error: 'boost/thread/v2/thread.hpp' file not found #include <boost/thread/v2/thread.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/rpc/daemon_handler.cpp:29: In file included from src/rpc/daemon_handler.h:36: In file included from src/p2p/net_node.h:41: In file included from contrib/epee/include/net/levin_server_cp2.h:32: In file included from contrib/epee/include/net/abstract_tcp_server2.h:324: contrib/epee/include/net/abstract_tcp_server2.inl:44:10: fatal error: 'boost/thread/v2/thread.hpp' file not found #include <boost/thread/v2/thread.hpp> // TODO ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467697
* net-p2p/monero-cli: Fix build on FreeBSD10/clang34Vasil Dimov2018-04-134-0/+53
| | | | Notes: svn path=/head/; revision=467214
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableEd Maste2018-03-291-1/+0
| | | | | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876 Notes: svn path=/head/; revision=465900
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-281-0/+2
| | | | | | | | | | | output target. PR: 226996 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465811
* net-p2p/monero-cli: Upgrade from 0.11.1.0 to 0.12.0.0Vasil Dimov2018-03-267-220/+40
| | | | Notes: svn path=/head/; revision=465617
* Work around the lack of definition of union semun per POSIX.Brooks Davis2018-03-021-0/+1
| | | | | | | | | | | | | | | When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137 Notes: svn path=/head/; revision=463452
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* Add a message to make users aware of potential crashes due to a boost bugVasil Dimov2018-01-051-0/+5
| | | | | | | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224599 Notes: svn path=/head/; revision=458162
* net-p2p/monero-cli: Implement missing miner functionsVasil Dimov2017-11-122-0/+195
| | | | Notes: svn path=/head/; revision=454050
* net-p2p/monero-cli: Move readline to USES and add Doxygen optionVasil Dimov2017-11-121-2/+6
| | | | | | | Submitted by: thierry@ Notes: svn path=/head/; revision=454049
* net-p2p/monero-cli: Fix compilation on i386Vasil Dimov2017-11-111-0/+14
| | | | Notes: svn path=/head/; revision=453977
* net-p2p/monero-cli: Add a new port - a secure, private, and untraceable ↵Vasil Dimov2017-11-094-0/+146
cryptocurrency It is open-source and accessible to all. With Monero, you are your own bank. Only you control and are responsible for your funds. Your accounts and transactions are kept private from prying eyes. This is the command line interface from https://github.com/monero-project/monero https://getmonero.org/ Notes: svn path=/head/; revision=453798