From owner-svn-ports-all@FreeBSD.ORG Fri Dec 20 15:29:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC9FA2A7; Fri, 20 Dec 2013 15:29:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C800D1E0D; Fri, 20 Dec 2013 15:29:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKFT7Eo010034; Fri, 20 Dec 2013 15:29:07 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBKFT7IL010032; Fri, 20 Dec 2013 15:29:07 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201312201529.rBKFT7IL010032@svn.freebsd.org> From: Wen Heping Date: Fri, 20 Dec 2013 15:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337026 - in head/biology/clustalw: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 15:29:07 -0000 Author: wen Date: Fri Dec 20 15:29:07 2013 New Revision: 337026 URL: http://svnweb.freebsd.org/changeset/ports/337026 Log: - Fix build with clang/libc++. - Support staging. PR: 184974 Submitted by: tijl@ Added: head/biology/clustalw/files/ head/biology/clustalw/files/patch-src-general-VectorOutOfRange.h (contents, props changed) Modified: head/biology/clustalw/Makefile Modified: head/biology/clustalw/Makefile ============================================================================== --- head/biology/clustalw/Makefile Fri Dec 20 15:27:26 2013 (r337025) +++ head/biology/clustalw/Makefile Fri Dec 20 15:29:07 2013 (r337026) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/so MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= A multiple alignment program for DNA or proteins +COMMENT= Multiple alignment program for DNA or proteins RESTRICTED= No commercial use. @@ -20,8 +20,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/clustalw bin/clustalw2 -NO_STAGE= yes post-install: - ${LN} -sf clustalw2 ${PREFIX}/bin/clustalw + ${LN} -sf clustalw2 ${STAGEDIR}${PREFIX}/bin/clustalw .include Added: head/biology/clustalw/files/patch-src-general-VectorOutOfRange.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/clustalw/files/patch-src-general-VectorOutOfRange.h Fri Dec 20 15:29:07 2013 (r337026) @@ -0,0 +1,10 @@ +--- src/general/VectorOutOfRange.h.orig 2013-12-20 23:16:13.000000000 +0800 ++++ src/general/VectorOutOfRange.h 2013-12-20 23:16:37.000000000 +0800 +@@ -5,6 +5,7 @@ + */ + #include + #include ++#include + namespace clustalw + { +