From owner-svn-ports-all@freebsd.org Sat Nov 11 07:11:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ACA1E62C3D; Sat, 11 Nov 2017 07:11:39 +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 mx1.freebsd.org (Postfix) with ESMTPS id 16F40765F8; Sat, 11 Nov 2017 07:11:39 +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 vAB7BcwD060425; Sat, 11 Nov 2017 07:11:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAB7Bcs7060423; Sat, 11 Nov 2017 07:11:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711110711.vAB7Bcs7060423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 Nov 2017 07:11:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453953 - in head: net-mgmt/librenms/files net/tcpick/files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: net-mgmt/librenms/files net/tcpick/files X-SVN-Commit-Revision: 453953 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.23 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: Sat, 11 Nov 2017 07:11:39 -0000 Author: antoine Date: Sat Nov 11 07:11:37 2017 New Revision: 453953 URL: https://svnweb.freebsd.org/changeset/ports/453953 Log: Fix the context of some patches so that they apply with stricter patch(1) PR: 223545 With hat: portmgr Modified: head/net-mgmt/librenms/files/patch-poller-wrapper.py head/net/tcpick/files/patch-src_lookup.h Modified: head/net-mgmt/librenms/files/patch-poller-wrapper.py ============================================================================== --- head/net-mgmt/librenms/files/patch-poller-wrapper.py Sat Nov 11 07:11:19 2017 (r453952) +++ head/net-mgmt/librenms/files/patch-poller-wrapper.py Sat Nov 11 07:11:37 2017 (r453953) @@ -1,12 +1,12 @@ ---- poller-wrapper.py.orig 2014-11-04 16:14:27 UTC +--- poller-wrapper.py.orig 2017-05-28 21:54:20 UTC +++ poller-wrapper.py @@ -1,4 +1,4 @@ --#! /usr/bin/env python +-#! /usr/bin/env python2 +#! %%LOCALBASE%%/bin/python """ - poller-wrapper A small tool which wraps around the Observium poller - and tries to guide the polling process with a more modern -@@ -38,6 +38,8 @@ except: + poller-wrapper A small tool which wraps around the poller and tries to + guide the polling process with a more modern approach with a +@@ -36,6 +36,8 @@ except: print "threading, Queue, sys, subprocess, time, os, json" sys.exit(2) Modified: head/net/tcpick/files/patch-src_lookup.h ============================================================================== --- head/net/tcpick/files/patch-src_lookup.h Sat Nov 11 07:11:19 2017 (r453952) +++ head/net/tcpick/files/patch-src_lookup.h Sat Nov 11 07:11:37 2017 (r453953) @@ -1,8 +1,8 @@ ---- src/lookup.h.orig 2011-06-04 14:06:21.000000000 +0900 -+++ src/lookup.h 2011-06-04 14:20:51.000000000 +0900 -@@ -40,3 +40,16 @@ - char * name; - struct in_addr ip; +--- src/lookup.h.orig 2004-12-31 13:53:30 UTC ++++ src/lookup.h +@@ -40,3 +40,16 @@ struct _l_node /* the node/leaf of the t + char * name; + struct in_addr ip; }; + +char *