summaryrefslogtreecommitdiff
path: root/net/vnc/patches
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2000-11-10 16:57:24 +0000
committerabs <abs@pkgsrc.org>2000-11-10 16:57:24 +0000
commit9a7dfc314f18db3cff023dd0d7917a5330a28b85 (patch)
treeaee9a863e67b47ea95d8239107f43550c81391be /net/vnc/patches
parentb3757cb918ba78f7d7e8a6d37f8233d3ea49d686 (diff)
downloadpkgsrc-9a7dfc314f18db3cff023dd0d7917a5330a28b85.tar.gz
Split out vncviwer into its own package. Depend on it
Diffstat (limited to 'net/vnc/patches')
-rw-r--r--net/vnc/patches/patch-aa38
-rw-r--r--net/vnc/patches/patch-ab31
-rw-r--r--net/vnc/patches/patch-ac37
-rw-r--r--net/vnc/patches/patch-ad25
-rw-r--r--net/vnc/patches/patch-ae28
-rw-r--r--net/vnc/patches/patch-af13
6 files changed, 72 insertions, 100 deletions
diff --git a/net/vnc/patches/patch-aa b/net/vnc/patches/patch-aa
index 1913ae48040..8de0ad796ed 100644
--- a/net/vnc/patches/patch-aa
+++ b/net/vnc/patches/patch-aa
@@ -1,17 +1,23 @@
-$NetBSD: patch-aa,v 1.5 1999/04/20 18:59:48 tron Exp $
+$NetBSD: patch-aa,v 1.6 2000/11/10 16:57:25 abs Exp $
-*** Xvnc/config/cf/NetBSD.cf.orig Tue Jul 28 14:19:10 1998
---- Xvnc/config/cf/NetBSD.cf Tue Jul 28 12:45:19 1998
-***************
-*** 373,377 ****
- * Definition for compiling on Alpha machines
- */
- #ifdef AlphaArchitecture
-! #define BuildServer NO
- #endif
---- 373,377 ----
- * Definition for compiling on Alpha machines
- */
- #ifdef AlphaArchitecture
-! #define BuildServer YES
- #endif
+--- Imakefile.orig Mon May 18 14:18:46 1998
++++ Imakefile
+@@ -1,7 +1,7 @@
+ #define IHaveSubdirs
+ #define PassCDebugFlags
+
+-SUBDIRS = libvncauth vncviewer vncpasswd
++SUBDIRS = libvncauth vncpasswd
+
+ World:
+ make Makefiles
+@@ -9,8 +9,7 @@
+ make all
+ @echo ""
+ @echo Built $(SUBDIRS).
+- @echo 'To build Xvnc, do "cd Xvnc", followed by "make World"'
+- @echo ""
++ (cd Xvnc && make World)
+
+ MakeSubdirs($(SUBDIRS))
+ DependSubdirs($(SUBDIRS))
diff --git a/net/vnc/patches/patch-ab b/net/vnc/patches/patch-ab
index dd1fabe02dd..5d2201071cf 100644
--- a/net/vnc/patches/patch-ab
+++ b/net/vnc/patches/patch-ab
@@ -1,22 +1,11 @@
-$NetBSD: patch-ab,v 1.3 1998/08/07 11:11:03 agc Exp $
+$NetBSD: patch-ab,v 1.4 2000/11/10 16:57:25 abs Exp $
-*** Imakefile.orig Mon May 18 06:18:46 1998
---- Imakefile Tue Jul 28 14:57:53 1998
-***************
-*** 9,16 ****
- make all
- @echo ""
- @echo Built $(SUBDIRS).
-! @echo 'To build Xvnc, do "cd Xvnc", followed by "make World"'
-! @echo ""
-
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
---- 9,15 ----
- make all
- @echo ""
- @echo Built $(SUBDIRS).
-! (cd Xvnc && make World)
-
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
+--- Xvnc/config/cf/NetBSD.cf.orig Sat Jul 26 07:30:39 1997
++++ Xvnc/config/cf/NetBSD.cf
+@@ -373,5 +373,5 @@
+ * Definition for compiling on Alpha machines
+ */
+ #ifdef AlphaArchitecture
+-#define BuildServer NO
++#define BuildServer YES
+ #endif
diff --git a/net/vnc/patches/patch-ac b/net/vnc/patches/patch-ac
index 0aea2aa46c5..f3914faf799 100644
--- a/net/vnc/patches/patch-ac
+++ b/net/vnc/patches/patch-ac
@@ -1,23 +1,16 @@
-$NetBSD: patch-ac,v 1.4 1999/02/17 19:11:36 tls Exp $
+$NetBSD: patch-ac,v 1.5 2000/11/10 16:57:25 abs Exp $
-*** vncserver.orig Tue Jul 28 16:16:07 1998
---- vncserver Tue Jul 28 16:17:02 1998
-***************
-*** 144,151 ****
-
- # Add font path and color database stuff here, e.g.:
- #
-! # $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
-! # $cmd .= " -co /usr/lib/X11/rgb";
- #
-
- foreach $arg (@ARGV) {
---- 144,151 ----
-
- # Add font path and color database stuff here, e.g.:
- #
-! $cmd .= " -fp /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/";
-! $cmd .= " -co /usr/X11R6/lib/X11/rgb";
- #
-
- foreach $arg (@ARGV) {
+--- Xvnc/config/imake/imakemdep.h.orig Sun Jul 27 03:41:05 1997
++++ Xvnc/config/imake/imakemdep.h
+@@ -287,6 +287,11 @@
+ * that support multiple operating systems).
+ */
+
++#ifdef __NetBSD__
++#undef unix
++#define unix 42
++#endif
++
+ #define ARGUMENTS 50 /* number of arguments in various arrays */
+ char *cpp_argv[ARGUMENTS] = {
+ "cc", /* replaced by the actual program to exec */
diff --git a/net/vnc/patches/patch-ad b/net/vnc/patches/patch-ad
index ff07411bc23..2239a448018 100644
--- a/net/vnc/patches/patch-ad
+++ b/net/vnc/patches/patch-ad
@@ -1,16 +1,13 @@
-$NetBSD: patch-ad,v 1.3 1999/04/20 18:39:34 tron Exp $
+$NetBSD: patch-ad,v 1.4 2000/11/10 16:57:25 abs Exp $
---- Xvnc/config/imake/imakemdep.h.orig Sun Jul 27 04:41:05 1997
-+++ Xvnc/config/imake/imakemdep.h Tue Apr 20 20:26:52 1999
-@@ -287,6 +287,11 @@
- * that support multiple operating systems).
- */
+--- Xvnc/programs/Xserver/include/servermd.h.orig Mon Jul 28 15:17:34 1997
++++ Xvnc/programs/Xserver/include/servermd.h
+@@ -336,7 +336,7 @@
-+#ifdef __NetBSD__
-+#undef unix
-+#define unix 42
-+#endif
-+
- #define ARGUMENTS 50 /* number of arguments in various arrays */
- char *cpp_argv[ARGUMENTS] = {
- "cc", /* replaced by the actual program to exec */
+ #endif /* luna */
+
+-#if (defined(i386) && (defined(SVR4) || defined(SYSV) || (defined(sun) && defined(SVR4))) || defined(__bsdi__) || (defined(__NetBSD__) && defined(__i386__)) || (defined(__OpenBSD__) && defined(__i386__)) || defined(__FreeBSD__) || defined(MACH386) || (defined(linux) && !defined(__mc68000__)) || (defined(AMOEBA) && defined(i80386)) || defined(MINIX) || defined(__EMX__) || (defined(Lynx) && defined(__i386__)))
++#if (defined(i386) && (defined(SVR4) || defined(SYSV) || (defined(sun) && defined(SVR4))) || defined(__bsdi__) || (defined(__NetBSD__) && (defined(__i386__) || defined(__arm32__) || defined(__powerpc__))) || (defined(__OpenBSD__) && defined(__i386__)) || defined(__FreeBSD__) || defined(MACH386) || (defined(linux) && !defined(__mc68000__)) || (defined(AMOEBA) && defined(i80386)) || defined(MINIX) || defined(__EMX__) || (defined(Lynx) && defined(__i386__)))
+
+ #ifndef IMAGE_BYTE_ORDER
+ #define IMAGE_BYTE_ORDER LSBFirst
diff --git a/net/vnc/patches/patch-ae b/net/vnc/patches/patch-ae
index 01468c90e67..ab1f135f29d 100644
--- a/net/vnc/patches/patch-ae
+++ b/net/vnc/patches/patch-ae
@@ -1,15 +1,15 @@
-$NetBSD: patch-ae,v 1.1 1999/09/02 21:29:31 tron Exp $
+$NetBSD: patch-ae,v 1.2 2000/11/10 16:57:25 abs Exp $
-*** vncviewer/Imakefile.orig Thu Sep 2 11:45:25 1999
---- vncviewer/Imakefile Thu Sep 2 11:45:44 1999
-***************
-*** 35,38 ****
-
- OBJS = $(SRCS:.c=.o)
-
-! ComplexProgramTarget(vncviewer)
---- 35,38 ----
-
- OBJS = $(SRCS:.c=.o)
-
-! ComplexProgramTargetNoMan(vncviewer)
+--- vncserver.orig Wed Jan 12 16:57:12 2000
++++ vncserver
+@@ -146,8 +146,8 @@
+
+ # Add font path and color database stuff here, e.g.:
+ #
+-# $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+-# $cmd .= " -co /usr/lib/X11/rgb";
++$cmd .= " -fp /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/";
++$cmd .= " -co /usr/X11R6/lib/X11/rgb";
+ #
+
+ foreach $arg (@ARGV) {
diff --git a/net/vnc/patches/patch-af b/net/vnc/patches/patch-af
deleted file mode 100644
index 96a8700adc8..00000000000
--- a/net/vnc/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.2 2000/09/10 01:17:14 hubertf Exp $
-
---- Xvnc/programs/Xserver/include/servermd.h.orig Mon Jul 28 16:17:34 1997
-+++ Xvnc/programs/Xserver/include/servermd.h
-@@ -336,7 +336,7 @@
-
- #endif /* luna */
-
--#if (defined(i386) && (defined(SVR4) || defined(SYSV) || (defined(sun) && defined(SVR4))) || defined(__bsdi__) || (defined(__NetBSD__) && defined(__i386__)) || (defined(__OpenBSD__) && defined(__i386__)) || defined(__FreeBSD__) || defined(MACH386) || (defined(linux) && !defined(__mc68000__)) || (defined(AMOEBA) && defined(i80386)) || defined(MINIX) || defined(__EMX__) || (defined(Lynx) && defined(__i386__)))
-+#if (defined(i386) && (defined(SVR4) || defined(SYSV) || (defined(sun) && defined(SVR4))) || defined(__bsdi__) || (defined(__NetBSD__) && (defined(__i386__) || defined(__arm32__) || defined(__powerpc__))) || (defined(__OpenBSD__) && defined(__i386__)) || defined(__FreeBSD__) || defined(MACH386) || (defined(linux) && !defined(__mc68000__)) || (defined(AMOEBA) && defined(i80386)) || defined(MINIX) || defined(__EMX__) || (defined(Lynx) && defined(__i386__)))
-
- #ifndef IMAGE_BYTE_ORDER
- #define IMAGE_BYTE_ORDER LSBFirst