FreeBSD Bugzilla – Attachment 171081 Details for
Bug 210067
misc/lv: take maintainership and change master site
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lv.diff
lv.diff (text/plain), 2.94 KB, created by
IWAMOTO Kouichi
on 2016-06-06 05:12:16 UTC
(
hide
)
Description:
lv.diff
Filename:
MIME Type:
Creator:
IWAMOTO Kouichi
Created:
2016-06-06 05:12:16 UTC
Size:
2.94 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 416224) >+++ Makefile (working copy) >@@ -3,19 +3,21 @@ > > PORTNAME= lv > PORTVERSION= 4.51 >+DISTVERSIONPREFIX= v > PORTREVISION= 3 > CATEGORIES= misc >-MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/ >-DISTNAME= lv451 > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= sue@iwmt.org > COMMENT= Powerful Multilingual File Viewer > > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/../GPL.txt > >+USE_GITHUB= yes >+GH_ACCOUNT= ttdoda >+ > USES= ncurses >-WRKSRC= ${WRKDIR}/${DISTNAME}/src >+WRKSRC_SUBDIR= src > GNU_CONFIGURE= yes > > OPTIONS_DEFINE= DOCS >@@ -22,7 +24,7 @@ > > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- (cd ${WRKDIR}/${DISTNAME}; \ >+ (cd ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ > ${INSTALL_DATA} *.html hello.sample* ${STAGEDIR}${DOCSDIR}) > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 416224) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (lv451.tar.gz) = e1cd2e27109fbdbc6d435f2c3a99c8a6ef2898941f5d2f7bacf0c1ad70158bcf >-SIZE (lv451.tar.gz) = 605082 >+TIMESTAMP = 1464754259 >+SHA256 (ttdoda-lv-v4.51_GH0.tar.gz) = 9ffe9a6f835cd65f6dc2b31ce1b9890aa4d9423b46e72e29a3762f5ad90a5960 >+SIZE (ttdoda-lv-v4.51_GH0.tar.gz) = 616490 >Index: files/patch-src_Makefile.in >=================================================================== >--- files/patch-src_Makefile.in (revision 416439) >+++ files/patch-src_Makefile.in (working copy) >@@ -1,6 +1,6 @@ >---- Makefile.in.orig 2004-01-06 16:22:17.000000000 +0900 >-+++ Makefile.in 2014-06-16 21:40:34.440747700 +0900 >-@@ -9,11 +9,11 @@ >+--- Makefile.in.orig 2004-01-06 07:22:17 UTC >++++ Makefile.in >+@@ -9,11 +9,11 @@ VERSION= 451 > srcdir= @srcdir@ > VPATH= @srcdir@ > >@@ -14,7 +14,7 @@ > > lvlibdir= $(libdir)/lv > distdir = lv$(VERSION) >-@@ -41,7 +41,7 @@ >+@@ -41,7 +41,7 @@ UNIOBJS= utf.o unimap.o unirev.o > all: lv > > lv: $(OBJS) $(UNIOBJS) >Index: files/patch-src_stream.c >=================================================================== >--- files/patch-src_stream.c (revision 416439) >+++ files/patch-src_stream.c (working copy) >@@ -1,5 +1,5 @@ >---- stream.c.orig 2010-03-31 21:10:00.000000000 +0900 >-+++ stream.c 2010-03-31 21:17:50.000000000 +0900 >+--- stream.c.orig 2003-11-13 03:08:19 UTC >++++ stream.c > @@ -43,6 +43,8 @@ > > private byte *gz_filter = "zcat"; >@@ -9,7 +9,7 @@ > > private stream_t *StreamAlloc() > { >-@@ -75,6 +77,10 @@ >+@@ -75,6 +77,10 @@ public stream_t *StreamOpen( byte *file > filter = gz_filter; > else if( !strcmp( "bz2", exts ) || !strcmp( "BZ2", exts ) ) > filter = bz2_filter; >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 416224) >+++ pkg-descr (working copy) >@@ -8,4 +8,4 @@ > also provides multilingual grep (1) functionality by giving it another > name, lgrep. > >-WWW: http://www.ff.iij4u.or.jp/~nrt/lv/ >+WWW: https://github.com/ttdoda/lv
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210067
: 171081 |
171082