summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2004-01-16 07:32:45 +0000
committerbland <bland@FreeBSD.org>2004-01-16 07:32:45 +0000
commite29b23e8d37a296b5e84d2e5e86b7a59df54f69c (patch)
tree5d2f56e4a1ef187c1cbf62e5440589511bd97df6
parent7cd56274e25cc8ef733f309bb3a81bf5d34e8618 (diff)
downloadFreeBSD-ports-e29b23e8d37a296b5e84d2e5e86b7a59df54f69c.zip
FreeBSD-ports-e29b23e8d37a296b5e84d2e5e86b7a59df54f69c.tar.gz
Patch is not longer required. scandir() filter function now properly
declared.
-rw-r--r--editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp14
-rw-r--r--editors/abiword-devel/files/patch-src::wp::ap::unix::ap_UnixApp.cpp14
-rw-r--r--editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp14
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 9af484a..0000000
--- 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 9af484a..0000000
--- 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 9af484a..0000000
--- 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)
OpenPOWER on IntegriCloud