diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-11-03 13:22:03 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-11-03 13:22:03 +0000 |
commit | 857513a870c6ef7541e55a97453894c0f417ce8f (patch) | |
tree | c2a16c64658dd1fbe8039e3d2055f28c94125ed4 /net-misc/tightvnc/files | |
parent | ebuild that compiles on amd64 (diff) | |
download | historical-857513a870c6ef7541e55a97453894c0f417ce8f.tar.gz historical-857513a870c6ef7541e55a97453894c0f417ce8f.tar.bz2 historical-857513a870c6ef7541e55a97453894c0f417ce8f.zip |
ebuild that compiles on amd64
Diffstat (limited to 'net-misc/tightvnc/files')
-rw-r--r-- | net-misc/tightvnc/files/0121_all_4.2.99.3-build-libs-with-pic.patch | 22 | ||||
-rw-r--r-- | net-misc/tightvnc/files/0160_all_4.2.99.4-IncludeSharedObjectInNormalLib.patch | 48 | ||||
-rw-r--r-- | net-misc/tightvnc/files/0180_amd64_4.2.99.4-glx-nopic.patch | 11 | ||||
-rw-r--r-- | net-misc/tightvnc/files/digest-tightvnc-4.0_beta20031031 | 6 | ||||
-rw-r--r-- | net-misc/tightvnc/files/tight.tar.bz2 | bin | 0 -> 9058 bytes | |||
-rw-r--r-- | net-misc/tightvnc/files/tightvnc.patch.bz2 | bin | 0 -> 16268 bytes | |||
-rw-r--r-- | net-misc/tightvnc/files/x86.patch | 39 |
7 files changed, 126 insertions, 0 deletions
diff --git a/net-misc/tightvnc/files/0121_all_4.2.99.3-build-libs-with-pic.patch b/net-misc/tightvnc/files/0121_all_4.2.99.3-build-libs-with-pic.patch new file mode 100644 index 000000000000..a900c48b6e18 --- /dev/null +++ b/net-misc/tightvnc/files/0121_all_4.2.99.3-build-libs-with-pic.patch @@ -0,0 +1,22 @@ +--- XFree86-4.2.99.3/xc/lib/Xau/Imakefile.build-libs-with-pic 2001-01-17 14:42:24.000000000 -0500 ++++ XFree86-4.2.99.3/xc/lib/Xau/Imakefile 2003-01-09 11:25:46.000000000 -0500 +@@ -37,6 +37,8 @@ SRCS = AuDispose.c AuFileName.c AuGetAdd + OBJS = AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o \ + AuRead.o AuUnlock.o AuWrite.o $(K5ENCOBJ) + ++#define IncludeNormalLibInSharedObject ++ + #include <Library.tmpl> + + DependTarget() +--- XFree86-4.2.99.3/xc/programs/Xserver/hw/xfree86/parser/Imakefile.build-libs-with-pic 2002-05-31 14:46:02.000000000 -0400 ++++ XFree86-4.2.99.3/xc/programs/Xserver/hw/xfree86/parser/Imakefile 2003-01-09 11:25:51.000000000 -0500 +@@ -36,6 +36,8 @@ CONFIG_DEFINES = -DXCONFIGDIR=\"$(XCONFI + -DXCONFIGFILE=\"$(XCONFIGFILE)\" \ + -DXVERSION="$(XVERS)" + ++#define IncludeNormalLibInSharedObject ++ + #include <Library.tmpl> + + SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES)) diff --git a/net-misc/tightvnc/files/0160_all_4.2.99.4-IncludeSharedObjectInNormalLib.patch b/net-misc/tightvnc/files/0160_all_4.2.99.4-IncludeSharedObjectInNormalLib.patch new file mode 100644 index 000000000000..d3090f01b9e8 --- /dev/null +++ b/net-misc/tightvnc/files/0160_all_4.2.99.4-IncludeSharedObjectInNormalLib.patch @@ -0,0 +1,48 @@ +--- xc/lib/Xau/Imakefile.IncludeSharedObjectInNormalLib 2001-01-17 14:42:24.000000000 -0500 ++++ xc/lib/Xau/Imakefile 2003-01-29 02:25:49.000000000 -0500 +@@ -37,6 +37,8 @@ + OBJS = AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o \ + AuRead.o AuUnlock.o AuWrite.o $(K5ENCOBJ) + ++#define IncludeSharedObjectInNormalLib ++ + #include <Library.tmpl> + + DependTarget() +--- xc/lib/xkbfile/Imakefile.IncludeSharedObjectInNormalLib 2001-08-27 13:40:59.000000000 -0400 ++++ xc/lib/xkbfile/Imakefile 2003-01-29 02:25:49.000000000 -0500 +@@ -34,6 +34,8 @@ + + ROOT_DEFINES = -DDFLT_XKB_CONFIG_ROOT=\"$(LIBDIR)/xkb\" + ++#define IncludeSharedObjectInNormalLib ++ + #include <Library.tmpl> + + DependTarget() +--- xc/lib/xkbui/Imakefile.IncludeSharedObjectInNormalLib 1999-03-13 22:21:21.000000000 -0500 ++++ xc/lib/xkbui/Imakefile 2003-01-29 02:25:49.000000000 -0500 +@@ -15,6 +15,8 @@ + HEADERS = XKBui.h + INCLUDES = -I. -I$(EXTINCSRC) -I../xkbfile + ++#define IncludeSharedObjectInNormalLib ++ + #include <Library.tmpl> + + DependTarget() +--- xc/programs/Xserver/hw/xfree86/parser/Imakefile.IncludeSharedObjectInNormalLib 2003-01-29 02:41:13.000000000 -0500 ++++ xc/programs/Xserver/hw/xfree86/parser/Imakefile 2003-01-29 02:41:53.000000000 -0500 +@@ -36,9 +36,11 @@ + -DXCONFIGFILE=\"$(XCONFIGFILE)\" \ + -DXVERSION="$(XVERS)" + ++#define IncludeSharedObjectInNormalLib ++ + #include <Library.tmpl> + +-SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES)) ++SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES) $(PICFLAGS)) + + NormalProgramTarget(cpconfig,cpconfig.o $(OBJS),NullParameter,$(LOCAL_LIBRARIES),NullParameter) + diff --git a/net-misc/tightvnc/files/0180_amd64_4.2.99.4-glx-nopic.patch b/net-misc/tightvnc/files/0180_amd64_4.2.99.4-glx-nopic.patch new file mode 100644 index 000000000000..5b8950d71710 --- /dev/null +++ b/net-misc/tightvnc/files/0180_amd64_4.2.99.4-glx-nopic.patch @@ -0,0 +1,11 @@ +--- xc/config/cf/linux.cf.x86_64-glx-nopic 2003-01-29 00:45:16.000000000 -0500 ++++ xc/config/cf/linux.cf 2003-01-29 00:45:57.000000000 -0500 +@@ -319,7 +319,7 @@ + * This improves performance. + */ + #if BuildXF86DRI +-# if defined(i386Architecture) ++# if defined(i386Architecture) || defined(x86_64Architecture) + # define BuildLibGlxWithoutPIC YES + # endif + #endif diff --git a/net-misc/tightvnc/files/digest-tightvnc-4.0_beta20031031 b/net-misc/tightvnc/files/digest-tightvnc-4.0_beta20031031 new file mode 100644 index 000000000000..09fcdd1cd33f --- /dev/null +++ b/net-misc/tightvnc/files/digest-tightvnc-4.0_beta20031031 @@ -0,0 +1,6 @@ +MD5 0eed650932d0e9fb14ed87eb6c7d419e vnc-4.0b4-unixsrc.tar.gz 467831 +MD5 4f241a4f867363f40efa2b00dca292af X430src-1.tgz 10993622 +MD5 844c2ee908d21dbf8911fd13115bf8b4 X430src-2.tgz 7962239 +MD5 b82a0443e1b7bf860e4343e6b6766cb6 X430src-3.tgz 12366363 +MD5 567903747018f2534965ab6cb3976b38 X430src-4.tgz 12906091 +MD5 4dbdbe9a85c8f7f98dd0ee015a3c7b4f X430src-5.tgz 4388018 diff --git a/net-misc/tightvnc/files/tight.tar.bz2 b/net-misc/tightvnc/files/tight.tar.bz2 Binary files differnew file mode 100644 index 000000000000..835ad5c2bd25 --- /dev/null +++ b/net-misc/tightvnc/files/tight.tar.bz2 diff --git a/net-misc/tightvnc/files/tightvnc.patch.bz2 b/net-misc/tightvnc/files/tightvnc.patch.bz2 Binary files differnew file mode 100644 index 000000000000..6388e0638be0 --- /dev/null +++ b/net-misc/tightvnc/files/tightvnc.patch.bz2 diff --git a/net-misc/tightvnc/files/x86.patch b/net-misc/tightvnc/files/x86.patch new file mode 100644 index 000000000000..e3f753aa5cb4 --- /dev/null +++ b/net-misc/tightvnc/files/x86.patch @@ -0,0 +1,39 @@ +--- vnc_unixsrc/Xvnc/config/cf/Imake.cf.x86_64 2003-03-04 15:33:20.000000000 +0100 ++++ vnc_unixsrc/Xvnc/config/cf/Imake.cf 2003-03-04 15:35:06.000000000 +0100 +@@ -579,6 +579,10 @@ + # define PowerPCArchitecture + # undef __powerpc__ + # endif ++# ifdef __x86_64__ ++# define x86_64Architecture ++# undef __x86_64__ ++# endif + #endif /* linux */ + + #if (defined(__Lynx__) || defined(Lynx)) && (defined(i386) || defined(__i386__) || defined(__x86__) || defined(__powerpc__) || defined(__sparc__) || defined(sparc)) +--- vnc_unixsrc/Xvnc/config/cf/linux.cf.x86_64 2003-03-04 15:30:01.000000000 +0100 ++++ vnc_unixsrc/Xvnc/config/cf/linux.cf 2003-03-04 15:37:07.000000000 +0100 +@@ -43,7 +43,7 @@ + #if defined(AlphaArchitecture) || defined(PowerPCArchitecture) || \ + defined(SparcArchitecture) || defined(ArmArchitecure) || \ + defined(i386Architecture) || defined(s390Architecture) || \ +- defined(s390xArchitecture) ++ defined(s390xArchitecture) || defined(x86_64Architecture) + #define DefaultLinuxCLibMajorVersion 6 + #else + #define DefaultLinuxCLibMajorVersion 5 +@@ -290,6 +290,14 @@ + #define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines + #endif /* PowerPCArchitecture */ + ++#ifdef x86_64Architecture ++#define DefaultCCOptions -fsigned-char ++#define OptimizedCDebugFlags -O2 ++#define LinuxMachineDefines -D__x86_64__ ++#define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET ++#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines ++#endif /* x86_64PCArchitecture */ ++ + #ifdef ArmArchitecture + #define DefaultCCOptions -fsigned-char + #define OptimizedCDebugFlags -O2 |