From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=DATE_IN_FUTURE_03_06, DMARC_MISSING,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from saturn.prosalg.no (saturn.prosalg.no [213.236.139.233]) by chiba.3jane.net (Postfix) with ESMTP id B2F4E20AADD0 for ; Mon, 25 Mar 2002 05:52:05 -0600 (CST) Received: from karltk by saturn.prosalg.no with local (Exim 3.33 #1) id 16pVpi-0004WM-00 for gentoo-dev@gentoo.org; Mon, 25 Mar 2002 15:52:26 +0100 Date: Mon, 25 Mar 2002 15:52:26 +0100 From: Karl Trygve Kalleberg To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] How shall ebuild handle binary package (jar file)? Message-ID: <20020325145226.GA17362@prosalg.no> References: <1016917279.2635.72.camel@pegasus.lasj.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1016917279.2635.72.camel@pegasus.lasj.dk> User-Agent: Mutt/1.3.25i Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: f0b92949-1e2d-4eee-82da-5497cde720e9 X-Archives-Hash: 626e270405977b604ac87aac64be22f5 On Sat, Mar 23, 2002 at 10:01:19PM +0100, Lars S. Jensen wrote: > I am trying to fix the problem with postgresql-7.2 and sun-jdk1.4 -- > it is installed without JDBC support because sun-jdk1.4 can't compile a > JDBC 2.x interface but it can use it at runtime with the precompile > jar-file pgjdbc2.jar. > > http://bugs.gentoo.org/show_bug.cgi?id=713 > > I need to install the precompile jar-file pgjdbc2.jar in the ebuild. You should not precompile it. > One solution is to pack it in a tarfile and install/unpack it like the > nvidia-glx -- is that OK? No. > Can 'use java' handle versions, so that we can compile it with versions > below 1.4 or shall we allways install the precompiled version! Why can't you have the postgres ebuild depend on