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

Yuri Victorovich yuri at FreeBSD.org
Tue Jul 10 06:22:13 UTC 2018


Author: yuri
Date: Tue Jul 10 06:22:12 2018
New Revision: 474336
URL: https://svnweb.freebsd.org/changeset/ports/474336

Log:
  science/libssm: Fix build on 12
  
  Add spaces between quoted strings and defined values.
  
  Reported by:	fallout

Added:
  head/science/libssm/files/
  head/science/libssm/files/patch-superpose.cpp   (contents, props changed)

Added: head/science/libssm/files/patch-superpose.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/libssm/files/patch-superpose.cpp	Tue Jul 10 06:22:12 2018	(r474336)
@@ -0,0 +1,13 @@
+https://bugs.launchpad.net/ssm/+bug/1780908
+
+--- superpose.cpp.orig	2018-07-10 06:15:41 UTC
++++ superpose.cpp
+@@ -114,7 +114,7 @@ void printInstructions ( char *argv0 )  
+ #endif
+     " Protein Structure Superposition\n"
+     " -------------------------------\n"
+-    " v."superpose_version" from "superpose_date" built with SSM v.%i.%i.%i, "
++    " v." superpose_version " from " superpose_date " built with SSM v.%i.%i.%i, "
+     "MMDB v.%i.%i.%i\n"
+     "\n"
+     " USAGE:\n"


More information about the svn-ports-all mailing list