ports/66918: update port: sysutils/gkrelltop minor update from 2.2 to 2.2.1

David Gardner <david@pinko.net> david at pinko.net
Thu May 20 00:40:33 UTC 2004


>Number:         66918
>Category:       ports
>Synopsis:       update port: sysutils/gkrelltop minor update from 2.2 to 2.2.1
>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:   Wed May 19 17:40:16 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Gardner <david at pinko.net>
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 5.2-CURRENT #0: Fri May 14 19:23:31 PDT 2004
    root at eden:/usr/src/sys/i386/compile/Worker



>Description:


gkrelltop update from v2.2 to 2.2.1
For some reason the author included his x86 Linux binaries in the tgz file so there is a rm *.o in the Makefile, otherwise make will assume all packages are already built. I couldn't think of a more elegant way to handle this, I also emailed the author about this.


>How-To-Repeat:





>Fix:


--- gkrelltop.diff begins here ---
diff -ruN gkrelltop.bak/Makefile gkrelltop/Makefile
--- gkrelltop.bak/Makefile	Sat Apr 17 16:17:33 2004
+++ gkrelltop/Makefile	Wed May 19 17:14:03 2004
@@ -2,11 +2,11 @@
 # Date created:				12 April 2004
 # Whom:					David Gardner
 #
-# $FreeBSD: ports/sysutils/gkrelltop/Makefile,v 1.1 2004/04/17 23:17:33 pav Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	gkrelltop
-PORTVERSION=	2.2
+PORTVERSION=	2.2.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://psychology.rutgers.edu/~zaimi/
 DISTNAME=	${PORTNAME}.${PORTVERSION}
@@ -17,6 +17,10 @@
 
 RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm2
 BUILD_DEPENDS=	${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
+
+post-patch:
+	${RM} ${WRKSRC}/*.o
+	${RM} ${WRKSRC}/*.so
 
 MAKE_ARGS=	INSTALLDIR2=${PREFIX}/libexec/gkrellm2/plugins
 INSTALL_TARGET=	install2
diff -ruN gkrelltop.bak/distinfo gkrelltop/distinfo
--- gkrelltop.bak/distinfo	Sat Apr 17 16:17:33 2004
+++ gkrelltop/distinfo	Wed May 19 13:40:36 2004
@@ -1,2 +1,2 @@
-MD5 (gkrelltop.2.2.tgz) = fbddff14365fd81afa9e97dd919fcf6c
-SIZE (gkrelltop.2.2.tgz) = 33435
+MD5 (gkrelltop.2.2.1.tgz) = 4756f310d86a36978cc4ee14ce4203a3
+SIZE (gkrelltop.2.2.1.tgz) = 45344
--- gkrelltop.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list