1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

net/gkrellmmultiping2 : update and take maintainership

This updates net/gkrellmmultiping2 from 2.0.3_3 to 2.0.8 and
	transmits maintainership from ports@freebsd.org to me.

	Added files: none
	Deleted files: pkg-plist

PR:		ports/76011
Submitted by:	Tobias Roth <ports@fsck.ch>
This commit is contained in:
Edwin Groothuis 2005-01-10 10:44:02 +00:00
parent d26ca68a86
commit 95ba0766ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126038
5 changed files with 23 additions and 19 deletions

View File

@ -7,21 +7,22 @@
#
PORTNAME= gkrellmmultiping
PORTVERSION= 2.0.3
PORTREVISION= 3
PORTVERSION= 2.0.8
CATEGORIES= net
MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ \
http://depot.fsck.ch/mirror/distfiles/
DISTNAME= gkrellm-multiping-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= GKrellM multiping plugin
MAINTAINER= ports@fsck.ch
COMMENT= GKrellM2 multiping plugin
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
USE_X_PREFIX= yes
USE_REINPLACE= yes
PLIST_FILES= libexec/gkrellm2/plugins/multiping.so libexec/gkrellm2/plugins/pinger
MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \

View File

@ -1,2 +1,2 @@
MD5 (gkrellm-multiping-2.0.3.tgz) = ca50628c1a1ebc94274de9b933b39fa6
SIZE (gkrellm-multiping-2.0.3.tgz) = 13943
MD5 (gkrellm-multiping-2.0.8.tgz) = ec70ac9e13b1ed041813868a70045941
SIZE (gkrellm-multiping-2.0.8.tgz) = 14377

View File

@ -1,21 +1,29 @@
--- Makefile.orig Sun Nov 24 23:27:11 2002
+++ Makefile Sun Nov 24 23:34:49 2002
@@ -1,4 +1,4 @@
--- Makefile.orig Sat Jan 8 13:41:09 2005
+++ Makefile Sat Jan 8 13:55:03 2005
@@ -1,29 +1,29 @@
-INSTALLDIR = /usr/local/lib/gkrellm2/plugins
+INSTALLDIR = ${PREFIX}/libexec/gkrellm2/plugins
VERSION = 2.0.1
VERSION = 2.0.8
PKGNAME = gkrellm-multiping
#OPT = -march=athlon -O2
@@ -8,7 +8,7 @@
#CC = gcc-3.0
-CC = gcc
+CC ?= gcc
all: pinger multiping.so
pinger: pinger.c
- $(CC) `pkg-config glib-2.0 --cflags` $(OPT) -lpthread `pkg-config glib-2.0 --libs` -Wall -o pinger pinger.c
+ ${CC} `pkg-config glib-2.0 --cflags` ${OPT} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} `pkg-config glib-2.0 --libs` -Wall -o pinger pinger.c
+ $(CC) `pkg-config glib-2.0 --cflags` $(OPT) ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} `pkg-config glib-2.0 --libs` -Wall -o pinger pinger.c
multiping.o: multiping.c decal_multiping_status.xpm
$(CC) -Wall -fPIC -Wall `pkg-config gtk+-2.0 --cflags` $(OPT) -DVERSION=\"$(VERSION)\" -c multiping.c
@@ -20,10 +20,10 @@
multiping.so: multiping.o
- $(CC) -shared -Wl -ggdb `pkg-config gtk+-2.0 --libs`-o multiping.so multiping.o
+ $(CC) -shared -Wl `pkg-config gtk+-2.0 --libs`-o multiping.so multiping.o
clean:
rm -f *.o *.so core
install: pinger multiping.so

View File

@ -2,6 +2,3 @@ This plugin pings several machines and shows the current
round-trip and status.
WWW: http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
- Jean-Yves Lefort
jylefort@brutele.be

View File

@ -1,2 +0,0 @@
libexec/gkrellm2/plugins/multiping.so
libexec/gkrellm2/plugins/pinger