Date: Thu, 27 Aug 2015 22:17:12 +0200 (CEST) From: Marco Beishuizen <mbeis@xs4all.nl> To: freebsd-ports@freebsd.org Subject: revive wmmemload port Message-ID: <alpine.BSF.2.20.1508272202140.79964@localhost>
next in thread | raw e-mail | index | archive | help
Hi, I'm trying to "revive" the wmmemload port because I'm using WindowMaker now as windowmanager, it looks like it's still being maintained upstream and, of course, I would like to use it. First difficult thing for me is writing the makefile. Right now it's like this: ... # $FreeBSD$ PORTNAME= wmmemload PORTVERSION= 0.1.8 PORTREVISION= 0 CATEGORIES= sysutils windowmaker MASTER_SITES= https://dev.gentoo.org/~voyageur/distfiles/ MAINTAINER= mbeis@xs4all.nl COMMENT= A dockapp for windowmaker that displays the current mem/swap usage USE_XORG= xpm GNU_CONFIGURE= yes USES= gmake .include <bsd.port.mk> ... But then I get a configure error: ... ===> wmmemload-0.1.8 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Configuring for wmmemload-0.1.8 cd: /home/marco/Devel/wmmemload/work/wmmemload-0.1.8: No such file or directory env: ./configure: No such file or directory ===> Script "configure" failed unexpectedly. Please report the problem to mbeis@xs4all.nl [maintainer] and attach the "/home/marco/Devel/wmmemload/work/wmmemload-0.1.8/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 ... So it doesn't even begin to build yet. Does anyone knows how to go from here? Thanks in advance. Regards, Marco -- There are four stages to a marriage. First there's the affair, then there's the marriage, then children and finally the fourth stage, without which you cannot know a woman, the divorce. -- Norman Mailer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1508272202140.79964>