diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-02-27 00:52:58 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-02-27 00:52:58 +0000 |
commit | 9561c409652efd2c0a0471aac8115643137e397d (patch) | |
tree | 3a63ab6c8dc36cbac0e2a6953c4d94859e723972 /japanese/less | |
parent | a22ea7b619ea1a23e54780a4936fa0474097ca0a (diff) | |
download | ports-9561c409652efd2c0a0471aac8115643137e397d.tar.gz ports-9561c409652efd2c0a0471aac8115643137e397d.zip |
Notes
Diffstat (limited to 'japanese/less')
-rw-r--r-- | japanese/less/Makefile | 3 | ||||
-rw-r--r-- | japanese/less/files/patch-ad | 11 | ||||
-rw-r--r-- | japanese/less/pkg-comment | 1 |
3 files changed, 13 insertions, 2 deletions
diff --git a/japanese/less/Makefile b/japanese/less/Makefile index c0193d74a00a..835e9d89db1c 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 000000000000..35c16f16c2dc --- /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 78d8c5a5ab39..000000000000 --- a/japanese/less/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Less + zcat + ISO-2022 - a pager similar to more and pg |