* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/files/
@ 2017-01-31 8:42 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-31 8:42 UTC (permalink / raw
To: gentoo-commits
commit: 3d4f57e6ea5f8b0624f55ddfd91bb61854b63c97
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jan 30 17:58:08 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 08:41:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4f57e6
sci-chemistry/vmd: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
sci-chemistry/vmd/files/vmd-1.9.1-tcl8.6.patch | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/sci-chemistry/vmd/files/vmd-1.9.1-tcl8.6.patch b/sci-chemistry/vmd/files/vmd-1.9.1-tcl8.6.patch
deleted file mode 100644
index 0c3e45d..00000000
--- a/sci-chemistry/vmd/files/vmd-1.9.1-tcl8.6.patch
+++ /dev/null
@@ -1,25 +0,0 @@
- plugins/molfile_plugin/src/webpdbplugin.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/molfile_plugin/src/webpdbplugin.c b/plugins/molfile_plugin/src/webpdbplugin.c
-index 80b3bb9..78597f5 100644
---- a/plugins/molfile_plugin/src/webpdbplugin.c
-+++ b/plugins/molfile_plugin/src/webpdbplugin.c
-@@ -202,7 +202,7 @@ static void *open_file_read(const char *filename, const char *filetype,
- sprintf(url, "http://www.rcsb.org/pdb/downloadFile.do?fileFormat=pdb&compression=NO&structureId=%s",filename);
- sprintf(cmd, "set token [::http::geturl \"%s\"]", url);
- if (Tcl_Eval(interp, cmd) != TCL_OK) {
-- fprintf(stderr, "Error loading PDB: %s\n",interp->result);
-+ fprintf(stderr, "Error loading PDB: %s\n",Tcl_GetStringResult(interp));
- Tcl_DeleteInterp(interp);
- return NULL;
- }
-@@ -211,7 +211,7 @@ static void *open_file_read(const char *filename, const char *filetype,
-
- result = Tcl_GetVar2(interp, (char *)"state", "body", TCL_GLOBAL_ONLY);
- if (!result) {
-- fprintf(stderr, "Error loading PDB: %s\n", interp->result);
-+ fprintf(stderr, "Error loading PDB: %s\n", Tcl_GetStringResult(interp));
- Tcl_DeleteInterp(interp);
- return NULL;
- }
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-31 8:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-31 8:42 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox