Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2008 03:59:54 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121849: [PATCH] sysutils/gkrellflynn: take maintainership, cleanup USE_X_PREFIX, add mirror
Message-ID:  <20080319005954.58D291702D@hades.panopticon>
Resent-Message-ID: <200803190100.m2J103SY034566@freefall.freebsd.org>

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

>Number:         121849
>Category:       ports
>Synopsis:       [PATCH] sysutils/gkrellflynn: take maintainership, cleanup USE_X_PREFIX, add mirror
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 01:00:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Take maintainership
* Drop unneeded USE_X_PREFIX
* Mirror a distfile (MASTER_SITE seems to be down)
>How-To-Repeat:
>Fix:

--- gkrellflynn.patch begins here ---
diff -ruN gkrellflynn.orig/Makefile gkrellflynn/Makefile
--- gkrellflynn.orig/Makefile	2008-03-19 03:49:32.000000000 +0300
+++ gkrellflynn/Makefile	2008-03-19 03:56:23.000000000 +0300
@@ -7,11 +7,12 @@
 
 PORTNAME=	gkrellflynn
 PORTVERSION=	0.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
-MASTER_SITES=	http://horus.comlab.uni-rostock.de/flynn/
+MASTER_SITES=	http://www.amdmi3.ru/distfiles/ \
+		http://horus.comlab.uni-rostock.de/flynn/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	amdmi3@amdmi3.ru
 COMMENT=	A tiny system load meter for gkrellm
 
 BUILD_DEPENDS=	${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
@@ -19,7 +20,6 @@
 
 PLIST_FILES=	libexec/gkrellm2/plugins/gkrellflynn.so
 USE_GNOME=	gtk20
-USE_X_PREFIX=	yes
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -c -fPIC"
 ALL_TARGET=	${PORTNAME}.so
 
--- gkrellflynn.patch ends here ---

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



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