From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 22:02:19 2005 Return-Path: X-Original-To: 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 58EA116A41F; Wed, 21 Sep 2005 22:02:19 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E363A43D46; Wed, 21 Sep 2005 22:02:18 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [192.168.1.102] (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (rwcrmhc13) with ESMTP id <200509212202170150045ejke>; Wed, 21 Sep 2005 22:02:17 +0000 From: Josh Paetzel To: freebsd-ports@freebsd.org Date: Wed, 21 Sep 2005 17:03:13 -0500 User-Agent: KMail/1.8.1 References: <4331CEAA.5060607@arcor.de> In-Reply-To: <4331CEAA.5060607@arcor.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509211703.13653.josh@tcbug.org> Cc: ports@freebsd.org, "C. Weber" Subject: Re: fwtk maintainer ? 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: Wed, 21 Sep 2005 22:02:19 -0000 On Wednesday 21 September 2005 16:20, C. Weber wrote: > Hello, > > is there a maintainer for the fwtk-2.1 port ? > > I ran across quite a few problems with its current version, > namely > > - that its distinfo files is broken wrt the jumbo patch file (wrong > path) - that it doesn't compile on 5.x at all (needs gcc2.95 > because it uses varargs.h, which isnt supported on current gccs) > - that it tries and fails to link against libskey which is also > not there in 5.x (though I'm not sure if that couldn't be > entirely left out) > > There are probably other issues as well. I might have/make patches > - whom should I contact ? I already tried to submit a pr, but > apparently that one went down the bitbucket (I can't find it any > more). > > Regards > > Christoph Weber-Fahr According to the port's Makefile the maintainer is ports@ which means no one person is working on it. http://www.freebsd.org/cgi/query-pr-summary.cgi?category=&severity=& priority=&class=&state=&sort=none&text=fwtk&responsible=&multitext=& originator=&closedtoo=on&release= shows all of the past PR's that the fwtk port has had. Feel free to submit a pr with your patches attached...putting [PATCH] in the Synopsis field is the way you typically tell people that not only did you find a problem but also that you have found a fix. (You might check out the gtk-send-pr application in the ports....makes it easier to see if you are missing things. As further reading you might take a look at : http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/article.html#PR-INTRO -- Thanks, Josh Paetzel