Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2008 22:44:19 +0200
From:      "Pietro Cerutti" <gahr@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/122384: [patch] sysutils/wmmemload fix install
Message-ID:  <1207169059.9990@gahrtop.localhost>
Resent-Message-ID: <200804022050.m32Ko48p097343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122384
>Category:       ports
>Synopsis:       [patch] sysutils/wmmemload fix install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 02 20:50:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project 
>Environment:


System: FreeBSD 8.0-CURRENT #16: Thu Mar 27 17:26:53 CET 2008
    root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:


sysutils/wmmemload needs GMAKE.


>How-To-Repeat:





>Fix:


--- wmmemload.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/wmmemload/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	22 Mar 2008 14:47:59 -0000	1.11
+++ Makefile	2 Apr 2008 20:41:41 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	wmmemload
 PORTVERSION=	0.1.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils windowmaker
 MASTER_SITES=	http://markstaggs.net/wmmemload-download/
 
@@ -15,6 +15,7 @@
 COMMENT=	An dockapp for windowmaker that displays the current mem/swap usage
 
 GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
 USE_XORG=	xpm
 CONFIGURE_ARGS=	--program-prefix=""
 
--- wmmemload.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1207169059.9990>