summaryrefslogtreecommitdiff
path: root/news/xvnews/files/patch-ad
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
commit28e7382123cbc7ef132190c6b3c29b101db38cfc (patch)
treea9d50288bd0e48228abd908a6f7bd8be06c4e7bd /news/xvnews/files/patch-ad
parentPR: 51521 (diff)
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
Notes
Notes: svn path=/head/; revision=80201
Diffstat (limited to 'news/xvnews/files/patch-ad')
-rw-r--r--news/xvnews/files/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/news/xvnews/files/patch-ad b/news/xvnews/files/patch-ad
deleted file mode 100644
index 5c68501fe00b..000000000000
--- a/news/xvnews/files/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-*** xv_regex.c.orig Wed Nov 20 19:28:51 1996
---- xv_regex.c Wed Nov 20 19:21:09 1996
-***************
-*** 57,62 ****
---- 57,65 ----
-
- #if defined(POSIX_REGEX)
- #include <regex.h>
-+ #ifndef REG_NOERROR
-+ #define REG_NOERROR 0
-+ #endif
- #else
- #include <regexp.h>
- #endif