diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-05-14 23:38:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-05-14 23:38:30 +0000 |
commit | 5df51713c99f08b0079f26f2cbe5999e94ec8993 (patch) | |
tree | 5ee57d209ca1adfb3ef825262d44f86732a2298a /editors/ooo-build/files | |
parent | 35af50eeba762ea01b958aa7c8721b9cdb5a338f (diff) | |
download | ports-5df51713c99f08b0079f26f2cbe5999e94ec8993.tar.gz ports-5df51713c99f08b0079f26f2cbe5999e94ec8993.zip |
Notes
Diffstat (limited to 'editors/ooo-build/files')
-rw-r--r-- | editors/ooo-build/files/cairo-patch | 45 | ||||
-rw-r--r-- | editors/ooo-build/files/ooo-build-patch | 20 |
2 files changed, 12 insertions, 53 deletions
diff --git a/editors/ooo-build/files/cairo-patch b/editors/ooo-build/files/cairo-patch deleted file mode 100644 index 00085a0cd537..000000000000 --- a/editors/ooo-build/files/cairo-patch +++ /dev/null @@ -1,45 +0,0 @@ ---- cairo/makefile.mk Wed Nov 2 14:03:55 2005 -+++ cairo/makefile.mk Wed Nov 2 14:00:02 2005 -@@ -81,6 +81,7 @@ - - TARFILE_NAME=cairo-1.0.2 - -+PATCH_FILE_NAME=$(TARFILE_NAME).patch - CONFIGURE_DIR= - - CONFIGURE_ACTION=./configure - ---- /dev/null Wed Nov 2 14:36:58 2005 -+++ cairo/cairo-1.0.2.patch Wed Nov 2 14:01:33 2005 -@@ -0,0 +1,31 @@ -+*** misc/cairo-1.0.2/ltmain.sh 2004-08-26 08:00:15.000000000 +0200 -+--- misc/build/cairo-1.0.2/ltmain.sh 2005-05-09 19:55:51.745319024 +0200 -+*************** -+*** 2994,3006 **** -+ ;; -+ -+ freebsd-aout) -+! major=".$current" -+! versuffix=".$current.$revision"; -+ ;; -+ -+ freebsd-elf) -+! major=".$current" -+! versuffix=".$current"; -+ ;; -+ -+ irix | nonstopux) -+--- 2994,3006 ---- -+ ;; -+ -+ freebsd-aout) -+! major=.`expr $current - $age` -+! versuffix="$major.$age.$revision" -+ ;; -+ -+ freebsd-elf) -+! major=.`expr $current - $age` -+! versuffix="$major.$age.$revision" -+ ;; -+ -+ irix | nonstopux) diff --git a/editors/ooo-build/files/ooo-build-patch b/editors/ooo-build/files/ooo-build-patch index 01ea2a8ac4bd..b6a72902221e 100644 --- a/editors/ooo-build/files/ooo-build-patch +++ b/editors/ooo-build/files/ooo-build-patch @@ -20,8 +20,8 @@ gnu patch is gpatch for FreeBSD. $base_cmd = 'sed \'s/^\(@.*\)\r$/\1/\' | ' . $base_cmd; } ---- patches/src680/apply.orig Fri Apr 14 03:52:06 2006 -+++ patches/src680/apply Fri Apr 21 07:11:03 2006 +--- patches/src680/apply.orig Thu May 4 21:48:36 2006 ++++ patches/src680/apply Sun May 14 09:40:19 2006 @@ -71,6 +71,8 @@ Gentoo64: GentooBase, 64bit # Win32 @@ -31,7 +31,7 @@ gnu patch is gpatch for FreeBSD. # translate.org.za translate-org-za-linux: translate-org-za-common, translate-org-za-splash, LinuxCommon, Common, Lockdown translate-org-za-win32: translate-org-za-common, translate-org-za-splash, Win32Common, Common -@@ -356,7 +358,7 @@ +@@ -367,7 +369,7 @@ [ Shrink ] # strip 450k of .comment sections - i#57063 @@ -40,7 +40,7 @@ gnu patch is gpatch for FreeBSD. [ QuickStarter ] -@@ -376,7 +378,7 @@ +@@ -389,7 +391,7 @@ # Show more steps during startup speed-ooqstart-more-steps.diff # Make it X11+glib-only @@ -49,7 +49,7 @@ gnu patch is gpatch for FreeBSD. # Fix -display and other options, n#160296 speed-ooqstart-options.diff -@@ -678,7 +680,7 @@ +@@ -696,7 +698,7 @@ buildfix-qadevOOo-java-encoding.diff # fix error on jdk 1.5 from enum reserved word @@ -58,13 +58,17 @@ gnu patch is gpatch for FreeBSD. # detect the right CFLAGS in configure rather than in makafile.mk buildfix-system-moz-plugin.diff -@@ -696,11 +698,11 @@ +@@ -714,7 +716,7 @@ buildfix-connectivity-kab-stdio.diff # do not pack any potential .orig files with ppds -psprint_config-no-orig.diff +# psprint_config-no-orig.diff + # changes the SDK gid module name to gid_Module_Root_SDK, so the generated list + # of files does not conflict with the main package, i#64802 +@@ -724,7 +726,7 @@ + [ BuildBits == oob680-m5 != OOO_2_0_2 ] # install ppd and afm again by default, added as master fix to oob680-m5, i#62068 -buildfix-ppd-afm-check-62068.diff @@ -72,7 +76,7 @@ gnu patch is gpatch for FreeBSD. [ MandrivaOnly ] mozilla-firefox.diff -@@ -734,7 +736,7 @@ +@@ -758,7 +760,7 @@ [ GCJ ] # Use jaxp api for helpcontent building utilities #58308 CWS jaxpapi @@ -81,7 +85,7 @@ gnu patch is gpatch for FreeBSD. [ GCJExperimental ] # Another fix for --without-java i#56619 -@@ -795,10 +797,10 @@ +@@ -819,10 +821,10 @@ parallel-sysui-makefiles.diff # Fix/workaround race condition with .REMOVE rule #16752 |