diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:47:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:47:09 +0000 |
commit | bd3cd3edd269c328c4225531d58c6a9ddd0b060f (patch) | |
tree | a9a7e2f9a52e828a3048931c276d243929ccb254 /www/hypermail/files | |
parent | Resurrect it was actually staged (diff) |
Remove non staged ports without pending PR from www
Diffstat (limited to 'www/hypermail/files')
-rw-r--r-- | www/hypermail/files/patch-docs__Makefile.in | 20 | ||||
-rw-r--r-- | www/hypermail/files/patch-src-pcre-pcreposix.c | 12 | ||||
-rw-r--r-- | www/hypermail/files/patch-src-pcre-pcretest.c | 27 | ||||
-rw-r--r-- | www/hypermail/files/patch-src__proto.h | 11 |
4 files changed, 0 insertions, 70 deletions
diff --git a/www/hypermail/files/patch-docs__Makefile.in b/www/hypermail/files/patch-docs__Makefile.in deleted file mode 100644 index 23af9a78274a..000000000000 --- a/www/hypermail/files/patch-docs__Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- docs/Makefile.in.orig Thu Apr 10 15:31:21 2003 -+++ docs/Makefile.in Thu Jan 8 00:25:29 2004 -@@ -41,7 +41,9 @@ - $(INSTALL_PROG) -c -m 0644 hmrc.4 $(mandir)/man4 - - install.html: -+.if !defined(NOPORTDOCS) - @(if [ ! -d $(htmldir) ]; then mkdir -p $(htmldir); fi) -+ @(if [ ! -d $(imagedir) ]; then mkdir -p $(imagedir); fi) - $(INSTALL_PROG) -c -m 0644 hr.yellow.png $(htmldir) - $(INSTALL_PROG) -c -m 0644 hypermail.png $(htmldir) - $(INSTALL_PROG) -c -m 0644 stars.png $(htmldir) -@@ -50,6 +52,7 @@ - $(INSTALL_PROG) -c -m 0644 hypermail-faq.html $(htmldir) - $(INSTALL_PROG) -c -m 0644 customizing.html $(htmldir) - $(INSTALL_PROG) -c -m 0644 hmrc.html $(htmldir) -+.endif - - clean: - clobber: diff --git a/www/hypermail/files/patch-src-pcre-pcreposix.c b/www/hypermail/files/patch-src-pcre-pcreposix.c deleted file mode 100644 index 415d4f4746fa..000000000000 --- a/www/hypermail/files/patch-src-pcre-pcreposix.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/pcre/pcreposix.c.orig 2003-07-03 20:04:06.000000000 +0200 -+++ src/pcre/pcreposix.c 2012-02-14 12:49:55.077985140 +0100 -@@ -217,7 +217,8 @@ - - if (preg->re_pcre == NULL) return pcre_posix_error_code(errorptr); - --preg->re_nsub = pcre_info(preg->re_pcre, NULL, NULL); -+pcre_fullinfo((const pcre *)preg->re_pcre, NULL, -+ PCRE_INFO_CAPTURECOUNT, &(preg->re_nsub)); - return 0; - } - diff --git a/www/hypermail/files/patch-src-pcre-pcretest.c b/www/hypermail/files/patch-src-pcre-pcretest.c deleted file mode 100644 index 389e9cb8e1b5..000000000000 --- a/www/hypermail/files/patch-src-pcre-pcretest.c +++ /dev/null @@ -1,27 +0,0 @@ ---- src/pcre/pcretest.c.orig 2012-02-14 12:36:59.560983755 +0100 -+++ src/pcre/pcretest.c 2012-02-14 12:45:15.056415687 +0100 -@@ -748,24 +748,6 @@ - new_info(re, NULL, PCRE_INFO_NAMECOUNT, &namecount); - new_info(re, NULL, PCRE_INFO_NAMETABLE, (void *)&nametable); - -- old_count = pcre_info(re, &old_options, &old_first_char); -- if (count < 0) fprintf(outfile, -- "Error %d from pcre_info()\n", count); -- else -- { -- if (old_count != count) fprintf(outfile, -- "Count disagreement: pcre_fullinfo=%d pcre_info=%d\n", count, -- old_count); -- -- if (old_first_char != first_char) fprintf(outfile, -- "First char disagreement: pcre_fullinfo=%d pcre_info=%d\n", -- first_char, old_first_char); -- -- if (old_options != (int)get_options) fprintf(outfile, -- "Options disagreement: pcre_fullinfo=%ld pcre_info=%d\n", -- get_options, old_options); -- } -- - if (size != gotten_store) fprintf(outfile, - "Size disagreement: pcre_fullinfo=%d call to malloc for %d\n", - size, gotten_store); diff --git a/www/hypermail/files/patch-src__proto.h b/www/hypermail/files/patch-src__proto.h deleted file mode 100644 index c66a4702a15c..000000000000 --- a/www/hypermail/files/patch-src__proto.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/proto.h.orig Thu Jul 3 18:00:18 2003 -+++ src/proto.h Thu Jan 8 00:27:25 2004 -@@ -94,7 +94,7 @@ - char *PushString(struct Push *, const char *); - char *PushNString(struct Push *, const char *, int); - --char *strcasestr (char *, const char *); -+// char *strcasestr (char *, const char *); - char *strsav(const char *); - char *strreplace(char *, char *); - void strcpymax(char *, const char *, int); |