svn commit: r439020 - head/www/gatling/files

Martin Wilke miwi at FreeBSD.org
Fri Apr 21 07:46:46 UTC 2017


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


More information about the svn-ports-head mailing list