| Summary: | net-p2p/litecoin: Update to 0.17.1 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alex Dupre <ale> | ||||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | hsw | ||||||
| Priority: | --- | Keywords: | needs-patch, needs-qa | ||||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(hsw) |
||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
The litecoin seems to be missing its png file: install /usr/ports/net-p2p/litecoin/files/litecoin.png /data/ports-work/usr/ports/net-p2p/litecoin/work/stage/tmp/litecoin-0.17.1/share/pixmaps/ install: /usr/ports/net-p2p/litecoin/files/litecoin.png: No such file or directory *** Error code 71 I see that there are various "bitcoin" icons that are actually litecoin versions in /data/ports-work/usr/ports/net-p2p/litecoin/work/litecoin-0.17.1/share/pixmaps probably it should install one of these the litecoin-utils and litecoin-daemon compiled. I will see about fixing the png problem and try testing on poudriere later today Reporter is committer, assign accordingly The png is a 5kb file in the files directory: net-p2p/litecoin % file files/litecoin.png files/litecoin.png: PNG image data, 64 x 64, 8-bit/color RGBA, non-interlaced The patch didn't include the binary file. I found litecoin dist already has files for the icon, so I was thinking installing one of these would be better than having one in files You are right, even if they are called bitcoin*.png they actually contain Litecoin logos. I'll update the patch. Created attachment 206915 [details]
Updated patch
Use bundled icon
port test passed on all, but poudriere testport is still running (llvm takes a long time) might have to wait until tomorrow before it finishes poudriere testport ok and I did a quick check of litecoind/litecoin-cli in regtest (note the config needs "[regtest]" now A commit references this bug: Author: ale Date: Tue Aug 27 13:44:19 UTC 2019 New revision: 510014 URL: https://svnweb.freebsd.org/changeset/ports/510014 Log: Update to 0.17.1 release and add the option (default enabled) to use a newer BDB version (sync with bitcoin port). PR: 240058 Submitted by: ale Approved by: maintainer Changes: head/net-p2p/litecoin/Makefile head/net-p2p/litecoin/distinfo head/net-p2p/litecoin/files/litecoin-qt.desktop head/net-p2p/litecoin/files/litecoind.in head/net-p2p/litecoin/files/patch-src_leveldb_helpers_memenv_memenv.cc head/net-p2p/litecoin/pkg-help head/net-p2p/litecoin-daemon/Makefile head/net-p2p/litecoin-utils/Makefile |
Created attachment 206833 [details] Patch Update to latest release and sync it with bitcoin port improvements