summaryrefslogtreecommitdiff
path: root/misc/vfu
diff options
context:
space:
mode:
authorrh <rh>1999-11-27 23:03:54 +0000
committerrh <rh>1999-11-27 23:03:54 +0000
commit1203e004c0f3a5239f3897d9a4e411f3e081bbdc (patch)
tree69c773caa696916fe5cf1a8b0bc7828e0c3d6015 /misc/vfu
parent09d9f29a9c1e5496c677ef68f49b4b947127dc68 (diff)
downloadpkgsrc-1203e004c0f3a5239f3897d9a4e411f3e081bbdc.tar.gz
defuzz
Diffstat (limited to 'misc/vfu')
-rw-r--r--misc/vfu/files/patch-sum8
-rw-r--r--misc/vfu/patches/patch-aa10
-rw-r--r--misc/vfu/patches/patch-ab12
-rw-r--r--misc/vfu/patches/patch-ac10
4 files changed, 20 insertions, 20 deletions
diff --git a/misc/vfu/files/patch-sum b/misc/vfu/files/patch-sum
index 1462b6c3eb0..24eb986518d 100644
--- a/misc/vfu/files/patch-sum
+++ b/misc/vfu/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:09:20 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/11/27 23:03:54 rh Exp $
-MD5 (patch-aa) = 5fa3f806dd8a24ed2f672b27f73c1274
-MD5 (patch-ab) = 1f35d961581041324290d14d8d365ce6
-MD5 (patch-ac) = 4d84a85a640096ae431a801e266a1595
+MD5 (patch-aa) = ecb4d77342321b34adfca047b97a7020
+MD5 (patch-ab) = 6698c767242da2e5a507deeb1f1bf2cb
+MD5 (patch-ac) = 0a2b0f414bde099a2786a2f521ddc2fa
MD5 (patch-ad) = 2606bb1322dffe86a0a48f1aa1ccc878
diff --git a/misc/vfu/patches/patch-aa b/misc/vfu/patches/patch-aa
index 29da626dd03..8d2d9e4d572 100644
--- a/misc/vfu/patches/patch-aa
+++ b/misc/vfu/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.3 1999/02/10 15:14:10 frueauf Exp $
+$NetBSD: patch-aa,v 1.4 1999/11/27 23:03:54 rh Exp $
---- vslib/makefile.orig Wed Feb 3 14:47:16 1999
-+++ vslib/makefile Thu Feb 4 01:29:57 1999
+--- vslib/makefile.orig Sun Nov 28 00:01:29 1999
++++ vslib/makefile Sun Nov 28 00:01:29 1999
@@ -3,8 +3,8 @@
- CC = gcc
- LD = gcc
+ CC = g++
+ LD = g++
AR = ar rvs
-CFLAGS = -I. -I/usr/include/ncurses -O2 $(CCDEF)
-CCFLAGS = -I. -I/usr/include/ncurses -O2 $(CCDEF)
diff --git a/misc/vfu/patches/patch-ab b/misc/vfu/patches/patch-ab
index 79fef49aceb..95376985eb3 100644
--- a/misc/vfu/patches/patch-ab
+++ b/misc/vfu/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.3 1999/02/10 15:14:10 frueauf Exp $
+$NetBSD: patch-ab,v 1.4 1999/11/27 23:03:54 rh Exp $
---- vfu/vfu.h.orig Thu Feb 4 01:58:22 1999
-+++ vfu/vfu.h Thu Feb 4 01:56:21 1999
-@@ -18,6 +18,8 @@
- #include <sys/stat.h>
- #include <sys/wait.h>
+--- vfu/vfu.h.orig Sun Nov 28 00:01:30 1999
++++ vfu/vfu.h Sun Nov 28 00:01:31 1999
+@@ -33,6 +33,8 @@
+
+ #include <vslib.h>
+ #include "target.h"
+
diff --git a/misc/vfu/patches/patch-ac b/misc/vfu/patches/patch-ac
index fe598b15d01..640da5913e7 100644
--- a/misc/vfu/patches/patch-ac
+++ b/misc/vfu/patches/patch-ac
@@ -1,10 +1,10 @@
-$NetBSD: patch-ac,v 1.3 1999/02/10 15:14:10 frueauf Exp $
+$NetBSD: patch-ac,v 1.4 1999/11/27 23:03:54 rh Exp $
---- vfu/makefile.orig Wed Feb 3 14:49:42 1999
-+++ vfu/makefile Thu Feb 4 01:46:58 1999
+--- vfu/makefile.orig Sun Nov 28 00:01:32 1999
++++ vfu/makefile Sun Nov 28 00:01:32 1999
@@ -3,9 +3,9 @@
- CC = gcc
- LD = gcc
+ CC = g++
+ LD = g++
AR = ar rvs
-CFLAGS = -I../vslib -I/usr/include/ncurses -O2 $(CCDEF)
-CCFLAGS = -I../vslib -I/usr/include/ncurses -O2 $(CCDEF)