summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biology/clustalw/Makefile2
-rw-r--r--biology/clustalw/files/patch-ak10
2 files changed, 11 insertions, 1 deletions
diff --git a/biology/clustalw/Makefile b/biology/clustalw/Makefile
index 3645df9e280f..ffd6ce7e1be4 100644
--- a/biology/clustalw/Makefile
+++ b/biology/clustalw/Makefile
@@ -7,7 +7,7 @@
PORTNAME= clustalw
PORTVERSION= 1.82
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= ftp://ftp-igbmc.u-strasbg.fr/pub/ClustalW/
DISTNAME= ${PORTNAME}${PORTVERSION}.UNIX
diff --git a/biology/clustalw/files/patch-ak b/biology/clustalw/files/patch-ak
new file mode 100644
index 000000000000..8bad3e0dfbbb
--- /dev/null
+++ b/biology/clustalw/files/patch-ak
@@ -0,0 +1,10 @@
+--- util.c-orig Fri Mar 22 09:30:46 2002
++++ util.c Fri Mar 22 09:31:33 2002
+@@ -175,6 +175,7 @@
+ {
+ fprintf(stdout,"%s: ",instr);
+ fgets(outstr, len, stdin);
++ outstr[strlen(outstr)-1] = '\0';
+ }
+
+ double getreal(char *instr,double minx,double maxx,double def)