[Bug 194739] New: x11-wm/wmfs fails to build without Xinerama and some errors in Makefile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 1 15:20:07 UTC 2014


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 at FreeBSD.org
          Reporter: zhmylove at narod.ru
          Assignee: dhn at FreeBSD.org
             Flags: maintainer-feedback?(dhn at 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 at FreeBSD.org> ---
Auto-assigned to maintainer dhn at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list