[dev] wmii latest snapshot on FreeBSD

From: Michal <ml_AT_infosec.pl>
Date: Thu, 23 Jul 2009 19:43:49 +0000

Hello.

I need some help with getting latest snapshot to run on FreeBSD
(9base-b20060209, dmenu-4.0, libixp-0.5).

Latest wmii release (3.6) works like a charm on the same machine but
when I install wmii+ixp-20090703 something is not right, i.e. there is
nothing on a status bar (just "1" indicating current view) and key
bindings doesn't seem to work, I cannot open xterm and so on.
~/.xsession-errors says:
   9: No such file or directory
   namespace: No such file or directory
   rc (/usr/local/9/bin/rc): null list in concatenation
   Action: not found

There is no wmii-devel port at the moment so I used a Makefile that I
found in archives of this list, maybe that's the problem? Please see
Makefile attached.

Any suggestions are very welcome, thank you in advance.

Michal

-- 
"People said I should accept the world. Bullshit! I don't accept the 
world." -Richard Stallman

PORTNAME= wmii
DISTNAME= wmii+ixp-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
DISTVERSION= snap20090703
CATEGORIES= x11-wm
MASTER_SITES= http://www.suckless.org/snaps/
EXTRACT_SUFX= .tgz

USE_X_PREFIX= yes

MAINTAINER= jg_AT_suckless.org
COMMENT= A dynamic, minimalist window manager for X11

MAKE_ARGS= PREFIX="${PREFIX}" \
                MANPREFIX="${MANPREFIX}/man" \
                X11LIB="${PREFIX}/lib" \
                X11INC="${PREFIX}/include" \
                LIBICONV="-liconv" \
                CC="${CC} -c" \
                LD="${CC}" \

MAN1= wmii.1 wmiir.1 wmiiwm.1

PLIST_FILES= ${PREFIX}/etc/wmii-3.5/wmiirc \
                ${PREFIX}/etc/wmii-3.5/welcome \
                ${PREFIX}/etc/wmii-3.5/rc.wmii \
                ${PREFIX}/bin/wihack \
                ${PREFIX}/bin/wmii.sh \
                ${PREFIX}/bin/wmiistartrc \
                ${PREFIX}/bin/wmii9menu \
                ${PREFIX}/bin/wmii \
                ${PREFIX}/bin/wmiir \
                ${PREFIX}/bin/wmii.rc \
                ${PREFIX}/bin/wmii9rc \
                ${PREFIX}/lib \
                ${PREFIX}/lib/libwmii_hack.so \
                ${PREFIX}/include \

PLIST_DIRS= ${PREFIX}/etc/wmii-3.5

MAN1= wmiir.1 \
        wmii.1 \
        wmiiloop.1 \

pre-build:
        cd $(WRKSRC) && make clean

.include <bsd.port.mk>
Received on Thu Jul 23 2009 - 19:43:49 UTC

This archive was generated by hypermail 2.2.0 : Thu Jul 23 2009 - 19:00:01 UTC