Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2009 09:24:00 +0200
From:      Mel Flynn <mel.flynn+fbsd.ports@mailing.thruhere.net>
To:        freebsd-ports@freebsd.org, portmgr-feedback@freebsd.org
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: FreeBSD unmaintained ports which are currently marked broken
Message-ID:  <200909090924.00650.mel.flynn%2Bfbsd.ports@mailing.thruhere.net>
In-Reply-To: <20090907062916.180E11CC39@mail.droso.net>
References:  <20090907062916.180E11CC39@mail.droso.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 \




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909090924.00650.mel.flynn%2Bfbsd.ports>