From owner-svn-ports-head@freebsd.org Fri Apr 21 07:46:46 2017 Return-Path: Delivered-To: svn-ports-head@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 7186ED49B5A; Fri, 21 Apr 2017 07:46:46 +0000 (UTC) (envelope-from miwi@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 43711E52; Fri, 21 Apr 2017 07:46:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3L7kjO0063464; Fri, 21 Apr 2017 07:46:45 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3L7kjub063463; Fri, 21 Apr 2017 07:46:45 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201704210746.v3L7kjub063463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 21 Apr 2017 07:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439020 - head/www/gatling/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 07:46:46 -0000 Author: miwi Date: Fri Apr 21 07:46:45 2017 New Revision: 439020 URL: https://svnweb.freebsd.org/changeset/ports/439020 Log: - Fix failing patch when disabling SMB option PR: 218352 Submitted by: 218352 Approved by: maintainer timeout Modified: head/www/gatling/files/extra-patch-disable_smb Modified: head/www/gatling/files/extra-patch-disable_smb ============================================================================== --- head/www/gatling/files/extra-patch-disable_smb Fri Apr 21 07:40:31 2017 (r439019) +++ head/www/gatling/files/extra-patch-disable_smb Fri Apr 21 07:46:45 2017 (r439020) @@ -1,9 +1,9 @@ ---- gatling_features.h.orig 2009-04-13 16:18:09.000000000 +0200 -+++ gatling_features.h 2009-04-13 16:19:18.000000000 +0200 -@@ -6,7 +6,7 @@ - // #define SUPPORT_BITTORRENT +--- gatling_features.h.orig 2017-04-03 15:04:00.307629000 +0200 ++++ gatling_features.h 2017-04-03 15:04:33.084535000 +0200 +@@ -7,7 +7,7 @@ #define SUPPORT_SERVERSTATUS + // #define SUPPORT_DAV -#define SUPPORT_SMB +#undef SUPPORT_SMB #define SUPPORT_FTP