diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-01 18:21:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-01 18:21:08 +0000 |
commit | 208d7293f6e820d504f3301373f90e05caad2eef (patch) | |
tree | a14ba6c8c1df8e6a967dc83802a3d7954530c15d /www/twhttpd/files/patch-twhttpd.c | |
parent | remove the unmaintained expired ports from x11 category (diff) |
Remove unmaintained expired ports from www category
2011-05-01 www/indexme: Upstream disapear and distfile is no more available
2011-05-01 www/osb-browser: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcit: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcore: Abandonware, please use www/webkit-gtk2
2011-05-01 www/pumperweb: Upstream disapear and distfile is no more available
2011-05-01 www/py-ez_web: Upstream disapear and distfile is no more available
2011-05-01 www/py-pullparser: Obsolete and deprecated
2011-05-01 www/sidplug: Upstream disapear and distfile is no more available
2011-05-01 www/twhttpd: Upstream disapear and distfile is no more available
2011-05-01 www/wnews: Upstream disapear and distfile is no more available
2011-05-01 www/xpath2rss: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273407
Diffstat (limited to 'www/twhttpd/files/patch-twhttpd.c')
-rw-r--r-- | www/twhttpd/files/patch-twhttpd.c | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www/twhttpd/files/patch-twhttpd.c b/www/twhttpd/files/patch-twhttpd.c deleted file mode 100644 index c13ee3eb73db..000000000000 --- a/www/twhttpd/files/patch-twhttpd.c +++ /dev/null @@ -1,32 +0,0 @@ ---- twhttpd.c.orig Tue Apr 1 12:06:08 2003 -+++ twhttpd.c Sun Feb 4 20:07:02 2007 -@@ -28,15 +28,17 @@ - #include <netdb.h> - #include <regex.h> - #include <stdio.h> -+#include <stdlib.h> - #include <string.h> - #include <syslog.h> - #include <signal.h> - #include <time.h> - #include <unistd.h> --#include <wait.h> --#include <netinet/in.h> --#include <sys/socket.h> -+#include <sys/wait.h> - #include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> -+#include <arpa/inet.h> - #include <sys/stat.h> - #include <sys/time.h> - -@@ -4014,7 +4016,7 @@ - lz_flush(hd->fd, &hd->fd_lzb); - } - syslog(LOG_ERR, "Exiting Testing Server\n"); -- exit; -+ exit(0); - } - - ////////////////////////////////////////////////////////////////////// |