non port: net/cjdns/Makefile |
SVNWeb
|
Number of commits found: 28 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Fri, 12 Nov 2021
|
[ 05:54 Matthias Fechner (mfechner) ] f4ffcdf (Only the first 10 of 21 ports in this commit are shown above. )
*/*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790
|
Tue, 26 Oct 2021
|
[ 18:46 Piotr Kubaj (pkubaj) ] 9815645
net/cjdns: fix build on powerpc64*
On powerpc64 and powerpc64le systems, os.cpus(), gets defined to []:
> cpus = os.cpus()
[]
It has type object:
> typeof cpus
'object'
This causes jobs to be 0:
> Math.floor((typeof cpus === 'undefined' ? 1 : cpus.length) * 1.25);
0
Change it so that instead of comparing type to undefined, we compare to 0:
> Math.floor((os.cpus() == 0 ? 1 : cpus.length) * 1.25);
1
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 20 Dec 2020
|
[ 19:50 yuri ]
net/cjdns: Update 21 -> 21.1
|
Sat, 19 Sep 2020
|
[ 16:45 yuri ]
net/cjdns: Update 20.7 -> 21
Reported by: portscout
|
Fri, 26 Jun 2020
|
[ 01:46 yuri ]
net/cjdns: Update 20.6 -> 20.7
Reported by: portscout
|
Mon, 18 May 2020
|
[ 01:21 linimon ]
Mark as BROKEN on powerpc64:
cjdns-cjdns-v20.3/cjdroute: No such file or directory
Approved by: portmgr (tier-2 blanket)
|
Tue, 14 Apr 2020
|
[ 13:26 yuri ]
net/cjdns: Remove the deprecation notice because it doesn't use python2 any more
|
[ 13:09 yuri ]
net/cjdns: Update 20.5 -> 20.6
Reported by: portscout
|
Sun, 23 Feb 2020
|
[ 15:25 antoine ] (Only the first 10 of 257 ports in this commit are shown above. )
Deprecate a few ports
With hat: portmgr
|
Thu, 23 Jan 2020
|
[ 05:42 yuri ]
net/cjdns: Update 20.4 -> 20.5
Reported by: repology
|
Sat, 21 Sep 2019
|
[ 16:15 yuri ]
net/cjdns: Update 20.3 -> 20.4
Reported by: portscout
|
Sat, 4 May 2019
|
[ 02:57 yuri ]
net/cjdns: Update 20.2 -> 20.3; Unbreak
amd64 now builds.
I would speculate that armvxx should build too.
Reported by: portscout
|
Thu, 7 Mar 2019
|
[ 15:31 antoine ]
Mark BROKEN: fails to build
internal/modules/cjs/loader.js:651
throw err;
^
Error: Cannot find module '/wrkdirs/usr/ports/net/cjdns/work/cjdns-cjdns-v20.2'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:649:15)
at Function.Module._load (internal/modules/cjs/loader.js:575:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:862:12)
at internal/main/run_main_module.js:21:11
You have a version of node [node] but it is too old [v11.11.0]
### Installing node.js (you can bypass this step by manually installing node.js
v4.6.2 or newer)
No nodejs executable available for freebsd-amd64
Please install nodejs (>= v4.6.2) from your distribution package repository or
source
Reported by: pkg-fallout
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Thu, 12 Jul 2018
|
[ 17:13 yuri ]
net/cjdns: Unbreak on aarch64
PR: 229730
Submitted by: Greg V <greg@unrelenting.technology>
|
Fri, 22 Jun 2018
|
[ 01:15 linimon ] (Only the first 10 of 26 ports in this commit are shown above. )
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Thu, 3 May 2018
|
[ 20:57 yuri ]
net/cjdns: Update 20.1 -> 20.2
Removed patches that now updatream.
Reported by: portscout
|
Thu, 12 Apr 2018
|
[ 17:48 yuri ]
net/cjdns: Unbreak on 12 by adding 2 upstream patches
|
Tue, 27 Mar 2018
|
[ 18:40 yuri ]
net/cjdns: Mark BROKEN on 12 i386
Reported by: fallout
|
Sat, 3 Feb 2018
|
[ 19:33 yuri ]
net/cjdns: Update to 20.1
Reported by: portscout
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D14149
|
Wed, 13 Dec 2017
|
[ 16:05 antoine ]
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
- For totem, the pylint command is needed, not the pylint module
|
Mon, 26 Jun 2017
|
[ 10:10 bhughes ]
net/cjdns: Update 19.1 -> 20
PR: 220725
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D11367
|
Thu, 2 Mar 2017
|
[ 15:43 krion ]
Update net/cjdns to 19.1
PR: 217360
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9808
|
Thu, 3 Nov 2016
|
[ 04:07 jbeich ]
net/cjdns: update to 18
Changes: https://github.com/cjdelisle/cjdns/compare/cjdns-v17.4...cjdns-v18
PR: 213605
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
Sun, 31 Jul 2016
|
[ 14:26 pi ]
New port: net/cjdns
Cjdns implements an encrypted IPv6 network using public-key cryptography for
address allocation and a distributed hash table for routing. This provides
near-zero-configuration networking, and prevents many of the security and
scalability issues that plague existing networks.
WWW: https://github.com/cjdelisle/cjdns
PR: 210730
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
Number of commits found: 28 |