Port details |
- solidcoin Alternative Bitcoin peer-to-peer currency client
- 2.041_7 net-p2p
=0 2.041_7Version of this port present on the latest quarterly branch.
- BROKEN: Does not build with any of the supported wx
DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html This port expired on: 2014-08-31 IGNORE: is marked as broken: Does not build with any of the supported wx
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-12-14 23:30:07
- Last Update: 2014-09-01 23:05:27
- SVN Revision: 366967
- Also Listed In: finance
- License: MIT
- WWW:
- http://solidcoin.info
- Description:
- SolidCoin is an open source digital currency, originally based on Bitcoin,
but now heavily modified and improved. SolidCoin works over a distributed
peer-to-peer network to offer irreversible, low-cost, anonymous and
decentralized monetary transactions.
WWW: http://solidcoin.info
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- solidcoin>0:net-p2p/solidcoin
- No installation instructions:
- This port has been deleted.
- PKGNAME: solidcoin
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- algorithm.hpp : devel/boost-libs
- libcrypto.so.8 : security/openssl
- gmake : devel/gmake
- Runtime dependencies:
-
- libcrypto.so.8 : security/openssl
- Library dependencies:
-
- libboost_date_time.so : devel/boost-libs
- libglib-2.0.so : devel/glib20
- libpcre.so : devel/pcre
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for solidcoin-2.041_7:
WXGTK=on: wxGTK GUI toolkit support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.041_7 01 Sep 2014 23:05:27 |
bapt |
Remove non staged ports without pending PR from net-p2p, net and news |
2.041_7 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
2.041_6 24 Mar 2014 13:43:36 |
bapt |
Mark as broken ports that expect wx 2.9+ but does not build with 3.0 (2.9 is a
dev version and will be removed soon) |
2.041_6 24 Mar 2014 12:25:24 |
bapt |
Switch to wx 3.0 |
2.041_5 10 Mar 2014 16:38:00 |
bapt |
Convert n* to USES=zip |
2.041_5 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
2.041_4 12 Dec 2013 14:23:25 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
2.041_4 19 Nov 2013 23:08:45 |
mat |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
2.041_4 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.041_4 30 Apr 2013 02:24:09 |
miwi |
- Fix build
PR: 177925
Submitted by: Ports Fury |
2.041_3 20 Feb 2013 22:59:10 |
rene |
Convert to optionsNG (rename GUI to WXGTK to get a more accure description) |
2.041_3 14 Feb 2013 06:29:31 |
linimon |
Maintainer no longer wishes to maintain this port. |
2.041_3 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
2.041_2 30 Jan 2013 14:56:52 |
bapt |
Mark as broken: does not build:
uibase.cpp: In constructor 'CMainFrameBase::CMainFrameBase(wxWindow*,
wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)':
uibase.cpp:142: error: ISO C++ says that these are ambiguous, even though the
worst conversion for the first is better than the worst conversion for the
second:
/usr/local/include/wx-2.9/wx/gtk/font.h:37: note: candidate 1:
wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding)
/usr/local/include/wx-2.9/wx/gtk/font.h:70: note: candidate 2:
wxFont::wxFont(int, wxFontFamily, int, const wxString&, wxFontEncoding)
uibase.cpp:165: error: ISO C++ says that these are ambiguous, even though the
worst conversion for the first is better than the worst conversion for the
second:
/usr/local/include/wx-2.9/wx/gtk/font.h:37: note: candidate 1:
wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding)
/usr/local/include/wx-2.9/wx/gtk/font.h:70: note: candidate 2:
wxFont::wxFont(int, wxFontFamily, int, const wxString&, wxFontEncoding) |
2.041_2 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
2.041_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.041 01 Feb 2012 13:14:05 |
culot |
- Update to 2.041
Changes: http://solidcointalk.org/topic/532-solidcoin-v2041-released/
PR: ports/164686
Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) |
2.03 16 Jan 2012 06:14:49 |
jgh |
- Update to 2.03
PR: ports/164142
Submitted by: maintainer ( Dmitriy Limonov <earl1k at mail.ru> )
Approved by: cress, rene (mentors,implicit) |
2.02 19 Dec 2011 15:38:40 |
culot |
- Update to 2.02
Changes: http://solidcointalk.org/topic/481-solidcoin-v202-released/
PR: ports/163436
Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) |
2.01 14 Dec 2011 23:29:47 |
pawel |
SolidCoin is an open source digital currency, originally based on Bitcoin,
but now heavily modified and improved. SolidCoin works over a distributed
peer-to-peer network to offer irreversible, low-cost, anonymous and
decentralized monetary transactions.
WWW: http://solidcoin.info
PR: ports/162335
Submitted by: Dmitriy Limonov |