diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-06-06 05:30:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-06-06 05:30:34 +0000 |
commit | 41ef7075ffc0ff1a7a3118f7885fa2fbd539fb37 (patch) | |
tree | e88d231de8a9dda911f030ccfe71436ab9826b45 /editors/openoffice-3-devel/files | |
parent | 928b398e02ad83a92e94b6652a9efc190a462b09 (diff) | |
download | ports-41ef7075ffc0ff1a7a3118f7885fa2fbd539fb37.tar.gz ports-41ef7075ffc0ff1a7a3118f7885fa2fbd539fb37.zip |
Notes
Diffstat (limited to 'editors/openoffice-3-devel/files')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i102184 | 6 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i111385 | 11 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i80129 | 27 |
3 files changed, 14 insertions, 30 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i102184 b/editors/openoffice-3-devel/files/patch-i102184 index e84902f436e0..b03694aaca31 100644 --- a/editors/openoffice-3-devel/files/patch-i102184 +++ b/editors/openoffice-3-devel/files/patch-i102184 @@ -1,8 +1,8 @@ ---- libxslt/libxslt-1.1.24.patch 2009-05-24 16:32:30.000000000 +0900 -+++ libxslt/libxslt-1.1.24.patch 2009-05-24 16:38:38.000000000 +0900 +--- libxslt/libxslt-configure.patch.org 2010-06-06 08:21:40.000000000 +0900 ++++ libxslt/libxslt-configure.patch 2010-06-06 08:21:53.000000000 +0900 @@ -20,7 +20,7 @@ - major=".$current" - - versuffix=".$current"; + - versuffix=".$current" + major=.`expr $current - $age` -+ versuffix="$major.$age.$revision" ++ versuffix="$major" diff --git a/editors/openoffice-3-devel/files/patch-i111385 b/editors/openoffice-3-devel/files/patch-i111385 deleted file mode 100644 index fabd312ba7be..000000000000 --- a/editors/openoffice-3-devel/files/patch-i111385 +++ /dev/null @@ -1,11 +0,0 @@ ---- cppunit/makefile.mk 2010-04-29 13:16:42.000000000 +0900 -+++ cppunit/makefile.mk 2010-05-05 13:09:50.000000000 +0900 -@@ -97,7 +97,7 @@ - # execute that program; however, the program would fail to locate the STLport - # library (another work-around might be to add something like --as-needed around - # $(LIBSTLPORT)): --.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS" -+.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS" || "$(OS)" == "FREEBSD" - .IF "$(LD_LIBRARY_PATH)" == "" - LD_LIBRARY_PATH := $(SOLARLIBDIR) - # strictly speaking, this is incorrect if the LD_LIBRARY_PATH environment diff --git a/editors/openoffice-3-devel/files/patch-i80129 b/editors/openoffice-3-devel/files/patch-i80129 index f590cb16a50d..de87f789df9c 100644 --- a/editors/openoffice-3-devel/files/patch-i80129 +++ b/editors/openoffice-3-devel/files/patch-i80129 @@ -1,16 +1,11 @@ -Index: libxml2/libxml2-2.6.31.patch -=================================================================== -RCS file: /cvs/external/libxml2/libxml2-2.6.31.patch,v -retrieving revision 1.2 -diff -u -r1.2 libxml2-2.6.31.patch ---- libxml2/libxml2-2.6.31.patch 6 Jun 2008 11:48:45 -0000 1.2 -+++ libxml2/libxml2-2.6.31.patch 8 Jul 2008 02:54:59 -0000 -@@ -88,7 +88,7 @@ - - freebsd-elf) - ! major=.`expr $current - $age` --! versuffix=".$major.$age.$revision"; -+! versuffix="$major"; - ;; - - irix | nonstopux) +--- libxml2/libxml2-configure.patch.org 2010-06-06 08:23:29.000000000 +0900 ++++ libxml2/libxml2-configure.patch 2010-06-06 08:23:45.000000000 +0900 +@@ -7,7 +7,7 @@ + - major=".$current" + - versuffix=".$current" + + major=.`expr $current - $age` +-+ versuffix=".$major.$age.$revision"; +++ versuffix="$major"; + ;; + + irix | nonstopux) |