aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2013-09-13 18:53:33 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2013-09-13 18:53:33 +0200
commit58b3cd84dbafc6fb04a305a29889b3332d9890e5 (patch)
tree2228c47dd0c21aa906701bfb30b26a9f15c61889 /sci-biology/ncbi-tools++
parentLatest release which needs so far only the two Gentoo patches. Would be bette... (diff)
downloadsci-58b3cd84dbafc6fb04a305a29889b3332d9890e5.tar.gz
sci-58b3cd84dbafc6fb04a305a29889b3332d9890e5.tar.bz2
sci-58b3cd84dbafc6fb04a305a29889b3332d9890e5.zip
No, the fix-creaders-linking is needed for 12.0.0 as well.
Diffstat (limited to 'sci-biology/ncbi-tools++')
-rw-r--r--sci-biology/ncbi-tools++/ChangeLog14
-rw-r--r--sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-fix-creaders-linking.patch10
-rw-r--r--sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild1
3 files changed, 25 insertions, 0 deletions
diff --git a/sci-biology/ncbi-tools++/ChangeLog b/sci-biology/ncbi-tools++/ChangeLog
index 711ef6c7a..2e245b383 100644
--- a/sci-biology/ncbi-tools++/ChangeLog
+++ b/sci-biology/ncbi-tools++/ChangeLog
@@ -3,6 +3,20 @@
# $Header: $
13 Sep 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ ncbi-tools++-12.0.0.ebuild,
+ +files/ncbi-tools++-12.0.0-fix-creaders-linking.patch:
+ No, the fix-creaders-linking is needed for 12.0.0 as well.
+
+*ncbi-tools++-12.0.0 (13 Sep 2013)
+
+ 13 Sep 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ +ncbi-tools++-12.0.0.ebuild, +files/ncbi-tools++-12.0.0-as-needed.patch,
+ +files/ncbi-tools++-12.0.0-conf-opts.patch:
+ Latest release which needs so far only the two Gentoo patches. Would
+ be better to drop ${PV} from their filename to avoid their duplication
+ I think.
+
+ 13 Sep 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
ncbi-tools++-9.0.0-r1.ebuild,
+files/ncbi-tools++-9.0.0-fix-creaders-linking.patch:
add glew to dependencies inferrred via mesa
diff --git a/sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-fix-creaders-linking.patch b/sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-fix-creaders-linking.patch
new file mode 100644
index 000000000..1380764f1
--- /dev/null
+++ b/sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-fix-creaders-linking.patch
@@ -0,0 +1,10 @@
+--- ncbi_cxx--9_0_0/src/objtools/alnmgr/demo/Makefile.alnmrg.app (revision 413271)
++++ ncbi_cxx--9_0_0/src/objtools/alnmgr/demo/Makefile.alnmrg.app (working copy)
+@@ -4,7 +4,7 @@
+ APP = alnmrg
+ SRC = alnmrg
+ LIB = xalnmgr xobjread ncbi_xloader_blastdb seqdb xobjutil submit blastdb \
+- tables $(OBJMGR_LIBS)
++ tables creaders $(OBJMGR_LIBS)
+
+ LIBS = $(CMPRS_LIBS) $(DL_LIBS) $(NETWORK_LIBS) $(ORIG_LIBS)
diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
index 8121a798e..33ee6fb9e 100644
--- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
+++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
@@ -105,6 +105,7 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${P}-conf-opts.patch
"${FILESDIR}"/${P}-as-needed.patch
+ "${FILESDIR}"/${P}-fix-creaders-linking.patch
)
epatch ${PATCHES[@]}