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-common | |
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-common')
-rw-r--r-- | www/neowebscript/files/patch-common | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/neowebscript/files/patch-common b/www/neowebscript/files/patch-common deleted file mode 100644 index 2dd036c4c2bd..000000000000 --- a/www/neowebscript/files/patch-common +++ /dev/null @@ -1,19 +0,0 @@ ---- ../neowebscript/common.tcl Fri Nov 19 19:36:10 1999 -+++ ../neowebscript/common.tcl Mon Sep 3 13:32:49 2001 -@@ -31,7 +31,7 @@ - - if {[catch {mkdir -path $parallelDir$plusSubDir} result] == 1} { - if {[lrange $errorCode 0 1] != "POSIX EEXIST"} { -- error "$errorCode" -+ error "can not create $parallelDir $plusSubDir: $errorCode" - } - } - } -@@ -512 +512,7 @@ - } -+ -+proc emit_full_header {title} { -+ html <HTML><HEAD><TITLE> -+ html $title -+ html </TITLE><HEAD> -+} |