diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-28 07:05:23 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-28 07:05:23 +0800 |
commit | 8d56b5e349b21f1e28db1b4b063bafcfcbd456fc (patch) | |
tree | c95d10bd3ec0ad1b3e837de328297959d4691662 /editors | |
parent | e5a605154e3d2a72720a21815d58cdcb236a21ef (diff) | |
download | freebsd-ports-gnome-8d56b5e349b21f1e28db1b4b063bafcfcbd456fc.tar.gz freebsd-ports-gnome-8d56b5e349b21f1e28db1b4b063bafcfcbd456fc.tar.zst freebsd-ports-gnome-8d56b5e349b21f1e28db1b4b063bafcfcbd456fc.zip |
Fix patch which was apllied to the wrong dir.
Diffstat (limited to 'editors')
3 files changed, 81 insertions, 102 deletions
diff --git a/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache b/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache index 593e9eabf5bc..05bc20264122 100644 --- a/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache +++ b/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache @@ -1,34 +1,27 @@ -Index: files/patch-scptools::source::linker::searchcache -=================================================================== -RCS file: files/patch-scptools::source::linker::searchcache -diff -N files/patch-scptools::source::linker::searchcache ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ files/patch-scptools::source::linker::searchcache 4 Aug 2002 15:28:04 -0000 -@@ -0,0 +1,27 @@ -+--- ../scptools/source/linker/searchcache.hxx.orig Fri Aug 2 22:53:46 2002 -++++ ../scptools/source/linker/searchcache.hxx Fri Aug 2 22:54:50 2002 -+@@ -72,11 +72,11 @@ -+ // types -+ /////////////////////////////////////////////////////////////////////////////// -+ -+-DECLARE_LIST( FileList, ByteString* ) -++DECLARE_LIST( SCacheFileList, ByteString* ) -+ struct Include -+ { -+ ByteString aBaseDir; -+- FileList aFileLst; -++ SCacheFileList aFileLst; -+ }; -+ DECLARE_LIST( IncludeList, Include* ) -+ -+--- ../scptools/source/linker/searchcache.cxx.orig Fri Aug 2 22:53:35 2002 -++++ ../scptools/source/linker/searchcache.cxx Fri Aug 2 22:55:14 2002 -+@@ -218,7 +218,7 @@ -+ rPath += aDelim; -+ } -+ -+-void ScanFileList( const ByteString& rPath, FileList& rLst ) -++void ScanFileList( const ByteString& rPath, SCacheFileList& rLst ) -+ { -+ Dir aFiles( rPath, FSYS_KIND_FILE ); -+ for( USHORT i = 0; i < aFiles.Count(); ++i ) +--- ../scptools/source/linker/searchcache.hxx.orig Thu Mar 27 23:21:09 2003 ++++ ../scptools/source/linker/searchcache.hxx Thu Mar 27 23:21:40 2003 +@@ -72,11 +72,11 @@ + // types + /////////////////////////////////////////////////////////////////////////////// + +-DECLARE_LIST( FileList, ByteString* ) ++DECLARE_LIST( SCacheFileList, ByteString* ) + struct Include + { + ByteString aBaseDir; +- FileList aFileLst; ++ SCacheFileList aFileLst; + }; + DECLARE_LIST( IncludeList, Include* ) + +--- ../scptools/source/linker/searchcache.cxx.orig Thu Mar 27 23:23:04 2003 ++++ ../scptools/source/linker/searchcache.cxx Thu Mar 27 23:23:51 2003 +@@ -218,7 +218,7 @@ + rPath += aDelim; + } + +-void ScanFileList( const ByteString& rPath, FileList& rLst ) ++void ScanFileList( const ByteString& rPath, ScanFileList& rLst ) + { + Dir aFiles( rPath, FSYS_KIND_FILE ); + for( USHORT i = 0; i < aFiles.Count(); ++i ) diff --git a/editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache index 593e9eabf5bc..05bc20264122 100644 --- a/editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache +++ b/editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache @@ -1,34 +1,27 @@ -Index: files/patch-scptools::source::linker::searchcache -=================================================================== -RCS file: files/patch-scptools::source::linker::searchcache -diff -N files/patch-scptools::source::linker::searchcache ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ files/patch-scptools::source::linker::searchcache 4 Aug 2002 15:28:04 -0000 -@@ -0,0 +1,27 @@ -+--- ../scptools/source/linker/searchcache.hxx.orig Fri Aug 2 22:53:46 2002 -++++ ../scptools/source/linker/searchcache.hxx Fri Aug 2 22:54:50 2002 -+@@ -72,11 +72,11 @@ -+ // types -+ /////////////////////////////////////////////////////////////////////////////// -+ -+-DECLARE_LIST( FileList, ByteString* ) -++DECLARE_LIST( SCacheFileList, ByteString* ) -+ struct Include -+ { -+ ByteString aBaseDir; -+- FileList aFileLst; -++ SCacheFileList aFileLst; -+ }; -+ DECLARE_LIST( IncludeList, Include* ) -+ -+--- ../scptools/source/linker/searchcache.cxx.orig Fri Aug 2 22:53:35 2002 -++++ ../scptools/source/linker/searchcache.cxx Fri Aug 2 22:55:14 2002 -+@@ -218,7 +218,7 @@ -+ rPath += aDelim; -+ } -+ -+-void ScanFileList( const ByteString& rPath, FileList& rLst ) -++void ScanFileList( const ByteString& rPath, SCacheFileList& rLst ) -+ { -+ Dir aFiles( rPath, FSYS_KIND_FILE ); -+ for( USHORT i = 0; i < aFiles.Count(); ++i ) +--- ../scptools/source/linker/searchcache.hxx.orig Thu Mar 27 23:21:09 2003 ++++ ../scptools/source/linker/searchcache.hxx Thu Mar 27 23:21:40 2003 +@@ -72,11 +72,11 @@ + // types + /////////////////////////////////////////////////////////////////////////////// + +-DECLARE_LIST( FileList, ByteString* ) ++DECLARE_LIST( SCacheFileList, ByteString* ) + struct Include + { + ByteString aBaseDir; +- FileList aFileLst; ++ SCacheFileList aFileLst; + }; + DECLARE_LIST( IncludeList, Include* ) + +--- ../scptools/source/linker/searchcache.cxx.orig Thu Mar 27 23:23:04 2003 ++++ ../scptools/source/linker/searchcache.cxx Thu Mar 27 23:23:51 2003 +@@ -218,7 +218,7 @@ + rPath += aDelim; + } + +-void ScanFileList( const ByteString& rPath, FileList& rLst ) ++void ScanFileList( const ByteString& rPath, ScanFileList& rLst ) + { + Dir aFiles( rPath, FSYS_KIND_FILE ); + for( USHORT i = 0; i < aFiles.Count(); ++i ) diff --git a/editors/openoffice/files/patch-scptools+source+linker+searchcache b/editors/openoffice/files/patch-scptools+source+linker+searchcache index 593e9eabf5bc..05bc20264122 100644 --- a/editors/openoffice/files/patch-scptools+source+linker+searchcache +++ b/editors/openoffice/files/patch-scptools+source+linker+searchcache @@ -1,34 +1,27 @@ -Index: files/patch-scptools::source::linker::searchcache -=================================================================== -RCS file: files/patch-scptools::source::linker::searchcache -diff -N files/patch-scptools::source::linker::searchcache ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ files/patch-scptools::source::linker::searchcache 4 Aug 2002 15:28:04 -0000 -@@ -0,0 +1,27 @@ -+--- ../scptools/source/linker/searchcache.hxx.orig Fri Aug 2 22:53:46 2002 -++++ ../scptools/source/linker/searchcache.hxx Fri Aug 2 22:54:50 2002 -+@@ -72,11 +72,11 @@ -+ // types -+ /////////////////////////////////////////////////////////////////////////////// -+ -+-DECLARE_LIST( FileList, ByteString* ) -++DECLARE_LIST( SCacheFileList, ByteString* ) -+ struct Include -+ { -+ ByteString aBaseDir; -+- FileList aFileLst; -++ SCacheFileList aFileLst; -+ }; -+ DECLARE_LIST( IncludeList, Include* ) -+ -+--- ../scptools/source/linker/searchcache.cxx.orig Fri Aug 2 22:53:35 2002 -++++ ../scptools/source/linker/searchcache.cxx Fri Aug 2 22:55:14 2002 -+@@ -218,7 +218,7 @@ -+ rPath += aDelim; -+ } -+ -+-void ScanFileList( const ByteString& rPath, FileList& rLst ) -++void ScanFileList( const ByteString& rPath, SCacheFileList& rLst ) -+ { -+ Dir aFiles( rPath, FSYS_KIND_FILE ); -+ for( USHORT i = 0; i < aFiles.Count(); ++i ) +--- ../scptools/source/linker/searchcache.hxx.orig Thu Mar 27 23:21:09 2003 ++++ ../scptools/source/linker/searchcache.hxx Thu Mar 27 23:21:40 2003 +@@ -72,11 +72,11 @@ + // types + /////////////////////////////////////////////////////////////////////////////// + +-DECLARE_LIST( FileList, ByteString* ) ++DECLARE_LIST( SCacheFileList, ByteString* ) + struct Include + { + ByteString aBaseDir; +- FileList aFileLst; ++ SCacheFileList aFileLst; + }; + DECLARE_LIST( IncludeList, Include* ) + +--- ../scptools/source/linker/searchcache.cxx.orig Thu Mar 27 23:23:04 2003 ++++ ../scptools/source/linker/searchcache.cxx Thu Mar 27 23:23:51 2003 +@@ -218,7 +218,7 @@ + rPath += aDelim; + } + +-void ScanFileList( const ByteString& rPath, FileList& rLst ) ++void ScanFileList( const ByteString& rPath, ScanFileList& rLst ) + { + Dir aFiles( rPath, FSYS_KIND_FILE ); + for( USHORT i = 0; i < aFiles.Count(); ++i ) |