pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/gkrellm-leds Remove a reference to a variable unu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3d500cfdd3a
branches:  trunk
changeset: 507612:d3d500cfdd3a
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Feb 05 14:41:37 2006 +0000

description:
Remove a reference to a variable unused by the configure script.  Looks
like it could cause issues in some situation, as shown by a recent bulk
build failure.  No functional change.

diffstat:

 misc/gkrellm-leds/distinfo         |   3 ++-
 misc/gkrellm-leds/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 68f3df0dc4c2 -r d3d500cfdd3a misc/gkrellm-leds/distinfo
--- a/misc/gkrellm-leds/distinfo        Sun Feb 05 13:23:14 2006 +0000
+++ b/misc/gkrellm-leds/distinfo        Sun Feb 05 14:41:37 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/03/22 15:51:26 cube Exp $
+$NetBSD: distinfo,v 1.5 2006/02/05 14:41:37 cube Exp $
 
 SHA1 (gkleds-0.8.2.tar.gz) = a7af635996782448b2fa1f901029a43c9936d779
 RMD160 (gkleds-0.8.2.tar.gz) = 95caf420a56263df08f0f3ffaac750498c7f3a5b
 Size (gkleds-0.8.2.tar.gz) = 322409 bytes
+SHA1 (patch-aa) = 8d9086b8f22b71b590426c9eeb5109634714c7fc
diff -r 68f3df0dc4c2 -r d3d500cfdd3a misc/gkrellm-leds/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gkrellm-leds/patches/patch-aa        Sun Feb 05 14:41:37 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2006/02/05 14:41:37 cube Exp $
+
+--- src/Makefile.in.orig       2004-11-29 13:48:40.000000000 +0100
++++ src/Makefile.in
+@@ -152,7 +152,7 @@ gkleds_la_CFLAGS = -Wall -O2 -I../pixmap
+ 
+ gkleds_la_LIBADD = @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ @GTK_LIBS@ @GKM_EXTRA_SRCS@
+ 
+-gkleds_la_LDFLAGS = -module -avoid-version @GK_LDFLAGS@
++gkleds_la_LDFLAGS = -module -avoid-version
+ 
+ gkleds_la_SOURCES = gkleds.c gkleds.h
+ 



Home | Main Index | Thread Index | Old Index