Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 07:46:45 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439020 - head/www/gatling/files
Message-ID:  <201704210746.v3L7kjub063463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704210746.v3L7kjub063463>