ports/75281: Update port:sysutils/gkrelltop

David Gardner david at pinko.net
Sun Dec 19 22:50:18 UTC 2004


>Number:         75281
>Category:       ports
>Synopsis:       Update port:sysutils/gkrelltop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 19 22:50:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Gardner
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
na 
>Environment:


System: FreeBSD 5.3-RELEASE #0: Wed Nov 17 13:25:06 PST 2004
    root at eden:/usr/src/sys/i386/compile/Worker5.3-release



>Description:


Maintainer update from 2.2.4 to 2.2.6, now has the ability to exlude processes from the top three list based upon a regular expression (ie. ^idle).


>How-To-Repeat:





>Fix:


--- gkrelltop-2.2.6-port.diff begins here ---
diff -Pru gkrelltop.old/Makefile gkrelltop/Makefile
--- gkrelltop.old/Makefile	Fri Nov 12 14:47:55 2004
+++ gkrelltop/Makefile	Sun Dec 19 14:22:04 2004
@@ -2,16 +2,16 @@
 # Date created:				12 April 2004
 # Whom:					David Gardner
 #
-# $FreeBSD: ports/sysutils/gkrelltop/Makefile,v 1.5 2004/11/07 22:37:15 marcus Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	gkrelltop
-PORTVERSION=	2.2.4
+PORTVERSION=	2.2.6
 PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://psychology.rutgers.edu/~zaimi/html/gkrelltop/
-DISTNAME=	${PORTNAME}.${PORTVERSION}
-EXTRACT_SUFX=	.tgz
+DISTNAME=	${PORTNAME}_2.2-6
+#EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	david at pinko.net
 COMMENT=	Plugin for gkrellm 2.x shows top three processes, requires procfs
diff -Pru gkrelltop.old/distinfo gkrelltop/distinfo
--- gkrelltop.old/distinfo	Mon Aug 16 01:40:00 2004
+++ gkrelltop/distinfo	Sun Dec 19 14:22:09 2004
@@ -1,2 +1,2 @@
-MD5 (gkrelltop.2.2.4.tgz) = 4d45358e6a752a9125a91e7c03697657
-SIZE (gkrelltop.2.2.4.tgz) = 16387
+MD5 (gkrelltop_2.2-6.tar.gz) = b9c641b4d9ce130c07c7da66938244bf
+SIZE (gkrelltop_2.2-6.tar.gz) = 23384
diff -Pru gkrelltop.old/files/patch-makefile gkrelltop/files/patch-makefile
--- gkrelltop.old/files/patch-makefile	Mon Aug 16 01:40:00 2004
+++ gkrelltop/files/patch-makefile	Sun Dec 19 14:26:34 2004
@@ -1,20 +1,11 @@
---- Makefile.orig	Thu May 27 08:46:10 2004
-+++ Makefile	Mon Aug 16 10:27:36 2004
-@@ -27,7 +27,7 @@
- 
- GKRELL1FLAG=1
- #find out if we have gkrellm 2 or 1 (from the gtk+ version)
--GKRELL1FLAG=$(shell bash -c 'pkg-config gtk+-2.0 --cflags &>/dev/null && echo 0')
-+GKRELL1FLAG=$(shell sh -c 'pkg-config gtk+-2.0 --cflags >/dev/null && echo 0')
- GKRELLTOP= gkrelltop.so
- OBJ = top_three.o gkrelltop.o 
- 
+--- Makefile.orig	Sun Dec 19 14:25:10 2004
++++ Makefile	Sun Dec 19 14:02:12 2004
 @@ -65,7 +65,7 @@
+ LIBSD = `glib-config --libs`
+ CONFIGURE_ARGS += --with-glib12
+ else
+-CFLAGSD = -D$(OSFLAG) -fPIC -Wall `pkg-config glib-2.0 --cflags`
++CFLAGSD = -D$(OSFLAG) -I/usr/X11R6/include -fPIC -Wall `pkg-config glib-2.0 --cflags`
  LIBSD = `pkg-config glib-2.0 --libs`
  endif
  INSTALLDIRD=$(HOME)/.gkrellm2/plugins-gkrellmd
--CCD = gcc $(CFLAGSD)
-+CCD = gcc -I${X11BASE}/include $(CFLAGSD)
- OBJD = gkrelltopd.o top_three.o
- 
- DUMMY_VAR := $(shell ./configure $(CONFIGURE_ARGS))
Only in gkrelltop.old/files: patch-src-gkrelltop.c
Only in gkrelltop.old/files: patch-src-top_three.c
--- gkrelltop-2.2.6-port.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list