summaryrefslogtreecommitdiff
path: root/graphics/vcg/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-06-13 12:47:19 +0000
committersakamoto <sakamoto>1999-06-13 12:47:19 +0000
commit678ad834bb6c13bc7571ca6b5b161b88937cac25 (patch)
tree09aafcf53ecbf19219c5c92ffff08652f40996e8 /graphics/vcg/patches
parent09022e079baef42428c10fb081d2887795c2c4b8 (diff)
downloadpkgsrc-678ad834bb6c13bc7571ca6b5b161b88937cac25.tar.gz
Import FreeBSD's "vcg" port:
A Visualization Tool for compiler graphs.
Diffstat (limited to 'graphics/vcg/patches')
-rw-r--r--graphics/vcg/patches/patch-aa11
-rw-r--r--graphics/vcg/patches/patch-ab20
-rw-r--r--graphics/vcg/patches/patch-ac20
-rw-r--r--graphics/vcg/patches/patch-ad20
-rw-r--r--graphics/vcg/patches/patch-ae11
-rw-r--r--graphics/vcg/patches/patch-af11
-rw-r--r--graphics/vcg/patches/patch-ag11
-rw-r--r--graphics/vcg/patches/patch-ah11
-rw-r--r--graphics/vcg/patches/patch-ai11
-rw-r--r--graphics/vcg/patches/patch-aj20
-rw-r--r--graphics/vcg/patches/patch-ak11
-rw-r--r--graphics/vcg/patches/patch-al11
-rw-r--r--graphics/vcg/patches/patch-am11
-rw-r--r--graphics/vcg/patches/patch-an11
-rw-r--r--graphics/vcg/patches/patch-ao11
-rw-r--r--graphics/vcg/patches/patch-ap31
16 files changed, 232 insertions, 0 deletions
diff --git a/graphics/vcg/patches/patch-aa b/graphics/vcg/patches/patch-aa
new file mode 100644
index 00000000000..33aa7cf0592
--- /dev/null
+++ b/graphics/vcg/patches/patch-aa
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 16:56:11
++++ demo/Makefile 1995/02/18 16:57:11
+@@ -124,7 +124,7 @@
+
+ # Generated Other - Files
+ GOFILES = animfile1.vcg animfile2.vcg rbtree.vcg
+-
++
+ # Object - Files
+ OFILES = animation1.o animation2.o pbmrot90.o pbmshift.o vcgdemomaker.o \
+ animation3.o vcgcount.o pbm2hp.o
diff --git a/graphics/vcg/patches/patch-ab b/graphics/vcg/patches/patch-ab
new file mode 100644
index 00000000000..50ee46c635f
--- /dev/null
+++ b/graphics/vcg/patches/patch-ab
@@ -0,0 +1,20 @@
+--- 1.1 1995/02/18 16:57:50
++++ doc/Makefile 1995/02/18 16:58:35
+@@ -72,7 +72,7 @@
+
+
+ # RCS Version control stuff
+-
++
+ $(SOURCES):
+ $(CHECKOUT) $@
+
+@@ -87,7 +87,7 @@
+
+ clean:
+ $(RM) -f *.aux *.toc *.log *.lof *.lot *.spell tmp* core
+-
++
+ veryclean: clean
+ $(RM) -f *.dvi
+
diff --git a/graphics/vcg/patches/patch-ac b/graphics/vcg/patches/patch-ac
new file mode 100644
index 00000000000..5051c266a08
--- /dev/null
+++ b/graphics/vcg/patches/patch-ac
@@ -0,0 +1,20 @@
+--- 1.1 1995/02/18 17:07:16
++++ src/preconf/y.tab.c 1995/02/18 17:20:13
+@@ -446,7 +446,7 @@
+
+ #ifndef YY_MALLOC_DECL
+ #define YY_MALLOC_DECL
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif
+
+ #undef YYVALGLOBAL
+@@ -5815,7 +5815,7 @@
+
+
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #ifdef ANSI_C
+ #include <stdarg.h>
+ #else
diff --git a/graphics/vcg/patches/patch-ad b/graphics/vcg/patches/patch-ad
new file mode 100644
index 00000000000..e1b38fd9180
--- /dev/null
+++ b/graphics/vcg/patches/patch-ad
@@ -0,0 +1,20 @@
+--- 1.1 1995/02/18 17:09:45
++++ src/preconf/lex.yy.c 1995/02/18 17:21:39
+@@ -1665,7 +1665,7 @@
+
+ #ifndef YY_MALLOC_DECL
+ #define YY_MALLOC_DECL
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif
+
+ #undef YYVALGLOBAL
+@@ -5256,7 +5256,7 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+
+ /* Global Variables */
+ /*------------------*/
diff --git a/graphics/vcg/patches/patch-ae b/graphics/vcg/patches/patch-ae
new file mode 100644
index 00000000000..f67c7311ab4
--- /dev/null
+++ b/graphics/vcg/patches/patch-ae
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 16:51:08
++++ src/Makefile 1995/02/18 16:55:50
+@@ -189,7 +189,7 @@
+
+ # Generated Other - Files
+ GOFILES = grammar.l grammar.y
+-
++
+ # Object - Files
+ OFILES = y.tab.o lex.yy.o main.o options.o alloc.o step0.o folding.o \
+ step1.o step2.o step3.o step4.o prepare.o draw.o \
diff --git a/graphics/vcg/patches/patch-af b/graphics/vcg/patches/patch-af
new file mode 100644
index 00000000000..f1249b1c5f6
--- /dev/null
+++ b/graphics/vcg/patches/patch-af
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:44:23
++++ src/main.c 1995/02/18 17:44:52
+@@ -147,7 +147,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-ag b/graphics/vcg/patches/patch-ag
new file mode 100644
index 00000000000..389c43807f6
--- /dev/null
+++ b/graphics/vcg/patches/patch-ag
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:48:32
++++ src/X11dev.c 1995/02/18 17:48:52
+@@ -181,7 +181,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-ah b/graphics/vcg/patches/patch-ah
new file mode 100644
index 00000000000..75774966c51
--- /dev/null
+++ b/graphics/vcg/patches/patch-ah
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:48:53
++++ src/X11devcl.c 1995/02/18 17:49:10
+@@ -115,7 +115,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-ai b/graphics/vcg/patches/patch-ai
new file mode 100644
index 00000000000..9ec87a97321
--- /dev/null
+++ b/graphics/vcg/patches/patch-ai
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:49:10
++++ src/X11devfe.c 1995/02/18 17:49:26
+@@ -85,7 +85,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-aj b/graphics/vcg/patches/patch-aj
new file mode 100644
index 00000000000..47aa8e2f175
--- /dev/null
+++ b/graphics/vcg/patches/patch-aj
@@ -0,0 +1,20 @@
+--- 1.1 1995/02/18 17:49:27
++++ src/X11devfs.c 1995/02/18 18:03:42
+@@ -107,7 +107,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
+@@ -128,7 +128,7 @@
+ #else
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#include <sys/param.h>
++/*#include <sys/param.h> */
+ #include <dirent.h>
+ #include <grp.h>
+ #include <pwd.h>
diff --git a/graphics/vcg/patches/patch-ak b/graphics/vcg/patches/patch-ak
new file mode 100644
index 00000000000..c97cdc13a96
--- /dev/null
+++ b/graphics/vcg/patches/patch-ak
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:49:42
++++ src/X11devla.c 1995/02/18 17:49:58
+@@ -122,7 +122,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-al b/graphics/vcg/patches/patch-al
new file mode 100644
index 00000000000..54c104c7166
--- /dev/null
+++ b/graphics/vcg/patches/patch-al
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:49:58
++++ src/X11devpb.c 1995/02/18 17:50:16
+@@ -115,7 +115,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-am b/graphics/vcg/patches/patch-am
new file mode 100644
index 00000000000..7f2654ee008
--- /dev/null
+++ b/graphics/vcg/patches/patch-am
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:50:17
++++ src/X11devst.c 1995/02/18 17:50:33
+@@ -68,7 +68,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-an b/graphics/vcg/patches/patch-an
new file mode 100644
index 00000000000..d9dccab80b2
--- /dev/null
+++ b/graphics/vcg/patches/patch-an
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:50:34
++++ src/X11devti.c 1995/02/18 17:50:48
+@@ -111,7 +111,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-ao b/graphics/vcg/patches/patch-ao
new file mode 100644
index 00000000000..77574252fcc
--- /dev/null
+++ b/graphics/vcg/patches/patch-ao
@@ -0,0 +1,11 @@
+--- 1.1 1995/02/18 17:50:49
++++ src/X11devvw.c 1995/02/18 17:51:04
+@@ -87,7 +87,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
diff --git a/graphics/vcg/patches/patch-ap b/graphics/vcg/patches/patch-ap
new file mode 100644
index 00000000000..5b7ffd6ed10
--- /dev/null
+++ b/graphics/vcg/patches/patch-ap
@@ -0,0 +1,31 @@
+--- 1.1 1995/02/18 16:48:19
++++ Makefile 1995/02/18 17:12:05
+@@ -31,7 +31,7 @@
+
+ #all: stamp-all
+
+-all: xvcg_gcc xvcg
++all: xvcg_cc xvcg
+
+ configure: stamp-config
+
+@@ -236,7 +236,7 @@
+ @echo " make xvcg_c89_noxmkmf"
+ @echo " make vcg_gcc"
+ @echo " make vcg_cc"
+-
++
+ compare: preconf xcompare xvcg install
+ /bin/rm $(PROJECTHOME)/../bin/vcg
+ ln -s $(PROJECTHOME)/../bin/xvcg $(PROJECTHOME)/../bin/vcg
+--- ./preconf/X11/Imakefile.org Wed Feb 8 11:48:30 1995
++++ ./preconf/X11/Imakefile Thu Jun 12 10:35:35 1997
+@@ -2,7 +2,7 @@
+ DEPLIBS = $(DEPXLIB)
+ LOCAL_LIBRARIES = $(XLIB)
+
+-all:
++all::
+ @ echo "#"
+ @ echo LIBPATH = -L$(USRLIBDIR)
+ @ echo INCLUDES = $(ALLINCLUDES)