From 2513d463dc99aaf7b5f70f2689f97af7de3c4483 Mon Sep 17 00:00:00 2001 From: Martin Mokrejš Date: Thu, 26 Jun 2014 21:48:49 +0200 Subject: sci-biology/ncbi-tools++: dropped USE=ftds as it is useless and recommended by upstream to be disabled altogether --- sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild') 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 ebc9c33cd..23ff5d869 100644 --- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild +++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild @@ -25,8 +25,8 @@ SLOT="0" IUSE=" debug static-libs static threads pch test wxwidgets odbc - berkdb boost bzip2 cppunit curl expat fastcgi fltk freetype ftds gif - glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python + berkdb boost bzip2 cppunit curl expat fastcgi fltk freetype gif + glut gnutls hdf5 icu jpeg lzo osmesa mysql muparser opengl pcre png python sablotron sqlite sqlite3 tiff xerces xalan xml xpm xslt X" #KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="" @@ -35,7 +35,6 @@ KEYWORDS="" DEPEND=" !sci-biology/sra_sdk berkdb? ( sys-libs/db:4.3[cxx] ) - ftds? ( dev-db/freetds ) boost? ( dev-libs/boost ) curl? ( net-misc/curl ) sqlite? ( dev-db/sqlite ) @@ -43,7 +42,7 @@ DEPEND=" mysql? ( virtual/mysql ) fltk? ( x11-libs/fltk ) opengl? ( virtual/opengl media-libs/glew ) - mesa? ( media-libs/mesa + osmesa? ( media-libs/mesa media-libs/glew ) glut? ( media-libs/freeglut ) @@ -70,7 +69,8 @@ DEPEND=" app-arch/bzip2 dev-libs/libpcre" # USE flags which should be added somehow: wxWindows wxWidgets SP ORBacus ODBC OEChem sge - +# Intentionally omitted USE flags: +# ftds? ( dev-db/freetds ) # useless, no real apps use it outside NCBI # seems muParser is required, also glew is required. configure exits otherwise if these are explicitly passed to it (due to USE flag enabled) @@ -168,7 +168,6 @@ src_configure() { #--with-ncbi-public ensure compatibility for all in-house platforms #--with-sybase-local=DIR use local SYBASE install (DIR is optional) #--with-sybase-new use newer SYBASE install (12.5 rather than 12.0) - #--without-ftds-renamed do not rename Sybase DBLIB symbols in built-in FTDS #--without-sp do not use SP libraries #--without-orbacus do not use ORBacus CORBA libraries #--with-orbacus=DIR use ORBacus installation in DIR @@ -228,11 +227,10 @@ src_configure() { $(use_with lzo lzo "${EPREFIX}/usr") $(use_with pcre pcre "${EPREFIX}/usr") $(use_with gnutls gnutls "${EPREFIX}/usr") - $(use_with ftds ftds "${EPREFIX}/usr") $(use_with mysql mysql "${EPREFIX}/usr") $(usex fltk --with-fltk="${EPREFIX}/usr" "") $(use_with opengl opengl "${EPREFIX}/usr") - $(use_with mesa mesa "${EPREFIX}/usr") + $(use_with osmesa mesa "${EPREFIX}/usr") $(use_with opengl glut "${EPREFIX}/usr") $(use_with opengl glew "${EPREFIX}/usr") $(use_with opengl glew-mx) -- cgit v1.2.3-18-g5258