13 Commits

Author SHA1 Message Date
sthen
8ee0e8225b sync WANTLIB 2022-03-31 16:19:20 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
rsadowski
965435c36d Unbreak litecoin with upcoming boost 1.77
https://github.com/bitcoin/bitcoin/pull/22713

While here, regen WANTLIB
2021-08-16 05:39:15 +00:00
rsadowski
e6aea60a86 Update litecoin to 0.18.1.
Notable port changes:

- Disable BIP70, form changlog:

  "A new --disable-bip70 option may be passed to ./configure to prevent
  Bitcoin-Qt from being built with support for the BIP70 payment
  protocol or from linking libssl. As the payment protocol has exposed
  Bitcoin Core to libssl vulnerabilities in the past, builders who don't
  need BIP70 support are encouraged to use this option to reduce their
  exposure to

- Most parts sync with net/bitcoin
2020-06-22 04:13:03 +00:00
rsadowski
17eea649ae Add no_x11 documentation and remove unnecessary debug flavor.
Spotted by espie@ Thanks
2020-01-13 19:55:52 +00:00
kmos
75748ed44c Never completes compilation on sparc64, hitting a clang failure.
"IIRC clang doesn't have an integrated assembler on sparc64 so it
probably needs newer binutils to fix this." -sthen

ok sthen to mark it BROKEN-sparc64
2020-01-02 14:27:46 +00:00
ajacoutot
f2c4db1359 Remove useless homemade variable from rc.d script.
Don't hardcode /etc.
2019-07-07 16:25:27 +00:00
rsadowski
24d09e473d fix typo in daemon_user
While here switch PERMIT_PACKAGE_CDROM to PERMIT_PACKAGE. Hint from Ivan.
2019-07-07 15:22:20 +00:00
sthen
109458a8fa bump REVISION for ports using x11/qt5 MODULES and containing .la files in
their PLIST, following the addition of patch-qmake_generators_unix_unixmake2_cpp
to x11/qt5/qtbase/patches which adds a missing newline.
2019-06-24 20:56:45 +00:00
naddy
b08772880b switch to CONFIGURE_STYLE=autoreconf 2019-05-20 04:47:01 +00:00
rsadowski
19484e0639 Update litecoin to 0.17.1 2019-05-12 13:22:58 +00:00
bket
b5ab658f28 Bump REVISION due to pkgpath change in net/miniupnp/miniupnpc. 2019-03-11 04:11:57 +00:00
rsadowski
fe3d579918 Import litecoin-0.16.3; OK and tweaks kirby@
Comment:
P2P payment system

Description:
Litecoin is a peer-to-peer Internet currency that enables instant payments to
anyone in the world. It is based on the Bitcoin protocol but differs from
Bitcoin in that it can be efficiently mined with consumer-grade hardware.
Litecoin provides faster transaction confirmations (2.5 minutes on average) and
uses memory-hard, scrypt-based mining proof-of-work algorithm to target the
regular computers and GPUs most people already have. The Litecoin network is
scheduled to produce 84 million currency units.

One of the aims of Litecoin was to provide a mining algorithm that could run at
the same time, on the same hardware used to mine bitcoins. With the rise of
specialized ASICs for Bitcoin, Litecoin continues to satisfy these goals. It is
unlikely for ASIC mining to be developed for Litecoin until the currency is
widely used.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://litecoin.org
2019-03-08 05:52:25 +00:00