notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/c-lightning/files/lightningd.in

Number of commits found: 6

Friday, 16 Feb 2024
09:25 Vasil Dimov (vd) search for other commits by this committer
net-p2p/c-lightning: hook dependencies for the clnrest plugin

The clnrest plugin is already installed but it depends on a bunch of
Python packages. Add an option to net-p2p/c-lightning to install and
depend on those packages.

Further, 3 of those packages were not in the FreeBSD ports. Add them:
* net-p2p/pyln-bolt7 Lightning Network BOLT7 implementation
* net-p2p/pyln-client Python client library for lightningd (net-p2p/c-lightning)
* net-p2p/pyln-proto Lightning Network protocol implementation

To enable the plugin, add
clnrest-port=
clnrest-protocol=
clnrest-host=
to /usr/local/etc/lightningd-bitcoin.conf, see
https://docs.corelightning.org/docs/rest

Differential Revision:	https://reviews.freebsd.org/D43863
commit hash: 50d1b70610afb3c07acb3558777fb2df55bca0c1 commit hash: 50d1b70610afb3c07acb3558777fb2df55bca0c1 commit hash: 50d1b70610afb3c07acb3558777fb2df55bca0c1 commit hash: 50d1b70610afb3c07acb3558777fb2df55bca0c1 50d1b70
Monday, 22 Nov 2021
11:52 Vasil Dimov (vd) search for other commits by this committer
net-p2p/c-lightning: Upgrade from 0.10.1 to 0.10.2
commit hash: 1ec29872bf758e541e7932b6c449d1a88b59b594 commit hash: 1ec29872bf758e541e7932b6c449d1a88b59b594 commit hash: 1ec29872bf758e541e7932b6c449d1a88b59b594 commit hash: 1ec29872bf758e541e7932b6c449d1a88b59b594 1ec2987
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Tuesday, 17 Mar 2020
17:23 vd search for other commits by this committer
net-p2p/c-lightning: fix on head and wait bitcoind

* Fix compilation on FreeBSD 13-CURRENT

* Instruct rc(8) to start lightningd after bitcoind, if the latter is to be
  started on this host.

* Wait for bitcoind RPC to be available before starting lightningd because:
  - even though bitcoind would start and its rc script exit, it will not serve
    RPC requests immediately
  - lightningd would not start if bitcoind RPC is not available
Original commitRevision:528588 
Tuesday, 7 Jan 2020
11:12 vd search for other commits by this committer
net-p2p/c-lightning: fix bitcoin-cli exec setup

lightningd does execute bitcoin-cli internally during runtime.

Fix two problems with that:

* The bitcoin-cli executable is usually located in
  /usr/local/bin/bitcoin-cli but service(8) would remove /usr/local/bin
  from PATH before executing our rc script /usr/local/etc/rc.d/lightningd
  and so the lightningd daemon would inherit a PATH that does not contain
  bitcoin-cli. To fix this give the full path to bitcoin-cli to lightningd.

* bitcoin-cli(1) tries to create its datadir when it starts if it does not
  exist. By default that is ${HOME}/.bitcoin. service(8) would set HOME=/
  and if / is mounted read-only, then this creation would fail. Because we
  don't want this directory created (it is not necessary and remains empty)
  tell lightningd to execute
  bitcoin-cli --datadir=/some/directory/that/already/exists.

Also, append ${lightningd_extra_args} to the lightingd arguments. This was
forgotten in the initial commit and setting lightningd_extra_args would have
had no effect.

Reported by:	https://github.com/bitcoin-software
Original commitRevision:522323 
Tuesday, 31 Dec 2019
16:36 vd search for other commits by this committer
net-p2p/c-lightning: Add a new port - Lightning Network implementation in C

A lighweight, highly customizable and standard compliant
implementation of the Lightning Network protocol.

https://github.com/ElementsProject/lightning
Original commitRevision:521643 

Number of commits found: 6