Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Nov 2014 15:20:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194739] New: x11-wm/wmfs fails to build without Xinerama and some errors in Makefile
Message-ID:  <bug-194739-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194739

            Bug ID: 194739
           Summary: x11-wm/wmfs fails to build without Xinerama and some
                    errors in Makefile
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dhn@FreeBSD.org
          Reporter: zhmylove@narod.ru
          Assignee: dhn@FreeBSD.org
             Flags: maintainer-feedback?(dhn@FreeBSD.org)

# cat /var/db/ports/x11-wm_wmfs/options
# This file is auto-generated by 'make config'.
# Options for wmfs-201104_2
_OPTIONS_READ=wmfs-201104_2
_FILE_COMPLETE_OPTIONS_LIST=IMLIB XINERAMA XRANDR
OPTIONS_FILE_SET+=IMLIB
OPTIONS_FILE_UNSET+=XINERAMA
OPTIONS_FILE_SET+=XRANDR
# make
--- src/frame.o ---
In file included from src/frame.c:33:
src/wmfs.h:67:10: fatal error: 'X11/extensions/Xinerama.h' file not found
#include <X11/extensions/Xinerama.h>
         ^
...

And there are some problems in CFLAGS (-I, -L, -l) for wmfs.


WORKAROUND:
# sed -i. s/-DHAVE_XINERAMA// /usr/ports/x11-wm/wmfs/work/wmfs-201104/Makefile

And add
CFLAGS+=        -I/usr/local/include/freetype2 -I/usr/local/include
LDFLAGS+=       -lX11 -lImlib2 -lXft -lXrandr
To /usr/ports/x11-wm/wmfs/Makefile

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer dhn@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194739-13>