diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-22 21:34:32 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-22 21:34:32 +0000 |
commit | 3f4cabb66c86fae519ccb253bb2fc63543be0c93 (patch) | |
tree | ede3f285cf8fdd7ce24684fb5a89fdfb15b97283 /www/neowebscript/files/patch-warnings | |
parent | - update to httpd-2.2.19 (diff) |
Kill deprecated ports: devel/tcl-neo and www/neowebscript.
These have been broken and deprecated for weeks, the maintainer
has not responded, and there was no discussion in the PR or on ports@.
PR: ports/155759
Notes
Notes:
svn path=/head/; revision=274473
Diffstat (limited to 'www/neowebscript/files/patch-warnings')
-rw-r--r-- | www/neowebscript/files/patch-warnings | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/neowebscript/files/patch-warnings b/www/neowebscript/files/patch-warnings deleted file mode 100644 index 070f94bfa9e3..000000000000 --- a/www/neowebscript/files/patch-warnings +++ /dev/null @@ -1,21 +0,0 @@ ---- mod_neo_userdir.c 1999-11-19 19:35:28.000000000 -0500 -+++ mod_neo_userdir.c 2010-01-17 15:02:59.000000000 -0500 -@@ -60,7 +60,8 @@ - */ - --#include "httpd.h" --#include "http_config.h" --#include "ap_compat.h" -+#include <httpd.h> -+#include <http_config.h> -+#include <http_log.h> -+#include <ap_compat.h> - - #include "tcl.h" -@@ -306,5 +306,5 @@ - extern Tcl_Interp *interp; - int code; -- char *where; -+ const char *where; - code = Tcl_VarEval(interp, userdir+1, " ", pw->pw_name, " ", - pw->pw_dir, " {", pw->pw_gecos, "} {", dname+1, |