summaryrefslogtreecommitdiff
path: root/net/wistumbler
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-09 13:36:51 +0000
committerwiz <wiz@pkgsrc.org>2002-08-09 13:36:51 +0000
commit24d85ef27e034a18ddbb9be91041267f2d0fce10 (patch)
treef3e6d79f5d63930e681da9647a2ea2ed3b4fb484 /net/wistumbler
parentad92e3c4d22c6fb9f654937488a2b42b424c8b4b (diff)
downloadpkgsrc-24d85ef27e034a18ddbb9be91041267f2d0fce10.tar.gz
Update to 20020809. Closes pkg/17866 again.
Diffstat (limited to 'net/wistumbler')
-rw-r--r--net/wistumbler/Makefile4
-rw-r--r--net/wistumbler/distinfo7
-rw-r--r--net/wistumbler/patches/patch-aa28
3 files changed, 5 insertions, 34 deletions
diff --git a/net/wistumbler/Makefile b/net/wistumbler/Makefile
index 19779b4d296..c18444a66b5 100644
--- a/net/wistumbler/Makefile
+++ b/net/wistumbler/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2002/08/08 05:47:17 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2002/08/09 13:36:51 wiz Exp $
-DISTNAME= wistumbler-20020807
+DISTNAME= wistumbler-20020809
CATEGORIES= net
MASTER_SITES= http://gongon.com/persons/iseki/wistumbler/
diff --git a/net/wistumbler/distinfo b/net/wistumbler/distinfo
index 45732ec6604..12b166c314a 100644
--- a/net/wistumbler/distinfo
+++ b/net/wistumbler/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/08/08 05:47:17 itojun Exp $
+$NetBSD: distinfo,v 1.4 2002/08/09 13:36:51 wiz Exp $
-SHA1 (wistumbler-20020807.tar.gz) = 32e43da7740ad38de2b2ef751a432adb35289f00
-Size (wistumbler-20020807.tar.gz) = 7316 bytes
-SHA1 (patch-aa) = 696fbd4dbb4c9c81d6d86bf4e708757ad0756f4c
+SHA1 (wistumbler-20020809.tar.gz) = 1da1fb32440e3c178c5c9ac4518d87ac4fba2dd5
+Size (wistumbler-20020809.tar.gz) = 9371 bytes
diff --git a/net/wistumbler/patches/patch-aa b/net/wistumbler/patches/patch-aa
deleted file mode 100644
index 40ed3c8b01a..00000000000
--- a/net/wistumbler/patches/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2002/08/04 22:44:05 wiz Exp $
-
---- Makefile.orig Sat Aug 3 10:21:32 2002
-+++ Makefile
-@@ -1,20 +1,14 @@
--CFLAGS= -g -O2 -Wall
-+CFLAGS+= -g -Wall `${GTK_CONFIG} --cflags`
-+LDFLAGS+= `${GTK_CONFIG} --libs`
-
- all: wistumbler
-
- wistumbler: stumbler.o wicontrol.o
-- gcc $(CFLAGS) -o wistumbler \
-- -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib \
-- -L/usr/pkg/lib -Wl,-R/usr/pkg/lib \
-- -lgtk -lgdk -lgmodule -lglib -lintl -lXi -lXext -lX11 -lm \
-+ gcc $(CFLAGS) $(LDFLAGS) -o wistumbler \
- stumbler.o wicontrol.o
-
- .c.o:
- gcc $(CFLAGS) \
-- -I/usr/X11R6/include/gtk-1.2 \
-- -I/usr/pkg/include/glib/glib-1.2 \
-- -I/usr/pkg/lib/glib/include \
-- -I/usr/X11R6/include \
- -c $<
-
- clean: