aboutsummaryrefslogtreecommitdiffstats
path: root/ukrainian/webalizer
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-08-06 03:36:38 +0800
committerdinoex <dinoex@FreeBSD.org>2008-08-06 03:36:38 +0800
commit6f1793c6bacd2bf830aa8f65db19a2be413e5f67 (patch)
treef0c59e87cd82a29c57adf8d239878308f670092a /ukrainian/webalizer
parent47a56b7da3e73bc4fe595d01ef784dc12d1453ef (diff)
downloadfreebsd-ports-gnome-6f1793c6bacd2bf830aa8f65db19a2be413e5f67.tar.gz
freebsd-ports-gnome-6f1793c6bacd2bf830aa8f65db19a2be413e5f67.tar.zst
freebsd-ports-gnome-6f1793c6bacd2bf830aa8f65db19a2be413e5f67.zip
- unbreak after update to webalizer 2.20-01
Diffstat (limited to 'ukrainian/webalizer')
-rw-r--r--ukrainian/webalizer/Makefile3
-rw-r--r--ukrainian/webalizer/files/patch-ba11
-rw-r--r--ukrainian/webalizer/files/patch-bb20
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>" \