Browse Source
			
			
			
			
				
		git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21566 10447126-35f2-4685-b0cf-6dd780d3921fearly
				 2 changed files with 64 additions and 28 deletions
			
			
		@ -0,0 +1,64 @@
					 | 
				
			||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
 | 
				
			||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
 | 
				
			||||
# 
 | 
				
			||||
# Filename: package/.../boehm-gc/docdir.patch
 | 
				
			||||
# Copyright (C) 2007 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 ---
 | 
				
			||||
 | 
				
			||||
--- ./libatomic_ops-1.2/configure.orig	2007-07-04 13:52:30.000000000 -0400
 | 
				
			||||
+++ ./libatomic_ops-1.2/configure	2007-07-04 13:54:46.000000000 -0400
 | 
				
			||||
@@ -309,7 +309,7 @@
 | 
				
			||||
 # include <unistd.h>
 | 
				
			||||
 #endif"
 | 
				
			||||
 
 | 
				
			||||
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RANLIB ac_ct_RANLIB CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS CCASFLAGS CPP EGREP PICFLAG NEED_ASM_TRUE NEED_ASM_FALSE LIBOBJS LTLIBOBJS'
 | 
				
			||||
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir docdir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RANLIB ac_ct_RANLIB CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS CCASFLAGS CPP EGREP PICFLAG NEED_ASM_TRUE NEED_ASM_FALSE LIBOBJS LTLIBOBJS'
 | 
				
			||||
 ac_subst_files=''
 | 
				
			||||
 
 | 
				
			||||
 # Initialize some variables set by options.
 | 
				
			||||
@@ -341,6 +341,7 @@
 | 
				
			||||
 sbindir='${exec_prefix}/sbin'
 | 
				
			||||
 libexecdir='${exec_prefix}/libexec'
 | 
				
			||||
 datadir='${prefix}/share'
 | 
				
			||||
+docdir='${datadir}/doc/'
 | 
				
			||||
 sysconfdir='${prefix}/etc'
 | 
				
			||||
 sharedstatedir='${prefix}/com'
 | 
				
			||||
 localstatedir='${prefix}/var'
 | 
				
			||||
@@ -392,6 +393,11 @@
 | 
				
			||||
   | --da=*)
 | 
				
			||||
     datadir=$ac_optarg ;;
 | 
				
			||||
 
 | 
				
			||||
+  -docdir | --docdir | --docdi | --doc | --do)
 | 
				
			||||
+    ac_prev=docdir ;;
 | 
				
			||||
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 | 
				
			||||
+    docdir=$ac_optarg ;;
 | 
				
			||||
+
 | 
				
			||||
   -disable-* | --disable-*)
 | 
				
			||||
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 | 
				
			||||
     # Reject names that are not valid shell variable names.
 | 
				
			||||
@@ -667,7 +673,7 @@
 | 
				
			||||
 done
 | 
				
			||||
 
 | 
				
			||||
 # Be sure to have absolute paths.
 | 
				
			||||
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
 | 
				
			||||
+for ac_var in bindir sbindir libexecdir datadir docdir sysconfdir sharedstatedir \
 | 
				
			||||
 	      localstatedir libdir includedir oldincludedir infodir mandir
 | 
				
			||||
 do
 | 
				
			||||
   eval ac_val=$`echo $ac_var`
 | 
				
			||||
@@ -4813,6 +4819,7 @@
 | 
				
			||||
 s,@sbindir@,$sbindir,;t t
 | 
				
			||||
 s,@libexecdir@,$libexecdir,;t t
 | 
				
			||||
 s,@datadir@,$datadir,;t t
 | 
				
			||||
+s,@docdir@,$docdir,;t t
 | 
				
			||||
 s,@sysconfdir@,$sysconfdir,;t t
 | 
				
			||||
 s,@sharedstatedir@,$sharedstatedir,;t t
 | 
				
			||||
 s,@localstatedir@,$localstatedir,;t t
 | 
				
			||||
@ -1,28 +0,0 @@
					 | 
				
			||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
 | 
				
			||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
 | 
				
			||||
# 
 | 
				
			||||
# T2 SDE: package/.../boehm-gc/no_doc.patch
 | 
				
			||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
 | 
				
			||||
# Copyright (C) 1998 - 2003 Clifford Wolf
 | 
				
			||||
# 
 | 
				
			||||
# 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.
 | 
				
			||||
# --- T2-COPYRIGHT-NOTE-END ---
 | 
				
			||||
 | 
				
			||||
--- ./Makefile.in.orig	2005-05-16 19:28:28.000000000 -0400
 | 
				
			||||
+++ ./Makefile.in	2005-06-15 00:06:04.346162304 -0400
 | 
				
			||||
@@ -278,7 +278,7 @@
 | 
				
			||||
 target_os = @target_os@
 | 
				
			||||
 target_vendor = @target_vendor@
 | 
				
			||||
 AUTOMAKE_OPTIONS = foreign
 | 
				
			||||
-SUBDIRS = doc include
 | 
				
			||||
+SUBDIRS = include
 | 
				
			||||
 
 | 
				
			||||
 # documentation which is not installed
 | 
				
			||||
 #
 | 
				
			||||
					Loading…
					
					
				
		Reference in new issue