From owner-svn-ports-all@freebsd.org Sun Sep 20 20:35:21 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 56AA23F05E5; Sun, 20 Sep 2020 20:35:21 +0000 (UTC) (envelope-from se@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BvfTP1T18z4VZw; Sun, 20 Sep 2020 20:35:21 +0000 (UTC) (envelope-from se@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 F08E22318C; Sun, 20 Sep 2020 20:35:20 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08KKZKlI092305; Sun, 20 Sep 2020 20:35:20 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08KKZKgX092298; Sun, 20 Sep 2020 20:35:20 GMT (envelope-from se@FreeBSD.org) Message-Id: <202009202035.08KKZKgX092298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Sun, 20 Sep 2020 20:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549392 - in head/benchmarks/pathchirp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/benchmarks/pathchirp: . files X-SVN-Commit-Revision: 549392 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.33 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, 20 Sep 2020 20:35:21 -0000 Author: se Date: Sun Sep 20 20:35:19 2020 New Revision: 549392 URL: https://svnweb.freebsd.org/changeset/ports/549392 Log: Fix build with -fno-common While here add licenses extracted from the source files. Added: head/benchmarks/pathchirp/files/ head/benchmarks/pathchirp/files/LICENSE-MARYLAND (contents, props changed) head/benchmarks/pathchirp/files/LICENSE-RICE (contents, props changed) head/benchmarks/pathchirp/files/patch-Src_chirps__rcv.c (contents, props changed) head/benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h (contents, props changed) Modified: head/benchmarks/pathchirp/Makefile Modified: head/benchmarks/pathchirp/Makefile ============================================================================== --- head/benchmarks/pathchirp/Makefile Sun Sep 20 20:01:55 2020 (r549391) +++ head/benchmarks/pathchirp/Makefile Sun Sep 20 20:35:19 2020 (r549392) @@ -3,11 +3,21 @@ PORTNAME= pathchirp PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.spin.rice.edu/Software/pathChirp/ MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= Measurement tool for available bandwidth estimation + +LICENSE= RICE MARYLAND +LICENSE_COMB= multi +LICENSE_NAME_RICE= Rice University License +LICENSE_FILE_RICE= ${PATCHDIR}/LICENSE-RICE +LICENSE_PERMS_RICE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_NAME_MARYLAND= University of Maryland License +LICENSE_FILE_MARYLAND= ${PATCHDIR}/LICENSE-MARYLAND +LICENSE_PERMS_MARYLAND= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes USES= gmake Added: head/benchmarks/pathchirp/files/LICENSE-MARYLAND ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/pathchirp/files/LICENSE-MARYLAND Sun Sep 20 20:35:19 2020 (r549392) @@ -0,0 +1,19 @@ +Copyright (c) 1991 University of Maryland +All Rights Reserved. + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of U.M. not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. U.M. makes no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. + +U.M. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL U.M. +BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Added: head/benchmarks/pathchirp/files/LICENSE-RICE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/pathchirp/files/LICENSE-RICE Sun Sep 20 20:35:19 2020 (r549392) @@ -0,0 +1,22 @@ +Copyright (c) 2003 - 2005 Rice University +All Rights Reserved. + +Permission to use, copy, modify, distribute, and sell this software +and its documentation is hereby granted without +fee, provided that the above copyright notice appear in all copies +and that both that copyright notice and this permission notice +appear in supporting documentation, and that the name of Rice +University not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. Rice University makes no representations about the +suitability of this software for any purpose. It is provided "as +is" without express or implied warranty. + +RICE UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL RICE UNIVERSITY BE LIABLE FOR ANY +SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING +OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. Added: head/benchmarks/pathchirp/files/patch-Src_chirps__rcv.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/pathchirp/files/patch-Src_chirps__rcv.c Sun Sep 20 20:35:19 2020 (r549392) @@ -0,0 +1,13 @@ +--- Src/chirps_rcv.c.orig 2005-05-19 20:32:10 UTC ++++ Src/chirps_rcv.c +@@ -3,6 +3,10 @@ + + extern void sig_alrm(int signo); + ++union { ++ struct cmsghdr cm; ++ char control[CMSG_SPACE(sizeof(struct timeval))]; ++} control_un; + + /* recording contents of packet. Using inline to make code run faster */ + inline void update_info(u_int32_t nc,u_int32_t np,double snd_time,double rcv_time,u_int32_t pkt_req_num,int good_jumbo_pkt) Added: head/benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/pathchirp/files/patch-Src_pathchirp__rcv.h Sun Sep 20 20:35:19 2020 (r549392) @@ -0,0 +1,14 @@ +--- Src/pathchirp_rcv.h.orig 2005-05-20 15:42:05 UTC ++++ Src/pathchirp_rcv.h +@@ -37,11 +37,7 @@ extern FILE *fd_debug;/* file pointers for debug files + + #ifdef HAVE_SO_TIMESTAMP + extern struct msghdr msg; + extern struct iovec iov[1]; +- union{ +- struct cmsghdr cm; +- char control[CMSG_SPACE(sizeof(struct timeval))]; +- } control_un; + + extern struct cmsghdr *cmptr; + #endif