From owner-freebsd-ports@freebsd.org Thu Aug 27 20:21:32 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 26CCB9C3649 for ; Thu, 27 Aug 2015 20:21:32 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D52861137 for ; Thu, 27 Aug 2015 20:21:31 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZV3fx-000DRv-0X; Thu, 27 Aug 2015 22:21:33 +0200 Date: Thu, 27 Aug 2015 22:21:32 +0200 From: Kurt Jaeger To: Marco Beishuizen Cc: freebsd-ports@freebsd.org Subject: Re: revive wmmemload port Message-ID: <20150827202132.GC40589@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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:21:32 -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 There's the problem. The tgz file does not unpack into a work/wmmemload-0.1.8/ directory, instead it unpacks into something else. Try to check this and fix it with some WRKSRC or similar variable. -- pi@opsec.eu +49 171 3101372 5 years to go !