You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							74 lines
						
					
					
						
							2.9 KiB
						
					
					
				
			
		
		
	
	
							74 lines
						
					
					
						
							2.9 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../ooo/opensde.patch | 
						|
# Copyright (C) 2006 The OpenSDE Project | 
						|
# | 
						|
# More information can be found in the files COPYING and README. | 
						|
# | 
						|
# This patch file is dual-licensed. It is available under the license the | 
						|
# patched project is licensed under, as long as it is an OpenSource license | 
						|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | 
						|
# of the GNU General Public License as published by the Free Software | 
						|
# Foundation; either version 2 of the License, or (at your option) any later | 
						|
# version. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
 | 
						|
--- ./distro-configs/CommonLinux.conf.in.orig	2006-10-19 15:31:49.000000000 -0400 | 
						|
+++ ./distro-configs/CommonLinux.conf.in	2006-10-19 15:36:36.000000000 -0400 | 
						|
@@ -1,6 +1,4 @@ | 
						|
 --disable-epm | 
						|
---with-openldap | 
						|
---with-build-version=\"Build @OOO_BUILDVERSION@\" | 
						|
 --without-fonts | 
						|
 --with-system-freetype | 
						|
 --with-system-gcc | 
						|
@@ -9,7 +7,5 @@ | 
						|
 --with-system-mozilla | 
						|
 --with-system-python | 
						|
 --with-system-zlib | 
						|
---enable-evolution2 | 
						|
---enable-atkbridge | 
						|
 --with-alloc=system | 
						|
 @CAIRO_CONFIGURE_FLAG@ | 
						|
--- ./configure.orig	2006-10-19 10:24:52.000000000 -0400 | 
						|
+++ ./configure	2006-10-19 10:25:23.000000000 -0400 | 
						|
@@ -3286,6 +3286,7 @@ | 
						|
         Gentoo*) VENDORNAME="Gentoo" ;; | 
						|
         Mandriva*) VENDORNAME="Mandriva" ;; | 
						|
         SUSE*|Novell*|NLD*) VENDORNAME="Novell" ;; | 
						|
+        OpenSDE*) VENDORNAME="OpenSDE" ;; | 
						|
         *) { echo "$as_me:$LINENO: WARNING: Cannot guess vendor from distro - please add it to configure.in" >&5 | 
						|
 echo "$as_me: WARNING: Cannot guess vendor from distro - please add it to configure.in" >&2;} ;; | 
						|
 esac | 
						|
--- ./download.in.orig	2006-10-19 10:51:29.000000000 -0400 | 
						|
+++ ./download.in	2006-10-19 10:51:58.000000000 -0400 | 
						|
@@ -193,6 +193,7 @@ | 
						|
     $distro eq 'Frugalware' || $distro eq 'Frugalware64' || | 
						|
     $distro eq 'Gentoo.conf' || | 
						|
     $distro eq 'QiLinux' || | 
						|
+    $distro eq 'OpenSDE' || | 
						|
     $distro eq 'SUSE-9.1' || $distro eq 'SUSE-9.2' || $distro eq 'SUSE-9.3' || | 
						|
     $distro eq 'translate-org-za-linux' || $distro eq 'translate-org-za-win32' ) { | 
						|
     push @files, ( "$tag-system.tar.bz2" ); | 
						|
--- ./patches/src680/apply.orig	2006-10-19 12:02:30.000000000 -0400 | 
						|
+++ ./patches/src680/apply	2006-10-19 12:06:57.000000000 -0400 | 
						|
@@ -51,6 +51,10 @@ | 
						|
 Ubuntu64 : UbuntuBased, UbuntuDapperOnly, 64bit | 
						|
 # DroplineGNOME | 
						|
 DroplineGNOME : LinuxCommon, DroplineGNOMEOnly, Lockdown, NotDebian, Mono, msaccess | 
						|
+# OpenSDE - www.opensde.org | 
						|
+OpenSDEBase: LinuxCommon, NotDebian, BerkeleyDB43, OpenSDEFixes | 
						|
+OpenSDE: OpenSDEBase | 
						|
+OpenSDE64: OpenSDEBase, 64bit | 
						|
 # Ark Linux | 
						|
 Ark: LinuxCommon, NotDebian, ArkOnly, BerkeleyDB43, SystemJavaBits | 
						|
 Ark64: LinuxCommon, NotDebian, ArkOnly, BerkeleyDB43, 64bit, SystemJavaBits | 
						|
@@ -668,6 +668,7 @@ | 
						|
 gcc401-stlport45-include.diff, gghibo | 
						|
 disable-regcomp-java.diff, i#65026, vmiklos | 
						|
  | 
						|
+[ OpenSDEFixes ] | 
						|
  | 
						|
 # ( [email protected] deals with defaults apparently ) | 
						|
 [ Defaults ]
 | 
						|
 |