On Wed, Jan 05, 2011 at 06:14:28PM +0900, TAKAHASHI Kaoru wrote: > Hello, > > At Wed, 17 Nov 2010 17:14:33 +0900, > TAKAHASHI Kaoru <ka...@kaisei.org> wrote: > > At Mon, 16 Aug 2010 18:10:20 +0900, > > TAKAHASHI Kaoru <ka...@kaisei.org> wrote: > > > Hello, > > > > > > This patch updates japanese/nkf to the latest release 2.1.0. > > > Tested on OpenBSD 4.7. > > > > > > Could you update japanse/nkf to 2.1.0? > > > > > > Regards, > > > > Update patch for USE_GROFF=No. > > Update patch for japanese/nkf to 2.1.1. > Fix MASTER_SITES & remove USE_GROFF line. >
Going to commit a FIXED version. - you CAN'T remove the USE_GROFF line. What does USE_GROFF mean ? It means "use groff to format the manpage, because our mandoc currently doesn't cope with everything in it". -> to remove USE_GROFF, you have to check that mandoc is coping with the whole manpage. In the current case: mandoc -Wall nkf.1 shows 97 ERRORs and 2 WARNINGs Hardly clean enough by any standard. - the version number change is bogus. 2.05 -> 2.1.1 is going backwards. This requires an EPOCH bump... I'm going to assume the regression error test_data/ruby-dev:39722 Fail *** tmp.result.bad Sun Jan 9 14:38:15 2011 --- tmp.expect.bad Sun Jan 9 14:38:15 2011 *************** *** 3,7 **** * 0000100 a a a a a a a ? = \n = ? U S - 0000120 A S C I I ? Q ? a a a a a a a a ! 0000140 a a a a a a a a a ? = 033 \n ! 0000157 --- 3,9 ---- * 0000100 a a a a a a a ? = \n = ? U S - 0000120 A S C I I ? Q ? a a a a a a a a ! 0000140 a a a a a a a a a ? = = ? I S ! 0000160 O - 2 0 2 2 - J P ? B ? G y R C ! 0000200 J C I b K E I = ? = \n ! 0000213 is not a big issue. If you want to be helpful, you could try to figure out where it comes from...