Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2018 04:58:16 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474548 - head/science/libssm/files
Message-ID:  <201807130458.w6D4wG3c024619@repo.freebsd.org>

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



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