diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-08-05 19:36:38 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-08-05 19:36:38 +0000 |
commit | a275bfcb3c79d6bd62b9fca0cc0b69208a0fc84d (patch) | |
tree | 60d8b3b56df9f415ea2731b14f2eddf0bb843a28 /ukrainian/webalizer | |
parent | ca600e1e5594540d88060af4a4ac3eaa1307fed8 (diff) |
- unbreak after update to webalizer 2.20-01
Notes
Notes:
svn path=/head/; revision=218084
Diffstat (limited to 'ukrainian/webalizer')
-rw-r--r-- | ukrainian/webalizer/Makefile | 3 | ||||
-rw-r--r-- | ukrainian/webalizer/files/patch-ba | 11 | ||||
-rw-r--r-- | ukrainian/webalizer/files/patch-bb | 20 |
3 files changed, 0 insertions, 34 deletions
diff --git a/ukrainian/webalizer/Makefile b/ukrainian/webalizer/Makefile index 45c07eef9eec..1073af34f3ef 100644 --- a/ukrainian/webalizer/Makefile +++ b/ukrainian/webalizer/Makefile @@ -12,9 +12,6 @@ MAINTAINER= mikef@LITech.lviv.ua LIB_DEPENDS= gd.4:${PORTSDIR}/ukrainian/gd -BROKEN= does not patch - WEBALIZER_LANG= ukrainian -EXTRA_PATCHES+= ${.CURDIR}/files/patch-ba ${.CURDIR}/files/patch-bb .include "${MASTERDIR}/Makefile" diff --git a/ukrainian/webalizer/files/patch-ba b/ukrainian/webalizer/files/patch-ba deleted file mode 100644 index d1ae12c7a316..000000000000 --- a/ukrainian/webalizer/files/patch-ba +++ /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/ukrainian/webalizer/files/patch-bb b/ukrainian/webalizer/files/patch-bb deleted file mode 100644 index 26a6b2d9f533..000000000000 --- a/ukrainian/webalizer/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- output.c.orig Fri Sep 29 06:51:42 2000 -+++ output.c Thu May 17 16:33:07 2001 -@@ -535,13 +535,13 @@ - "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%lu</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>%lu</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>%lu</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>" \ |