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

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to