Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/gkrellm/files: gkrellmd gkrellm-2.3-Makefile.patch gkrellm-2.3-build.patch gkrellmd.conf gkrellm-2.3-gnutls.patch gkrellm-2.3.0-gnutls.patch gkrellm-2.3.0-Makefile.patch gkrellm-2.3.0-build.patch
Date: Thu, 28 Feb 2008 15:17:07
Message-Id: E1JUkVM-0003cb-Tv@stork.gentoo.org
1 lack 08/02/28 15:17:04
2
3 Modified: gkrellmd
4 Added: gkrellm-2.3-Makefile.patch gkrellm-2.3-build.patch
5 gkrellmd.conf gkrellm-2.3-gnutls.patch
6 Removed: gkrellm-2.3.0-gnutls.patch
7 gkrellm-2.3.0-Makefile.patch
8 gkrellm-2.3.0-build.patch
9 Log:
10 Version bump - 2.3.1 is released (Bug #209937)
11 (Portage version: 2.1.4.1)
12
13 Revision Changes Path
14 1.7 app-admin/gkrellm/files/gkrellmd
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellmd?rev=1.7&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellmd?rev=1.7&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellmd?r1=1.6&r2=1.7
19
20 Index: gkrellmd
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v
23 retrieving revision 1.6
24 retrieving revision 1.7
25 diff -u -r1.6 -r1.7
26 --- gkrellmd 2 Nov 2006 10:44:06 -0000 1.6
27 +++ gkrellmd 28 Feb 2008 15:17:04 -0000 1.7
28 @@ -1,7 +1,7 @@
29 #!/sbin/runscript
30 # Copyright 1999-2006 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.6 2006/11/02 10:44:06 nyhm Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.7 2008/02/28 15:17:04 lack Exp $
34
35 depend() {
36 need net
37 @@ -11,7 +11,7 @@
38
39 start() {
40 ebegin "Starting GNU Krell Monitor daemon"
41 - start-stop-daemon --start --quiet --background --pidfile /var/run/gkrellmd.pid --make-pidfile --exec /usr/bin/gkrellmd
42 + start-stop-daemon --start --quiet --background --pidfile /var/run/gkrellmd.pid --make-pidfile --exec /usr/bin/gkrellmd ${GKRELLM_OPTS}
43 eend $?
44 }
45
46
47
48
49 1.1 app-admin/gkrellm/files/gkrellm-2.3-Makefile.patch
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellm-2.3-Makefile.patch?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellm-2.3-Makefile.patch?rev=1.1&content-type=text/plain
53
54 Index: gkrellm-2.3-Makefile.patch
55 ===================================================================
56 diff -Nru gkrellm-2.2.10/src/Makefile gkrellm-2.2.10_patched/src/Makefile
57 --- gkrellm-2.2.10/src/Makefile 2007-02-15 17:50:03 +0100
58 +++ gkrellm-2.2.10_patched/src/Makefile 2007-02-15 17:50:49 +0100
59 @@ -95,7 +95,7 @@
60 endif
61
62
63 -override CC += -Wall $(FLAGS)
64 +CFLAGS += -Wall $(FLAGS)
65
66 OBJS = main.o alerts.o battery.o base64.o clock.o cpu.o disk.o fs.o \
67 hostname.o inet.o mail.o mem.o net.o proc.o sensors.o uptime.o \
68
69
70
71 1.1 app-admin/gkrellm/files/gkrellm-2.3-build.patch
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellm-2.3-build.patch?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellm-2.3-build.patch?rev=1.1&content-type=text/plain
75
76 Index: gkrellm-2.3-build.patch
77 ===================================================================
78 --- server/Makefile
79 +++ server/Makefile
80 @@ -21,7 +21,7 @@
81 MANMODE ?= 644
82 MANDIRMODE ?= 755
83 INSTALL ?= install
84 -LINK_FLAGS ?= -Wl,-E
85 +LINK_FLAGS ?= $(LDFLAGS) -Wl,-E
86 EXTRAOBJS =
87
88
89 @@ -41,7 +41,7 @@
90
91
92 CC ?= gcc
93 -STRIP ?= -s
94 +STRIP ?=
95
96 GKRELLMD_INCLUDES = gkrellmd.h
97
98 @@ -51,7 +51,7 @@
99 GLIB12_INCLUDE = `glib-config --cflags`
100 GLIB12_LIB = `glib-config --libs glib gmodule`
101
102 -FLAGS = -O2 -I.. $(PKG_INCLUDE) $(GTOP_INCLUDE)
103 +FLAGS = -I.. $(PKG_INCLUDE) $(GTOP_INCLUDE)
104 ifeq ($(glib12),1)
105 FLAGS = -O2 -I.. $(GLIB12_INCLUDE) $(GTOP_INCLUDE)
106 endif
107 --- src/Makefile
108 +++ src/Makefile
109 @@ -18,7 +18,7 @@
110 MANMODE ?= 644
111 MANDIRMODE ?= 755
112 INSTALL ?= install
113 -LINK_FLAGS ?= -Wl,-E
114 +LINK_FLAGS ?= $(LDFLAGS) -Wl,-E
115 SMC_LIBS ?= -L/usr/X11R6/lib -lSM -lICE
116
117 ifeq ($(without-gnutls),1)
118 @@ -62,7 +62,7 @@
119 endif
120
121 CC ?= gcc
122 -STRIP ?= -s
123 +STRIP ?=
124
125 GKRELLM_INCLUDES = gkrellm.h gkrellm-public-proto.h
126
127 @@ -70,7 +70,7 @@
128
129 PKG_LIB = `$(PKG_CONFIG) --libs gtk+-2.0 gthread-2.0`
130
131 -FLAGS = -O2 -I.. $(PKG_INCLUDE) $(GTOP_INCLUDE)
132 +FLAGS = -I.. $(PKG_INCLUDE) $(GTOP_INCLUDE)
133 FLAGS+= $(PTHREAD_INC)
134
135 LIBS = $(PKG_LIB) $(GTOP_LIBS) $(SMC_LIBS) $(SYS_LIBS) $(SSL_LIBS) $(SENSORS_LIBS)
136
137
138
139 1.1 app-admin/gkrellm/files/gkrellmd.conf
140
141 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellmd.conf?rev=1.1&view=markup
142 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellmd.conf?rev=1.1&content-type=text/plain
143
144 Index: gkrellmd.conf
145 ===================================================================
146 # Config file for gkrellmd
147
148 # If you need to pass extra options to gkrellmd, you may set them here.
149 # See 'gkrellmd --help' for a list of options.
150 # GKRELLMD_OPTS=""
151
152
153
154 1.1 app-admin/gkrellm/files/gkrellm-2.3-gnutls.patch
155
156 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellm-2.3-gnutls.patch?rev=1.1&view=markup
157 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gkrellm/files/gkrellm-2.3-gnutls.patch?rev=1.1&content-type=text/plain
158
159 Index: gkrellm-2.3-gnutls.patch
160 ===================================================================
161 --- src/configure
162 +++ src/configure
163 @@ -37,6 +37,7 @@
164 #include <gnutls/openssl.h>
165 #include <errno.h>
166 #include <pthread.h>
167 +#include <gcrypt.h>
168
169 GCRY_THREAD_OPTION_PTHREAD_IMPL;
170
171 --- src/mail.c
172 +++ src/mail.c
173 @@ -40,6 +40,7 @@
174 #if defined(HAVE_GNUTLS)
175 #include <gnutls/openssl.h>
176 #include <pthread.h>
177 +#include <gcrypt.h>
178 #define MD5Init MD5_Init
179 #define MD5Update MD5_Update
180 #define MD5Final MD5_Final
181
182
183
184 --
185 gentoo-commits@l.g.o mailing list