FreeBSD unmaintained ports which are currently marked broken

Mel Flynn mel.flynn+fbsd.ports at mailing.thruhere.net
Wed Sep 9 07:42:18 UTC 2009


On Monday 07 September 2009 08:29:16 linimon at 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=. at 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 at srcdir@/../../../engine/src/engine \
            -I at srcdir@/../../../util/include \



More information about the freebsd-multimedia mailing list