diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-16 07:32:45 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-16 07:32:45 +0000 |
commit | eceb03cd23692ce0329453bb78cb444d78aa0b68 (patch) | |
tree | 701fc9f001de98b29acd0e0625d7976d77dc0ad2 /editors | |
parent | f1158fc75fe64275541e0b49e60ca9eff609834d (diff) | |
download | ports-eceb03cd23692ce0329453bb78cb444d78aa0b68.tar.gz ports-eceb03cd23692ce0329453bb78cb444d78aa0b68.zip |
Notes
Diffstat (limited to 'editors')
3 files changed, 0 insertions, 42 deletions
diff --git a/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp b/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp deleted file mode 100644 index 9af484ab202f..000000000000 --- a/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/wp/ap/unix/ap_UnixApp.cpp.orig Thu Dec 6 09:00:14 2001 -+++ src/wp/ap/unix/ap_UnixApp.cpp Mon Dec 17 13:49:48 2001 -@@ -612,7 +612,7 @@ - { - pluginDir = pluginList[i]; - -- n = scandir(pluginDir.c_str(), &namelist, so_only, alphasort); -+ n = scandir(pluginDir.c_str(), &namelist, (int (*)(dirent *))so_only, alphasort); - UT_DEBUGMSG(("DOM: found %d plugins in %s\n", n, pluginDir.c_str())); - - if (n > 0) diff --git a/editors/abiword-devel/files/patch-src::wp::ap::unix::ap_UnixApp.cpp b/editors/abiword-devel/files/patch-src::wp::ap::unix::ap_UnixApp.cpp deleted file mode 100644 index 9af484ab202f..000000000000 --- a/editors/abiword-devel/files/patch-src::wp::ap::unix::ap_UnixApp.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/wp/ap/unix/ap_UnixApp.cpp.orig Thu Dec 6 09:00:14 2001 -+++ src/wp/ap/unix/ap_UnixApp.cpp Mon Dec 17 13:49:48 2001 -@@ -612,7 +612,7 @@ - { - pluginDir = pluginList[i]; - -- n = scandir(pluginDir.c_str(), &namelist, so_only, alphasort); -+ n = scandir(pluginDir.c_str(), &namelist, (int (*)(dirent *))so_only, alphasort); - UT_DEBUGMSG(("DOM: found %d plugins in %s\n", n, pluginDir.c_str())); - - if (n > 0) diff --git a/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp b/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp deleted file mode 100644 index 9af484ab202f..000000000000 --- a/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/wp/ap/unix/ap_UnixApp.cpp.orig Thu Dec 6 09:00:14 2001 -+++ src/wp/ap/unix/ap_UnixApp.cpp Mon Dec 17 13:49:48 2001 -@@ -612,7 +612,7 @@ - { - pluginDir = pluginList[i]; - -- n = scandir(pluginDir.c_str(), &namelist, so_only, alphasort); -+ n = scandir(pluginDir.c_str(), &namelist, (int (*)(dirent *))so_only, alphasort); - UT_DEBUGMSG(("DOM: found %d plugins in %s\n", n, pluginDir.c_str())); - - if (n > 0) |