svn commit: r474548 - head/science/libssm/files

Yuri Victorovich yuri at FreeBSD.org
Fri Jul 13 04:58:16 UTC 2018


Author: yuri
Date: Fri Jul 13 04:58:15 2018
New Revision: 474548
URL: https://svnweb.freebsd.org/changeset/ports/474548

Log:
  science/libssm: Fix build: put spaces between quotedstrings and defined values in C
  
  Reported by:	fallout

Modified:
  head/science/libssm/files/patch-superpose.cpp

Modified: head/science/libssm/files/patch-superpose.cpp
==============================================================================
--- head/science/libssm/files/patch-superpose.cpp	Fri Jul 13 03:18:30 2018	(r474547)
+++ head/science/libssm/files/patch-superpose.cpp	Fri Jul 13 04:58:15 2018	(r474548)
@@ -1,6 +1,6 @@
 https://bugs.launchpad.net/ssm/+bug/1780908
 
---- superpose.cpp.orig	2018-07-10 06:15:41 UTC
+--- superpose.cpp.orig	2015-10-05 00:41:45 UTC
 +++ superpose.cpp
 @@ -114,7 +114,7 @@ void printInstructions ( char *argv0 )  
  #endif
@@ -11,3 +11,12 @@ https://bugs.launchpad.net/ssm/+bug/1780908
      "MMDB v.%i.%i.%i\n"
      "\n"
      " USAGE:\n"
+@@ -295,7 +295,7 @@ int             argNo,i,nStructures,rc;
+   }
+ 
+   printf ( "\n"
+-    " Superpose v."superpose_version" from "superpose_date" "
++    " Superpose v." superpose_version " from " superpose_date " "
+                                         "(based on SSM algorithm)\n"
+     " ---------------------------------------------------------\n\n"
+    );


More information about the svn-ports-all mailing list