1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

net/cjdns: Update 21 -> 21.1

This commit is contained in:
Yuri Victorovich 2020-12-20 19:50:28 +00:00
parent fcf5539093
commit cd9d58d0f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558768
3 changed files with 16 additions and 9 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= cjdns
DISTVERSIONPREFIX= cjdns-v
DISTVERSION= 21
DISTVERSION= 21.1
CATEGORIES= net security
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1600502396
SHA256 (cjdelisle-cjdns-cjdns-v21_GH0.tar.gz) = 6dfb1fe18c9689324f36c8d33e660972aac5af4579fcaa9c4730179bc8d67c69
SIZE (cjdelisle-cjdns-cjdns-v21_GH0.tar.gz) = 4134546
TIMESTAMP = 1608490426
SHA256 (cjdelisle-cjdns-cjdns-v21.1_GH0.tar.gz) = a6158ce7847159aa44e86f74ccc7b6ded6910a230ed8f3830db53cda5838f0b0
SIZE (cjdelisle-cjdns-cjdns-v21.1_GH0.tar.gz) = 4137155

View File

@ -1,11 +1,18 @@
--- node_build/make.js.orig 2018-07-12 12:41:34 UTC
--- node_build/make.js.orig 2020-10-05 21:46:19 UTC
+++ node_build/make.js
@@ -29,7 +29,7 @@ var GCC = process.env['CC'];
@@ -27,7 +27,7 @@ const GetVersion = require('./GetVersion');
var CFLAGS = process.env['CFLAGS'];
var LDFLAGS = process.env['LDFLAGS'];
-var NO_MARCH_FLAG = ['arm', 'ppc', 'ppc64'];
+var NO_MARCH_FLAG = ['arm', 'arm64', 'ppc', 'ppc64'];
if (GCC) {
// Already specified.
Builder.configure({
systemName: process.env['SYSTEM'] || process.platform,
@@ -471,4 +471,4 @@ Builder.configure({
console.log('\x1b[1;31mFailed to build cjdns.\x1b[0m');
process.exit(1);
-});
\ No newline at end of file
+});