From owner-svn-ports-all@freebsd.org Thu Nov 9 20:09:20 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 872D3E5A859; Thu, 9 Nov 2017 20:09:20 +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 60F527657C; Thu, 9 Nov 2017 20:09:20 +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 vA9K9J35063716; Thu, 9 Nov 2017 20:09:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA9K9IwQ063707; Thu, 9 Nov 2017 20:09:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711092009.vA9K9IwQ063707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 9 Nov 2017 20:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453865 - in head: devel/cppcheck/files devel/p5-Config-Auto/files graphics/ImageMagick/files graphics/ImageMagick7/files japanese/esecanna/files lang/tcl84/files www/py-gunicorn/files ... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: devel/cppcheck/files devel/p5-Config-Auto/files graphics/ImageMagick/files graphics/ImageMagick7/files japanese/esecanna/files lang/tcl84/files www/py-gunicorn/files x11/rxvt-unicode/files X-SVN-Commit-Revision: 453865 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: Thu, 09 Nov 2017 20:09:20 -0000 Author: antoine Date: Thu Nov 9 20:09:18 2017 New Revision: 453865 URL: https://svnweb.freebsd.org/changeset/ports/453865 Log: Fix the context of some patches so that they apply with stricter patch(1) PR: 223545 With hat: portmgr Modified: head/devel/cppcheck/files/patch-CMakeLists.txt head/devel/cppcheck/files/patch-gui_CMakeLists.txt head/devel/p5-Config-Auto/files/patch-Makefile.PL head/graphics/ImageMagick/files/patch-config_policy.xml head/graphics/ImageMagick7/files/patch-config_policy.xml head/japanese/esecanna/files/patch-README.jp (contents, props changed) head/lang/tcl84/files/patch-warnings head/www/py-gunicorn/files/patch-requirements__test.txt head/x11/rxvt-unicode/files/patch-src_gencompose head/x11/rxvt-unicode/files/patch-src_genlinedraw Modified: head/devel/cppcheck/files/patch-CMakeLists.txt ============================================================================== --- head/devel/cppcheck/files/patch-CMakeLists.txt Thu Nov 9 19:57:31 2017 (r453864) +++ head/devel/cppcheck/files/patch-CMakeLists.txt Thu Nov 9 20:09:18 2017 (r453865) @@ -1,8 +1,8 @@ ---- CMakeLists.txt.orig 2017-05-13 09:27:11 UTC +--- CMakeLists.txt.orig 2017-10-07 21:11:39 UTC +++ CMakeLists.txt @@ -1,4 +1,4 @@ -project(CppCheck) +project(cppcheck) - cmake_minimum_required(VERSION 2.8) + cmake_minimum_required(VERSION 2.8.4) include(GNUInstallDirs) Modified: head/devel/cppcheck/files/patch-gui_CMakeLists.txt ============================================================================== --- head/devel/cppcheck/files/patch-gui_CMakeLists.txt Thu Nov 9 19:57:31 2017 (r453864) +++ head/devel/cppcheck/files/patch-gui_CMakeLists.txt Thu Nov 9 20:09:18 2017 (r453865) @@ -1,7 +1,7 @@ ---- gui/CMakeLists.txt.orig 2017-05-13 09:27:11 UTC +--- gui/CMakeLists.txt.orig 2017-10-07 21:11:39 UTC +++ gui/CMakeLists.txt -@@ -29,7 +29,7 @@ if (BUILD_GUI) - +@@ -27,7 +27,7 @@ if (BUILD_GUI) + qt5_use_modules(cppcheck-gui ${GUI_QT_COMPONENTS}) install(TARGETS cppcheck-gui RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications) - install(FILES ${qms} DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications) Modified: head/devel/p5-Config-Auto/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-Config-Auto/files/patch-Makefile.PL Thu Nov 9 19:57:31 2017 (r453864) +++ head/devel/p5-Config-Auto/files/patch-Makefile.PL Thu Nov 9 20:09:18 2017 (r453865) @@ -1,12 +1,14 @@ ---- Makefile.PL.orig Sun Sep 28 13:41:23 2003 -+++ Makefile.PL Sun Sep 28 13:42:32 2003 -@@ -29,4 +29,9 @@ - AUTHOR => 'Jos I. Boumans ') - : () - ), +--- Makefile.PL.orig 2013-05-12 15:18:54 UTC ++++ Makefile.PL +@@ -29,6 +29,11 @@ WriteMakefile1( + LICENSE => 'perl', + META_MERGE => { + resources => { + + 'MAN3PODS' => { + 'lib/Config/Auto.pm' => '$(INST_MAN3DIR)/Config::Auto.$(MAN3EXT)', + }, + - ); + repository => 'https://github.com/jib/config-auto', + }, + }, Modified: head/graphics/ImageMagick/files/patch-config_policy.xml ============================================================================== --- head/graphics/ImageMagick/files/patch-config_policy.xml Thu Nov 9 19:57:31 2017 (r453864) +++ head/graphics/ImageMagick/files/patch-config_policy.xml Thu Nov 9 20:09:18 2017 (r453865) @@ -1,12 +1,14 @@ ---- config/policy.xml.orig 2016-05-09 19:28:58.000000000 +0200 -+++ config/policy.xml 2016-05-10 17:44:26.720503000 +0200 -@@ -64,4 +64,9 @@ - - - +--- config/policy.xml.orig 2017-09-23 12:22:04 UTC ++++ config/policy.xml +@@ -64,6 +64,11 @@ + + + + + + + + - + + + Modified: head/graphics/ImageMagick7/files/patch-config_policy.xml ============================================================================== --- head/graphics/ImageMagick7/files/patch-config_policy.xml Thu Nov 9 19:57:31 2017 (r453864) +++ head/graphics/ImageMagick7/files/patch-config_policy.xml Thu Nov 9 20:09:18 2017 (r453865) @@ -1,12 +1,14 @@ ---- config/policy.xml.orig 2016-05-09 19:28:58.000000000 +0200 -+++ config/policy.xml 2016-05-10 17:44:26.720503000 +0200 -@@ -64,4 +64,9 @@ - - - +--- config/policy.xml.orig 2017-09-23 12:22:07 UTC ++++ config/policy.xml +@@ -64,6 +64,11 @@ + + + + + + + + - + + + Modified: head/japanese/esecanna/files/patch-README.jp ============================================================================== Binary file (source and/or target). No diff available. Modified: head/lang/tcl84/files/patch-warnings ============================================================================== --- head/lang/tcl84/files/patch-warnings Thu Nov 9 19:57:31 2017 (r453864) +++ head/lang/tcl84/files/patch-warnings Thu Nov 9 20:09:18 2017 (r453865) @@ -1,12 +1,14 @@ Quiet the noisy "already defined" warning triggered, when building with TCL_THREADS. ---- ../unix/tclUnixPort.h Tue Dec 6 04:01:07 2005 -+++ ../unix/tclUnixPort.h Tue Jun 27 15:16:21 2006 -@@ -607,4 +607,7 @@ - #endif - EXTERN char * TclpInetNtoa(struct in_addr); +--- ../unix/tclUnixPort.h.orig 2012-11-19 16:27:16 UTC ++++ ../unix/tclUnixPort.h +@@ -606,6 +606,9 @@ extern double strtod(); + # undef HAVE_LANGINFO + # endif + # endif /* MAC_OS_X_VERSION_MAX_ALLOWED */ +#ifdef inet_ntoa +# undef inet_ntoa +#endif - #define inet_ntoa(x) TclpInetNtoa(x) - #else + # if defined(HAVE_COREFOUNDATION) && defined(__LP64__) && \ + defined(HAVE_WEAK_IMPORT) && MAC_OS_X_VERSION_MIN_REQUIRED < 1050 + # warning "Weak import of 64-bit CoreFoundation is not supported, will not run on Mac OS X < 10.5." Modified: head/www/py-gunicorn/files/patch-requirements__test.txt ============================================================================== --- head/www/py-gunicorn/files/patch-requirements__test.txt Thu Nov 9 19:57:31 2017 (r453864) +++ head/www/py-gunicorn/files/patch-requirements__test.txt Thu Nov 9 20:09:18 2017 (r453865) @@ -1,6 +1,6 @@ ---- requirements_test.txt.orig 2015-02-04 13:43:57 UTC +--- requirements_test.txt.orig 2016-01-05 00:10:38 UTC +++ requirements_test.txt @@ -1,2 +1 @@ --pytest==2.6.3 +-pytest==2.8.3 -pytest-cov==1.7.0 +pytest>=2.6.3 Modified: head/x11/rxvt-unicode/files/patch-src_gencompose ============================================================================== --- head/x11/rxvt-unicode/files/patch-src_gencompose Thu Nov 9 19:57:31 2017 (r453864) +++ head/x11/rxvt-unicode/files/patch-src_gencompose Thu Nov 9 20:09:18 2017 (r453865) @@ -1,8 +1,8 @@ ---- ./src/gencompose.orig Wed Aug 4 04:59:09 2004 -+++ ./src/gencompose Tue Aug 10 00:03:21 2004 +--- src/gencompose.orig 2014-05-22 18:53:16 UTC ++++ src/gencompose @@ -1,4 +1,4 @@ --#!/opt/bin/perl +-#!/usr/bin/perl +#!/usr/bin/env perl - # the generated tables mostly have NOT been checked so far! - + open UNIDATA, "<", "www.unicode.org/Public/UNIDATA/UnicodeData.txt" + or die "www.unicode.org/Public/UNIDATA/UnicodeData.txt: $!"; Modified: head/x11/rxvt-unicode/files/patch-src_genlinedraw ============================================================================== --- head/x11/rxvt-unicode/files/patch-src_genlinedraw Thu Nov 9 19:57:31 2017 (r453864) +++ head/x11/rxvt-unicode/files/patch-src_genlinedraw Thu Nov 9 20:09:18 2017 (r453865) @@ -1,8 +1,8 @@ ---- ./src/genlinedraw.orig Wed Aug 4 04:59:09 2004 -+++ ./src/genlinedraw Tue Aug 10 00:03:21 2004 +--- src/genlinedraw.orig 2014-05-22 18:53:16 UTC ++++ src/genlinedraw @@ -1,4 +1,4 @@ --#!/opt/bin/perl +-#!/usr/bin/perl +#!/usr/bin/env perl - # the generated tables mostly have NOT been checked so far! - + open TABLE, ">", "table/linedraw.h"; + select TABLE;