From owner-freebsd-ports@FreeBSD.ORG Fri Sep 2 00:03:12 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C55716A41F for ; Fri, 2 Sep 2005 00:03:12 +0000 (GMT) (envelope-from jtrigg@spamcop.net) Received: from argent.heraldsnet.org (argent.heraldsnet.org [64.83.41.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459D243D45 for ; Fri, 2 Sep 2005 00:03:12 +0000 (GMT) (envelope-from jtrigg@spamcop.net) Received: from [192.168.1.5] (unknown [192.168.1.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by argent.heraldsnet.org (Postfix) with ESMTP id 58057720; Thu, 1 Sep 2005 20:03:11 -0400 (EDT) Message-ID: <43179668.60803@spamcop.net> Date: Thu, 01 Sep 2005 20:01:44 -0400 From: Jim Trigg User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gerald Pfeifer References: <20050827135333.64387.qmail@web52108.mail.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: Patrick Dung , freebsd-ports@freebsd.org Subject: Re: Request gcc 34 port build gcj X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 00:03:12 -0000 Gerald Pfeifer wrote: >On Sat, 27 Aug 2005, Patrick Dung wrote: > >>Since pdftk itself depends on gcj3.x, I cannot make it to build on >>gcc/gcj 4.0 or 4.1 port. >> >>Please enable the build of gcj on gcc34 port. >>Only allowing gcj to build on gcj41 breaks compatibilty. >> >I really would prefer not to reenable the (relatively weak) Java >frontend in the lang/gcc34 port for the sake of a single port. > >And Java is sufficiently huge a frontend, with the library, that >I'd prefer not to burden FreeBSD 4.x users who just need to use >lang/gcc34 to build other ports with it. > >What do others think? (One way to address this would be for me >to relinguish the lang/gcc34 port as maintainer so that someone >else can then make this change.) > Maybe create a gcj34 port which depends on gcc34 and on which pdftk can depend? Jim