View | Details | Raw Unified | Return to bug 184974
Collapse All | Expand All

(-)biology/clustalw/Makefile (-3 / +2 lines)
Lines 10-16 MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/so Link Here
10
MASTER_SITE_SUBDIR=	${PORTVERSION}
10
MASTER_SITE_SUBDIR=	${PORTVERSION}
11
11
12
MAINTAINER=	wen@FreeBSD.org
12
MAINTAINER=	wen@FreeBSD.org
13
COMMENT=	A multiple alignment program for DNA or proteins
13
COMMENT=	Multiple alignment program for DNA or proteins
14
14
15
RESTRICTED=	No commercial use.
15
RESTRICTED=	No commercial use.
16
16
Lines 20-27 GNU_CONFIGURE= yes Link Here
20
20
21
PLIST_FILES=	bin/clustalw bin/clustalw2
21
PLIST_FILES=	bin/clustalw bin/clustalw2
22
22
23
NO_STAGE=	yes
24
post-install:
23
post-install:
25
	${LN} -sf clustalw2 ${PREFIX}/bin/clustalw
24
	${LN} -sf clustalw2 ${STAGEDIR}${PREFIX}/bin/clustalw
26
25
27
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)biology/clustalw/files/patch-src-general-VectorOutOfRange.h (+10 lines)
Line 0 Link Here
1
--- src/general/VectorOutOfRange.h.orig	2013-12-18 18:06:35.000000000 +0100
2
+++ src/general/VectorOutOfRange.h	2013-12-18 18:07:03.000000000 +0100
3
@@ -5,6 +5,7 @@
4
  */
5
 #include <stdexcept>
6
 #include <exception>
7
+#include <string>
8
 namespace clustalw
9
 {
10
 

Return to bug 184974