FreeBSD Bugzilla – Attachment 49805 Details for
Bug 76011
net/gkrellmmultiping2 : update and take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.55 KB, created by
Tobias Roth
on 2005-01-09 20:50:23 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tobias Roth
Created:
2005-01-09 20:50:23 UTC
Size:
3.55 KB
patch
obsolete
>diff -ruN gkrellmmultiping2.orig/Makefile gkrellmmultiping2/Makefile >--- gkrellmmultiping2.orig/Makefile Sat Jan 8 13:02:11 2005 >+++ gkrellmmultiping2/Makefile Sat Jan 8 14:03:47 2005 >@@ -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}" \ >diff -ruN gkrellmmultiping2.orig/distinfo gkrellmmultiping2/distinfo >--- gkrellmmultiping2.orig/distinfo Sat Jan 8 13:02:11 2005 >+++ gkrellmmultiping2/distinfo Sat Jan 8 13:05:40 2005 >@@ -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 >diff -ruN gkrellmmultiping2.orig/files/patch-Makefile gkrellmmultiping2/files/patch-Makefile >--- gkrellmmultiping2.orig/files/patch-Makefile Sat Jan 8 13:02:11 2005 >+++ gkrellmmultiping2/files/patch-Makefile Sat Jan 8 13:55:46 2005 >@@ -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 >diff -ruN gkrellmmultiping2.orig/pkg-descr gkrellmmultiping2/pkg-descr >--- gkrellmmultiping2.orig/pkg-descr Sat Jan 8 13:02:11 2005 >+++ gkrellmmultiping2/pkg-descr Sat Jan 8 14:10:54 2005 >@@ -2,6 +2,3 @@ > round-trip and status. > > WWW: http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ >- >-- Jean-Yves Lefort >-jylefort@brutele.be >diff -ruN gkrellmmultiping2.orig/pkg-plist gkrellmmultiping2/pkg-plist >--- gkrellmmultiping2.orig/pkg-plist Sat Jan 8 13:02:11 2005 >+++ gkrellmmultiping2/pkg-plist Thu Jan 1 01:00:00 1970 >@@ -1,2 +0,0 @@ >-libexec/gkrellm2/plugins/multiping.so >-libexec/gkrellm2/plugins/pinger
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 76011
: 49805