diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-01-18 00:18:29 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-01-18 00:18:29 +0000 |
commit | d7d0edd42a1e01d7022ca64883ed197c4e138b4f (patch) | |
tree | 3eb7d7238386d1a69a9b754086978b4a1b643bec /sci-biology | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-d7d0edd42a1e01d7022ca64883ed197c4e138b4f.tar.gz gentoo-2-d7d0edd42a1e01d7022ca64883ed197c4e138b4f.tar.bz2 gentoo-2-d7d0edd42a1e01d7022ca64883ed197c4e138b4f.zip |
Fixed a few compilation bugs.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/staden/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/staden/files/staden-1.5.3-mutscan.patch | 15 | ||||
-rw-r--r-- | sci-biology/staden/files/staden-1.5.3-prefinish.patch | 17 | ||||
-rw-r--r-- | sci-biology/staden/files/staden-1.5.3-tk_utils.patch | 15 | ||||
-rw-r--r-- | sci-biology/staden/files/staden-1.5.3-tracediff.patch | 15 | ||||
-rw-r--r-- | sci-biology/staden/staden-1.5.3.ebuild | 7 |
6 files changed, 72 insertions, 5 deletions
diff --git a/sci-biology/staden/ChangeLog b/sci-biology/staden/ChangeLog index 66aa899fe0d9..3850740444be 100644 --- a/sci-biology/staden/ChangeLog +++ b/sci-biology/staden/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/staden # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/staden/ChangeLog,v 1.7 2005/01/15 02:37:04 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/staden/ChangeLog,v 1.8 2005/01/18 00:18:29 ribosome Exp $ + + 17 Jan 2005; Olivier Fisette <ribosome@gentoo.org> + +files/staden-1.5.3-mutscan.patch, +files/staden-1.5.3-prefinish.patch, + files/staden-1.5.3-tk_utils.patch, +files/staden-1.5.3-tracediff.patch, + staden-1.5.3.ebuild: + Fixed a few compilation bugs. *staden-1.5.3 (14 Jan 2005) diff --git a/sci-biology/staden/files/staden-1.5.3-mutscan.patch b/sci-biology/staden/files/staden-1.5.3-mutscan.patch new file mode 100644 index 000000000000..82374a949ca4 --- /dev/null +++ b/sci-biology/staden/files/staden-1.5.3-mutscan.patch @@ -0,0 +1,15 @@ +--- src/mutscan/Makefile.old 2004-11-09 04:53:46.000000000 -0500 ++++ src/mutscan/Makefile 2005-01-17 19:06:25.913557696 -0500 +@@ -20,7 +20,11 @@ + $(TEXTUTILS_LIB) \ + $(MUT_LIB) \ + $(IOLIB_LIB) \ +- $(TK_LIB) ++ $(TK_LIB) \ ++ -lmisc \ ++ -lseq_utils \ ++ -ltk_utils \ ++ -L../lib/linux-binaries + + OBJSD = \ + $(MUTSCANBIN)/main.o \ diff --git a/sci-biology/staden/files/staden-1.5.3-prefinish.patch b/sci-biology/staden/files/staden-1.5.3-prefinish.patch new file mode 100644 index 000000000000..16148504996e --- /dev/null +++ b/sci-biology/staden/files/staden-1.5.3-prefinish.patch @@ -0,0 +1,17 @@ +--- src/prefinish/Makefile.old 2004-11-09 04:53:37.000000000 -0500 ++++ src/prefinish/Makefile 2005-01-17 18:53:38.119280168 -0500 +@@ -54,7 +54,13 @@ + $(GAP_LIB) \ + $(TEXTUTILS_LIB) \ + $(MISC_LIB) \ +- $(TCL_LIB) ++ $(TCL_LIB) \ ++ -lmutlib \ ++ -lprimer3 \ ++ -ltk_utils \ ++ -lread \ ++ -lseq_utils \ ++ -L../lib/linux-binaries + + ISOBJS=\ + $(O)/insert_size_dist.o diff --git a/sci-biology/staden/files/staden-1.5.3-tk_utils.patch b/sci-biology/staden/files/staden-1.5.3-tk_utils.patch index 58aa79afa9b3..fa2db6e466a2 100644 --- a/sci-biology/staden/files/staden-1.5.3-tk_utils.patch +++ b/sci-biology/staden/files/staden-1.5.3-tk_utils.patch @@ -1,6 +1,17 @@ --- src/tk_utils/Makefile.old 2004-11-09 04:53:26.000000000 -0500 -+++ src/tk_utils/Makefile 2005-01-08 22:47:41.659544072 -0500 -@@ -105,16 +105,6 @@ ++++ src/tk_utils/Makefile 2005-01-17 18:47:19.889779792 -0500 +@@ -97,7 +97,9 @@ + + STASH_LIBS = \ + $(TKUTILS_LIB) \ +- $(TK_LIB) ++ $(TK_LIB) \ ++ $(IOLIB_LIB) \ ++ $(MISC_LIB) + + $(TKUTILSBIN)/stash: $(STASH_OBJS) + $(CLD) $(LDEXEFLAG)$@$(EXE_SUFFIX) $(SUBSYSTEMWIN) $(STASH_OBJS) $(STASH_LIBS) $(LIBSC) +@@ -105,16 +107,6 @@ .PRECIOUS: .links .links: diff --git a/sci-biology/staden/files/staden-1.5.3-tracediff.patch b/sci-biology/staden/files/staden-1.5.3-tracediff.patch new file mode 100644 index 000000000000..65203ddaa1a7 --- /dev/null +++ b/sci-biology/staden/files/staden-1.5.3-tracediff.patch @@ -0,0 +1,15 @@ +--- src/tracediff/Makefile.old 2004-11-09 04:53:40.000000000 -0500 ++++ src/tracediff/Makefile 2005-01-17 19:00:15.023941488 -0500 +@@ -19,7 +19,11 @@ + HLIBS=\ + $(TEXTUTILS_LIB) \ + $(MUT_LIB) \ +- $(IOLIB_LIB) ++ $(IOLIB_LIB) \ ++ -lmisc \ ++ -lseq_utils \ ++ -ltk_utils \ ++ -L../lib/linux-binaries + + OBJSD = \ + $(TRACEDIFFBIN)/main.o \ diff --git a/sci-biology/staden/staden-1.5.3.ebuild b/sci-biology/staden/staden-1.5.3.ebuild index 50b9c9a937ff..f92e65b1c732 100644 --- a/sci-biology/staden/staden-1.5.3.ebuild +++ b/sci-biology/staden/staden-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/staden/staden-1.5.3.ebuild,v 1.1 2005/01/15 02:37:04 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/staden/staden-1.5.3.ebuild,v 1.2 2005/01/18 00:18:29 ribosome Exp $ inherit eutils toolchain-funcs @@ -70,6 +70,9 @@ src_unpack() { epatch ${FILESDIR}/${P}-top.patch epatch ${FILESDIR}/${P}-text_utils.patch epatch ${FILESDIR}/${P}-tk_utils.patch + epatch ${FILESDIR}/${P}-prefinish.patch + epatch ${FILESDIR}/${P}-tracediff.patch + epatch ${FILESDIR}/${P}-mutscan.patch cd ${S}/src/mk # Remove the "-fpic" flag. This will be replaced by "-fPIC". sed -i -e 's/SHLIB_CFLAGS = -fpic/SHLIB_CFLAGS = /' linux.mk @@ -161,7 +164,7 @@ src_compile() { rm ${S}/lib/linux-binaries mkdir ${S}/lib/linux-binaries - # Moves executables in "${S}/linux-bin" and libraries to + # Moves executables in "${S}/linux-bin" and libraries to # ${S}/lib/linux-binaries. cd ${S} make \ |