/graphics/gpicview/

header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/namecoin
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/namecoin: Update to 0.21.0.1Neel Chauhan2021-04-202-5/+4
| | | | | PR: 255226 Submitted by: Chad Jacob Milios <milios AT ccsys DOT com> (maintainer)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2021-01-261-1/+1
|
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-08-311-0/+1
|
* Update to 0.19.1Li-Wen Hsu2020-06-283-31/+12
| | | | | PR: 247024 Submitted by: Chad Jacob Milios <milios@ccsys.com> (maintainer)
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-06-041-1/+1
|
* net-p2p/namecoin: DEPRECATE, add short EXPIRATION_DATE before 2020Q3, mark ↵Matthias Andree2020-06-021-1/+11
| | | | | | BROKEN. (The db48 dependency was not properly listed in INDEX and thus hidden.)
* net-p2p/namecoin: prepare for Qt5-5.15Tobias C. Berner2020-05-211-0/+10
|
* net-p2p/namecoin: Update 0.17.0 -> 0.19.0.1Yuri Victorovich2020-02-173-5/+14
| | | | | PR: 244154 Reported by: Chad Jacob Milios <milios@ccsys.com> (maintainer)
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-01-221-1/+1
|
* net-p2p/namecoin: fix build on GCC architecturesPiotr Kubaj2020-01-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like some update caused src/httpserver.c to need to include deque when building with GCC. Otherwise it fails to compile with: httpserver.cpp:74:10: error: 'deque' in namespace 'std' does not name a template type 74 | std::deque<std::unique_ptr<WorkItem>> queue; | ^~~~~ httpserver.cpp:33:1: note: 'std::deque' is defined in header '<deque>'; did you forget to '#include <deque>'? 32 | #include <support/events.h> +++ |+#include <deque> 33 | httpserver.cpp: In member function 'bool WorkQueue<WorkItem>::Enqueue(WorkItem*)': httpserver.cpp:92:13: error: 'queue' was not declared in this scope; did you mean 'Enqueue'? 92 | if (queue.size() >= maxDepth) { | ^~~~~ | Enqueue httpserver.cpp:95:9: error: 'queue' was not declared in this scope; did you mean 'Enqueue'? 95 | queue.emplace_back(std::unique_ptr<WorkItem>(item)); | ^~~~~ | Enqueue httpserver.cpp: In member function 'void WorkQueue<WorkItem>::Run()': httpserver.cpp:106:35: error: 'queue' was not declared in this scope; did you mean 'Enqueue'? 106 | while (running && queue.empty()) | ^~~~~ | Enqueue httpserver.cpp:110:31: error: 'queue' was not declared in this scope; did you mean 'Enqueue'? 110 | i = std::move(queue.front()); | ^~~~~ | Enqueue PR: 242710 Approved by: milios@ccsys.com (maintainer timeout) MFH: 2020Q1 (fix build blanket)
* devel/boost-*: update to 1.72.0Jan Beich2019-12-121-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-1/+1
| | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2019-08-011-1/+1
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* Update devel/protobuf to 3.8.0Sunpoet Po-Chuan Hsieh2019-07-061-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 238808 Exp-run by: antoine
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
* Update devel/protobuf to 3.7.1Sunpoet Po-Chuan Hsieh2019-03-311-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 236157 Exp-run by: antoine
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg)
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645
* Update devel/protobuf to 3.6.1Sunpoet Po-Chuan Hsieh2018-12-041-0/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 231008 Exp-run by: antoine
* net-p2p/namecoin: Update to 0.17.0Koichiro Iwao2018-11-263-14/+39
| | | | | | | | | | Also, switched to Qt5 because net/qt4-network is required by dependency however it fails to build with OpenSSL 1.1.1. FreeBSD base OpenSSL has been switched to 1.1.1 since FreeBSD 12. PR: 233201 Submitted by: Chad Jacob Milios <milios@ccsys.com> (maintainer) Approved by: mentors (implicit)
* Update net-p2p/namecoin* ports to version 0.16.2Rene Ladan2018-09-074-76/+10
| | | | | PR: 231167 Submitted by: maintainer
* net-p2p/namecoin[-daemon]: unbreak, unexpire, update to 0.13.2Rene Ladan2018-09-0411-206/+334
| | | | | | | This is part one of the PR. PR: 218961 Submitted by: maintainer
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-301-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Deprecate ports broken for more than 5 monthsAntoine Brodin2018-07-171-0/+2
|
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-291-3/+3
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* Revert r473259 and r473260 which are committed by accidentSunpoet Po-Chuan Hsieh2018-06-251-1/+1
| | | | | - Bump PORTEPOCH for protobuf and py-protobuf - Bump PORTREVISION for dependent ports
* Update to 3.6.0Sunpoet Po-Chuan Hsieh2018-06-251-1/+1
| | | | Changes: https://github.com/google/protobuf/releases
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+2
| | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
* Update devel/protobuf to 3.5.0Sunpoet Po-Chuan Hsieh2017-12-121-1/+1
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* 1: upgrade to 4.0.0.Vanilla I. Shu2017-09-231-1/+1
| | | | 2: chrase shared library version.
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Update devel/protobuf to 3.4.0Sunpoet Po-Chuan Hsieh2017-08-161-1/+1
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-231-0/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* Update devel/protobuf to 3.3.0Sunpoet Po-Chuan Hsieh2017-04-291-1/+1
| | | | | | | | - Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases PR: 178687 [1]
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Update devel/protobuf to 3.2.0Sunpoet Po-Chuan Hsieh2017-01-301-1/+1
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* - update miniupnpc to 2.0.20161216Dirk Meyer2016-12-261-1/+1
| | | | - bump API change
* - Update devel/protobuf to 3.1.0Sunpoet Po-Chuan Hsieh2016-12-151-1/+1
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* - Remove trailing dot in COMMENT and/or reword it accordinglyAlexey Dokuchaev2016-10-291-3/+2
| | | | - Prefer standard option descriptions, and trim one long line
* USE_BDB cleanup.Mathieu Arnold2016-08-081-3/+1
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* Move USE_BDB support from bsd.databases.mk to its own file.Mathieu Arnold2016-04-261-2/+1
| | | | | | | | | | | | | Also: - Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead. - USE_BDB can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* qt4-moc: Add more Boost include guards to moc's definition list.Raphael Kubo da Costa2016-03-243-40/+0
| | | | | | | | | | | | | | In preparation for updating Boost to 1.60, add include guards from more Boost headers to the list of macros that moc automatically defines when processing files. As explained in r408911, Qt4's moc cannot parse some constructs used by a few Boost headers, so we define their include guards to make moc skip them. This is a cleaner approach that allows us to largely revert r408472, r408473, r408474, r408475, r408502, r408773 and r408419, which added several patches to many ports to work around this moc bug. PR: 199601 PR: 208322
* - Fix build with boost 1.60Dmitry Marakasov2016-02-084-0/+41
| | | | | | | - Add LICENSE_FILE PR: 199601 Approved by: portmgr blanket
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-2/+0
| | | | Sponsored by: Absolight
* net-p2p/namecoin: fix for upcoming FORTIFY_SOURCEKurt Jaeger2015-09-022-0/+24
| | | | | | | | | | | | On FreeBSD strlcat and strcpy exist so you should be using the native libc versions instead of redefining your own. FORTIFY_SOURCE depends on using the system headers so this change fixes that case too. PR: 202603 Submitted by: pfg, op Approved by: milios@ccsys.com (maintainer)
* net-p2p/namecoin: 0.3.72 -> 0.3.80, adding slaveport -daemonKurt Jaeger2015-06-117-60/+18
| | | | | | | | Changes: https://github.com/namecoin/namecoin/blob/namecoinq-release/changelog.md PR: 193534 Submitted by: Chad J. Milios <milios@ccsys.com>
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-082-5/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* 2 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+0
| | | | | | | | | | Categories: net-p2p, comms Note that qrq was not properly staged, it failed stage-QA. aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA with a fs violation, but it may be acceptable. Fixes added to both. approved by: PTHREAD blanket
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-201-1/+1
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* - Update to 2.6.0Sunpoet Po-Chuan Hsieh2014-10-041-1/+1
| | | | | | | | | | | | | - Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Use USE_CSTD - Use MAKE_CMD - Reformat pkg-descr - Update WWW - Take maintainership - Bump PORTREVISION for devel/protobuf shlib change Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | - 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)