aboutsummaryrefslogtreecommitdiff
path: root/www/webalizer
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-04-21 05:14:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-04-21 05:14:14 +0000
commitbec7e0dcd1309c10129cd1f87b0e86b14147ee47 (patch)
tree119f3f9c2f91ed8c6b1474b2a2d14cc36ce1a356 /www/webalizer
parentce9247ef9c074b7f028f85ec9aace8b8a2a208c1 (diff)
downloadports-bec7e0dcd1309c10129cd1f87b0e86b14147ee47.tar.gz
ports-bec7e0dcd1309c10129cd1f87b0e86b14147ee47.zip
Notes
Diffstat (limited to 'www/webalizer')
-rw-r--r--www/webalizer/Makefile4
-rw-r--r--www/webalizer/files/uk-lang.h11
-rw-r--r--www/webalizer/files/uk-output.c20
3 files changed, 0 insertions, 35 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index dee3cea92ecf..f44c7f3f82be 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -110,10 +110,6 @@ CONFIGURE_ARGS+= --with-language=${WEBALIZER_LANG}
.if ${WEBALIZER_LANG} == japanese
EXTRA_PATCHES+= ${FILESDIR}/ja-webalizer.conf-dist.patch
.endif
-.if ${WEBALIZER_LANG} == ukrainian
-EXTRA_PATCHES+= ${FILESDIR}/uk-lang.h
-EXTRA_PATCHES+= ${FILESDIR}/uk-output.c
-.endif
.endif
.if defined(WITH_WEBALIZER_CONV)
diff --git a/www/webalizer/files/uk-lang.h b/www/webalizer/files/uk-lang.h
deleted file mode 100644
index d1ae12c7a316..000000000000
--- a/www/webalizer/files/uk-lang.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- lang.h.orig Thu May 17 19:47:24 2001
-+++ lang.h Thu May 17 16:42:11 2001
-@@ -124,6 +124,8 @@
- extern char *msg_mtot_ms ;
- extern char *msg_mtot_th ;
- extern char *msg_mtot_tf ;
-+extern char *msg_mtot_tp ;
-+extern char *msg_mtot_tv ;
- extern char *msg_mtot_tx ;
- extern char *msg_mtot_us ;
- extern char *msg_mtot_ur ;
diff --git a/www/webalizer/files/uk-output.c b/www/webalizer/files/uk-output.c
deleted file mode 100644
index 40edb2d4e7f7..000000000000
--- a/www/webalizer/files/uk-output.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- output.c.orig 2008-07-01 00:04:39.000000000 +0200
-+++ output.c 2008-08-05 21:30:12.000000000 +0200
-@@ -534,13 +534,13 @@
- "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%llu</B>" \
- "</FONT></TD></TR>\n",msg_mtot_tf,t_file);
- /* Total Pages */
-- fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s %s</FONT></TD>\n" \
-+ fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s</FONT></TD>\n" \
- "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%llu</B>" \
-- "</FONT></TD></TR>\n",msg_h_total, msg_h_pages, t_page);
-+ "</FONT></TD></TR>\n",msg_mtot_tp, t_page);
- /* Total Visits */
-- fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s %s</FONT></TD>\n" \
-+ fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s</FONT></TD>\n" \
- "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%llu</B>" \
-- "</FONT></TD></TR>\n",msg_h_total, msg_h_visits, t_visit);
-+ "</FONT></TD></TR>\n",msg_mtot_tv, t_visit);
- /* Total XFer */
- fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s</FONT></TD>\n" \
- "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%.0f</B>" \