summaryrefslogtreecommitdiff
path: root/devel/m4/files
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-16 14:54:28 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-16 14:54:28 +0000
commit74fd89ef1ef077ddc83f79f4f8e0d393d7950496 (patch)
tree9d5be6cde49bbe909b195af588f86be2d51c7d4b /devel/m4/files
parentFix type error, and set MAINTAINER to perl@FreeBSD.org (diff)
Update to 1.4.1:
- maketemp now creates an empty file with the given name, instead of merely returning the name of a nonexistent file. This closes a security hole. - minor fixes, port passes all checks - use INFO-macro - strip cruft from pkg-descr; add WWW: - pet portlint
Diffstat (limited to 'devel/m4/files')
-rw-r--r--devel/m4/files/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/m4/files/patch-ac b/devel/m4/files/patch-ac
deleted file mode 100644
index 678532eaf19a..000000000000
--- a/devel/m4/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/m4.c Mon Oct 22 04:25:47 2001
-+++ src/m4.c Mon Oct 22 04:26:03 2001
-@@ -369,7 +369,7 @@
-
- case 'o':
- if (!debug_set_output (optarg))
-- error (0, errno, optarg);
-+ error (0, errno, "%s", optarg);
- break;
-
- case 's':
-@@ -466,7 +466,7 @@
- fp = path_search (argv[optind]);
- if (fp == NULL)
- {
-- error (0, errno, argv[optind]);
-+ error (0, errno, "%s", argv[optind]);
- continue;
- }
- else