From owner-svn-ports-all@freebsd.org Sun Jan 19 17:33:15 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48E0E1FF510; Sun, 19 Jan 2020 17:33:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48122M14TVz4VRF; Sun, 19 Jan 2020 17:33:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 074BFE6F3; Sun, 19 Jan 2020 17:33:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00JHXEgL024610; Sun, 19 Jan 2020 17:33:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00JHXEIi024607; Sun, 19 Jan 2020 17:33:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202001191733.00JHXEIi024607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 19 Jan 2020 17:33:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523582 - in head/net/norm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/net/norm: . files X-SVN-Commit-Revision: 523582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2020 17:33:15 -0000 Author: antoine Date: Sun Jan 19 17:33:14 2020 New Revision: 523582 URL: https://svnweb.freebsd.org/changeset/ports/523582 Log: Allow building with a recent version of python Added: head/net/norm/files/ head/net/norm/files/patch-protolib_include_protoSpace.h (contents, props changed) Modified: head/net/norm/Makefile head/net/norm/distinfo Modified: head/net/norm/Makefile ============================================================================== --- head/net/norm/Makefile Sun Jan 19 17:19:13 2020 (r523581) +++ head/net/norm/Makefile Sun Jan 19 17:33:14 2020 (r523582) @@ -3,22 +3,25 @@ PORTNAME= norm PORTVERSION= 1.5r6 CATEGORIES= net -MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/norm/archive/ +MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/norm/archive/:norm \ + https://waf.io/:waf DISTNAME= src-norm-${DISTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:norm \ + waf-2.0.19:waf +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= hd@oc.dk COMMENT= NACK-Oriented Reliable Multicast (NORM) WRKSRC= ${WRKDIR}/norm-${DISTVERSION} -USES= libtool python:2.7,build tar:tgz waf +USES= libtool tar:tgz waf USE_LDCONFIG= yes PLIST_FILES= include/normApi.h lib/libnorm.so lib/libnorm.so.1 \ lib/libnorm.so.1.0.0 -post-patch: - @${REINPLACE_CMD} -e '92s,r.*;,{&},' \ - ${WRKSRC}/protolib/include/protoSpace.h +post-extract: + ${CP} ${DISTDIR}/waf-2.0.19 ${WRKSRC}/waf post-install: ${INSTALL_DATA} ${WRKSRC}/include/normApi.h ${STAGEDIR}${PREFIX}/include/ Modified: head/net/norm/distinfo ============================================================================== --- head/net/norm/distinfo Sun Jan 19 17:19:13 2020 (r523581) +++ head/net/norm/distinfo Sun Jan 19 17:33:14 2020 (r523582) @@ -1,2 +1,5 @@ +TIMESTAMP = 1579424199 SHA256 (src-norm-1.5r6.tgz) = 20ea2e8dd5d5e1ff1ff91dc7dab6db53a77d7b7183d8cf2425c215fd294f22a7 SIZE (src-norm-1.5r6.tgz) = 2297898 +SHA256 (waf-2.0.19) = ba63c90a865a9bcf46926c4e6776f9a3f73d29f33d49b7f61f96bc37b7397cef +SIZE (waf-2.0.19) = 104832 Added: head/net/norm/files/patch-protolib_include_protoSpace.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/norm/files/patch-protolib_include_protoSpace.h Sun Jan 19 17:33:14 2020 (r523582) @@ -0,0 +1,11 @@ +--- protolib/include/protoSpace.h.orig 2011-09-08 18:57:12 UTC ++++ protolib/include/protoSpace.h +@@ -89,7 +89,7 @@ class ProtoSpace + } + #else + ProtoTree::Endian GetEndian() const +- return ProtoTree::ENDIAN_BIG; ++ {return ProtoTree::ENDIAN_BIG;} + void SetNode(Node* theNode) + {memcpy(key+sizeof(double), &theNode, sizeof(Node*));} + Node* GetNode() const