summaryrefslogtreecommitdiffstats
path: root/devel/gamin/files/patch-tests_testing.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
commit716e853082f85512d878931d3c2903f4a669c7e8 (patch)
tree3a24d58f313f014bb8f3aca107a85ec50d2fb1df /devel/gamin/files/patch-tests_testing.c
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gamin/files/patch-tests_testing.c')
-rw-r--r--devel/gamin/files/patch-tests_testing.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/gamin/files/patch-tests_testing.c b/devel/gamin/files/patch-tests_testing.c
deleted file mode 100644
index 35097790d..000000000
--- a/devel/gamin/files/patch-tests_testing.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- tests/testing.c.orig Thu Oct 27 10:51:03 2005
-+++ tests/testing.c Tue Feb 14 17:46:01 2006
-@@ -376,11 +376,11 @@ processCommand(char *line, int no)
- }
- printf("chmod %s to %s\n", arg, arg2);
- } else if (!strcmp(command, "chown")) {
-+ struct stat sb;
- if (args != 3) {
- fprintf(stderr, "chown line %d: lacks path and owner\n", no);
- return (-1);
- }
-- struct stat sb;
- if (!lstat (arg, &sb)) {
- ret = (S_ISLNK (sb.st_mode)) ?
- lchown(arg, strtol(arg2, NULL, 10), -1) :
-@@ -486,9 +486,9 @@ processCommand(char *line, int no)
- return (-1);
- }
- /*
-- * wait at most 3 secs before declaring failure
-+ * wait at most 7 secs before declaring failure
- */
-- while ((delay < 30) && (testState.nb_events < nb_events + count)) {
-+ while ((delay < 70) && (testState.nb_events < nb_events + count)) {
- debugLoop(100);
-
- /* printf("+"); fflush(stdout); */