svn commit: r495142 - in head/net-p2p/monero-cli: . files

Vasil Dimov vd at FreeBSD.org
Sat Mar 9 13:36:34 UTC 2019


Author: vd
Date: Sat Mar  9 13:36:32 2019
New Revision: 495142
URL: https://svnweb.freebsd.org/changeset/ports/495142

Log:
  net-p2p/monero-cli: Upgrade from 0.14.0.1 to 0.14.0.2

Added:
  head/net-p2p/monero-cli/files/patch-src_crypto_CMakeLists.txt   (contents, props changed)
Modified:
  head/net-p2p/monero-cli/Makefile
  head/net-p2p/monero-cli/distinfo

Modified: head/net-p2p/monero-cli/Makefile
==============================================================================
--- head/net-p2p/monero-cli/Makefile	Sat Mar  9 12:40:49 2019	(r495141)
+++ head/net-p2p/monero-cli/Makefile	Sat Mar  9 13:36:32 2019	(r495142)
@@ -3,7 +3,7 @@
 
 PORTNAME=	monero-cli
 # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present)
-PORTVERSION=	0.14.0.1
+PORTVERSION=	0.14.0.2
 DISTVERSIONPREFIX=	v
 # and uncomment the following two lines
 #PORTVERSION=	0
@@ -19,11 +19,6 @@ BROKEN_aarch64=		fails to compile: the clang compiler 
 BROKEN_armv6=		fails to compile: the clang compiler does not support -march=native
 BROKEN_armv7=		fails to compile: the clang compiler does not support -march=native
 BROKEN_powerpc64=	fails to compile: the clang compiler does not support -march=native
-# /usr/bin/ld: error: undefined symbol: CryptonightR_instruction16
-# >>> referenced by CryptonightR_JIT.c
-# >>>               CryptonightR_JIT.c.o:(instructions) in archive src/crypto/libcncrypto.a
-# (and similar errors for CryptonightR_instruction0..19)
-BROKEN_amd64=		fails to compile: undefined symbol: CryptonightR_instruction16
 
 LIB_DEPENDS=	\
 		libboost_chrono.so:devel/boost-libs \

Modified: head/net-p2p/monero-cli/distinfo
==============================================================================
--- head/net-p2p/monero-cli/distinfo	Sat Mar  9 12:40:49 2019	(r495141)
+++ head/net-p2p/monero-cli/distinfo	Sat Mar  9 13:36:32 2019	(r495142)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551728387
-SHA256 (monero-project-monero-v0.14.0.1_GH0.tar.gz) = 1f2436c552ecb6a1db1fa3fbb4a225cffdb6ed99b94cfdf757c5d87a14ebf1d7
-SIZE (monero-project-monero-v0.14.0.1_GH0.tar.gz) = 8657373
+TIMESTAMP = 1552137551
+SHA256 (monero-project-monero-v0.14.0.2_GH0.tar.gz) = 90a0a9395fe911378a2e1e495df4cdb6b03cb7baaae63b8dda1c8ae827bb5385
+SIZE (monero-project-monero-v0.14.0.2_GH0.tar.gz) = 8659788

Added: head/net-p2p/monero-cli/files/patch-src_crypto_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/monero-cli/files/patch-src_crypto_CMakeLists.txt	Sat Mar  9 13:36:32 2019	(r495142)
@@ -0,0 +1,11 @@
+--- src/crypto/CMakeLists.txt.orig	2019-03-07 13:25:34 UTC
++++ src/crypto/CMakeLists.txt
+@@ -48,7 +48,7 @@ set(crypto_sources
+   CryptonightR_JIT.c
+   tree-hash.c)
+ 
+-if(ARCH_ID STREQUAL "x86_64" OR ARCH_ID STREQUAL "x86-64")
++if(ARCH_ID STREQUAL "x86_64" OR ARCH_ID STREQUAL "x86-64" OR ARCH_ID STREQUAL "amd64")
+ list(APPEND crypto_sources CryptonightR_template.S)
+ endif()
+ 


More information about the svn-ports-all mailing list