diff options
author | sat <sat@FreeBSD.org> | 2007-06-19 01:08:19 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-19 01:08:19 +0800 |
commit | f7ab0bef41c7caa69eb379c77daf8ea28f9939de (patch) | |
tree | 9cd64f0eab48030322c8d50d2a207ae344333629 /devel/re2c | |
parent | 69fd6d7fc7f18abf382bbc5ce0db31b78b97e4a0 (diff) | |
download | freebsd-ports-gnome-f7ab0bef41c7caa69eb379c77daf8ea28f9939de.tar.gz freebsd-ports-gnome-f7ab0bef41c7caa69eb379c77daf8ea28f9939de.tar.zst freebsd-ports-gnome-f7ab0bef41c7caa69eb379c77daf8ea28f9939de.zip |
- Remove obsolete patches
PR: ports/112501 (part of)
Submitted by: bf <bf2006a@yahoo.com>
Tested by: miwi (on 5.x)
Approved by: laszlof (maintainer timeout, 39 days)
Diffstat (limited to 'devel/re2c')
-rw-r--r-- | devel/re2c/files/patch-action.cc | 10 | ||||
-rw-r--r-- | devel/re2c/files/patch-substr.h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/devel/re2c/files/patch-action.cc b/devel/re2c/files/patch-action.cc deleted file mode 100644 index 71c6b0393065..000000000000 --- a/devel/re2c/files/patch-action.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- actions.cc.orig Tue Jun 1 17:31:44 2004 -+++ actions.cc Tue Jun 1 17:32:05 2004 -@@ -1,6 +1,7 @@ - /* $Id: actions.cc,v 1.5 2004/05/13 02:58:17 nuffer Exp $ */ - #include <time.h> - #include <string.h> -+#include <ctype.h> - #include <iostream> - #include <iomanip> - diff --git a/devel/re2c/files/patch-substr.h b/devel/re2c/files/patch-substr.h deleted file mode 100644 index b1ece44a71fd..000000000000 --- a/devel/re2c/files/patch-substr.h +++ /dev/null @@ -1,10 +0,0 @@ ---- substr.h.orig Thu May 13 10:58:18 2004 -+++ substr.h Tue Jun 1 17:31:18 2004 -@@ -2,6 +2,7 @@ - #ifndef _substr_h - #define _substr_h - -+#include <sys/types.h> - #include <iostream> - #include "basics.h" - |