Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2001 15:20:36 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30765: Update port sysutils/wmmemmon
Message-ID:  <200109231920.f8NJKaK11007@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         30765
>Category:       ports
>Synopsis:       Update port sysutils/wmmemmon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 23 12:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 21 14:27:29 EDT 2001 root@:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Update this port
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/sysutils/wmmemmon/Makefile wmmemmon/Makefile
--- /usr/ports/sysutils/wmmemmon/Makefile	Sun Jul 29 19:13:29 2001
+++ wmmemmon/Makefile	Sun Sep 23 15:01:41 2001
@@ -6,14 +6,12 @@
 #
 
 PORTNAME=	wmmemmon
-PORTVERSION=	0.3.1
+PORTVERSION=	0.5.0
 CATEGORIES=	sysutils windowmaker
 MASTER_SITES=	http://www.sh.rim.or.jp/~ssato/src/
 DISTNAME=	WMMemMon-${PORTVERSION}
 
 MAINTAINER=	pat@databits.net
-
-LIB_DEPENDS=	dockapp.1:${PORTSDIR}/x11-wm/libdockapp
 
 ONLY_FOR_ARCHS=	i386
 WRKSRC=		${WRKDIR}/${DISTNAME}
diff -ruN /usr/ports/sysutils/wmmemmon/distinfo wmmemmon/distinfo
--- /usr/ports/sysutils/wmmemmon/distinfo	Sun Jul 29 19:13:29 2001
+++ wmmemmon/distinfo	Sun Sep 23 15:01:43 2001
@@ -1 +1 @@
-MD5 (WMMemMon-0.3.1.tar.gz) = 82bb1b07e7675a502d62c4b12d7fc6f2
+MD5 (WMMemMon-0.5.0.tar.gz) = f661c4b5ecc6eaa56deee4c38037a821
diff -ruN /usr/ports/sysutils/wmmemmon/files/patch-src::mem_freebsd.c wmmemmon/files/patch-src::mem_freebsd.c
--- /usr/ports/sysutils/wmmemmon/files/patch-src::mem_freebsd.c	Wed Dec 31 19:00:00 1969
+++ wmmemmon/files/patch-src::mem_freebsd.c	Sun Sep 23 15:03:33 2001
@@ -0,0 +1,15 @@
+--- src/mem_freebsd.c.orig	Sun Sep 23 15:02:09 2001
++++ src/mem_freebsd.c	Sun Sep 23 15:02:51 2001
+@@ -51,10 +51,10 @@
+ 
+   if (geteuid () != getuid () || getegid () != getgid ())
+     {
+-      fprintf (stderr "unable to drop privileges");
++      fprintf (stderr,"unable to drop privileges");
+       exit(1);
+     }
+-  return 0;
++  exit(1);
+ }
+ 
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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