summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/less/Makefile3
-rw-r--r--japanese/less/files/patch-ad11
-rw-r--r--japanese/less/pkg-comment1
3 files changed, 13 insertions, 2 deletions
diff --git a/japanese/less/Makefile b/japanese/less/Makefile
index c0193d7..835e9d8 100644
--- a/japanese/less/Makefile
+++ b/japanese/less/Makefile
@@ -7,7 +7,7 @@
PORTNAME= less+iso
PORTVERSION= 358.254
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= http://www.io.com/~kazushi/less/ \
${MASTER_SITE_LOCAL}
@@ -24,6 +24,7 @@ PATCHFILES= ${DISTNAME}-iso${PORTVERSION:E}.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= sf@FreeBSD.org
+COMMENT= Less + zcat + ISO-2022 - a pager similar to more and pg
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
diff --git a/japanese/less/files/patch-ad b/japanese/less/files/patch-ad
new file mode 100644
index 0000000..35c16f1
--- /dev/null
+++ b/japanese/less/files/patch-ad
@@ -0,0 +1,11 @@
+--- search.c.orig Thu Feb 27 00:22:02 2003
++++ search.c Thu Feb 27 00:22:54 2003
+@@ -1371,7 +1371,7 @@
+ if (charset)
+ free(charset);
+ charset = (CHARSET *)
+- ecalloc(len, sizeof(CHARSET));
++ ecalloc(len+1, sizeof(CHARSET));
+ }
+
+ cvt_text(line, charset, line, NULL, ops);
diff --git a/japanese/less/pkg-comment b/japanese/less/pkg-comment
deleted file mode 100644
index 78d8c5a..0000000
--- a/japanese/less/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Less + zcat + ISO-2022 - a pager similar to more and pg
OpenPOWER on IntegriCloud