From owner-freebsd-ports@FreeBSD.ORG Wed Sep 9 07:24:06 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 913E6106566C for ; Wed, 9 Sep 2009 07:24:06 +0000 (UTC) (envelope-from mel.flynn+fbsd.ports@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5935E8FC18 for ; Wed, 9 Sep 2009 07:24:05 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 029A57E818; Tue, 8 Sep 2009 23:24:14 -0800 (AKDT) From: Mel Flynn To: freebsd-ports@freebsd.org, portmgr-feedback@freebsd.org Date: Wed, 9 Sep 2009 09:24:00 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA4; KDE/4.2.4; i386; ; ) References: <20090907062916.180E11CC39@mail.droso.net> In-Reply-To: <20090907062916.180E11CC39@mail.droso.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909090924.00650.mel.flynn+fbsd.ports@mailing.thruhere.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: FreeBSD unmaintained ports which are currently marked broken 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, 09 Sep 2009 07:24:06 -0000 On Monday 07 September 2009 08:29:16 linimon@freebsd.org wrote: > portname: graphics/gephex > broken because: does not build > build errors: > http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/ge >phex-0.4.4_1.log (_Aug_17_05:37:40_UTC_2009) overview: > http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=geph >ex This is a libtool regression / creative use of libtool15 by upstream. I have fixed the offending module, by patching Makefile.am[1], but then run into issues with the frbinmodule. I could probably fix that too, but since I'm neither a videojock, nor have a joystick, I wonder if "making it compile" is good enough. So are there any users of this port that could do runtime testing? -- Mel --- modules/src/chromakeymodule/Makefile.am.orig 2007-04-29 16:53:43.000000000 +0200 +++ modules/src/chromakeymodule/Makefile.am 2009-09-09 08:43:28.000000000 +0200 @@ -11,7 +11,7 @@ chromakeymodule.def: chromakeymodule.spec $(PLUC) def @srcdir@/chromakeymodule.spec -EXEEXT=.@SHAREDLIBEXT@ +EXEEXT=.la bin_PROGRAMS = chromakeymodule @@ -47,7 +47,7 @@ cpuinfoINCLUDES = -I @srcdir@/../../../util/src/cpuinfo endif -chromakeymodule_LDFLAGS = @SHARED_LD_FLAGS@ +chromakeymodule_LDFLAGS = @SHARED_LD_FLAGS@ -module INCLUDES = -I@srcdir@/../../../engine/src/engine \ -I@srcdir@/../../../util/include \