diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-14 00:59:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-14 00:59:32 +0000 |
commit | 684ca7c6a1d2803eb986771419a5fb4a01d28758 (patch) | |
tree | 93484a7c920d5313b0b73f1b4c1c9204c9ee273b /www/webcopy/files | |
parent | 9cabac368fa2e4b4903d9cfd0368a9452ad7cbe2 (diff) | |
download | ports-684ca7c6a1d2803eb986771419a5fb4a01d28758.tar.gz ports-684ca7c6a1d2803eb986771419a5fb4a01d28758.zip |
Notes
Diffstat (limited to 'www/webcopy/files')
-rw-r--r-- | www/webcopy/files/patch-aa | 54 | ||||
-rw-r--r-- | www/webcopy/files/patch-ab | 23 |
2 files changed, 77 insertions, 0 deletions
diff --git a/www/webcopy/files/patch-aa b/www/webcopy/files/patch-aa new file mode 100644 index 000000000000..8feb39c4eda1 --- /dev/null +++ b/www/webcopy/files/patch-aa @@ -0,0 +1,54 @@ +*** Makefile.bak Sat Jun 8 20:42:14 1996 +--- Makefile Sat Sep 14 04:07:01 1996 +*************** +*** 32,40 **** + + # Select or change one of the following perl interpreters: + +! PERL=/usr/local/bin/perl + #PERL=/usr/local/ucb/perl +! #PERL=/usr/bin/perl + #PERL=/usr/ucb/perl + #PERL=/bin/perl + #PERL=$(HOME)/bin/perl +--- 32,40 ---- + + # Select or change one of the following perl interpreters: + +! #PERL=/usr/local/bin/perl + #PERL=/usr/local/ucb/perl +! PERL=/usr/bin/perl + #PERL=/usr/ucb/perl + #PERL=/bin/perl + #PERL=$(HOME)/bin/perl +*************** +*** 43,56 **** + + # Select or change one of the following WebCopy destination: + +! DESTINATION=webcopy.test + #DESTINATION=/usr/local/bin/webcopy + #DESTINATION=/usr/local/ucb/webcopy + #DESTINATION=/usr/bin/webcopy + #DESTINATION=/usr/ucb/webcopy + #DESTINATION=/bin/webcopy + #DESTINATION=$(HOME)/bin/webcopy +! #DESTINATION= + + # Select default perl interpreter version: + +--- 43,56 ---- + + # Select or change one of the following WebCopy destination: + +! #DESTINATION=webcopy.test + #DESTINATION=/usr/local/bin/webcopy + #DESTINATION=/usr/local/ucb/webcopy + #DESTINATION=/usr/bin/webcopy + #DESTINATION=/usr/ucb/webcopy + #DESTINATION=/bin/webcopy + #DESTINATION=$(HOME)/bin/webcopy +! DESTINATION=$(PREFIX)/bin/webcopy + + # Select default perl interpreter version: + diff --git a/www/webcopy/files/patch-ab b/www/webcopy/files/patch-ab new file mode 100644 index 000000000000..02d3a1183185 --- /dev/null +++ b/www/webcopy/files/patch-ab @@ -0,0 +1,23 @@ +*** webcopy.src.orig Sat Jun 8 20:42:14 1996 +--- webcopy.src Sat Sep 14 04:30:41 1996 +*************** +*** 1,4 **** +! #!%PERL% -- # -*- perl -*- + eval 'exec %PERL% -S $0 "$*"' + if undef; + # +--- 1,4 ---- +! #!%PERL% -- + eval 'exec %PERL% -S $0 "$*"' + if undef; + # +*************** +*** 275,280 **** +--- 275,281 ---- + &check_tag("OVERLAY", "SRC", $image) || + &check_tag("BODY", "BACKGROUND", $image) || + &check_tag("TABLE", "BACKGROUND", $image) || ++ &check_tag("EMBED", "SRC", $image) || + &check_tag("BGSOUND", "SRC", $image) || + &check_tag("FRAME", "SRC", $link) || + &check_tag("AREA", "HREF", $link) || |