From owner-freebsd-ports@freebsd.org Thu Aug 27 20:18:27 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75B0E9C340A for ; Thu, 27 Aug 2015 20:18:27 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from lb3-smtp-cloud6.xs4all.net (lb3-smtp-cloud6.xs4all.net [194.109.24.31]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 14BC2E2C for ; Thu, 27 Aug 2015 20:18:26 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan ([83.160.85.125]) by smtp-cloud6.xs4all.net with ESMTP id 9wHD1r0092iF10301wHEBU; Thu, 27 Aug 2015 22:17:14 +0200 Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.15.2/8.15.2) with ESMTP id t7RKHCxt091757 for ; Thu, 27 Aug 2015 22:17:12 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Date: Thu, 27 Aug 2015 22:17:12 +0200 (CEST) From: Marco Beishuizen X-X-Sender: marco@localhost Reply-To: Marco Beishuizen To: freebsd-ports@freebsd.org Subject: revive wmmemload port Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2015 20:18:27 -0000 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 ... 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