pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/46051: make package error of x11/kterm on NetBSD/i386 6.99.2 (native Xorg)



The following reply was made to PR pkg/46051; it has been noted by GNATS.

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/46051: make package error of x11/kterm on NetBSD/i386
 6.99.2 (native Xorg)
Date: Mon, 20 Feb 2012 14:25:13 +0900 (JST)

 Hi,
 
 With the following patch, "make package" works well,
 but "man/cat1/kterm.0" is installed.
 
 "man/cat1/kterm.0" should be installed?
 
 Index: plist-man.awk
 ===================================================================
 RCS file: /cvsroot/pkgsrc/mk/plist/plist-man.awk,v
 retrieving revision 1.8
 diff -u -r1.8 plist-man.awk
 --- plist-man.awk      20 Feb 2010 07:05:52 -0000      1.8
 +++ plist-man.awk      20 Feb 2012 05:03:34 -0000
 @@ -113,7 +113,7 @@
  ### entries from the PLIST, and similarly for "catinstall" and catman page
  ### entries.
  ###
 -(MANINSTALL !~ /catinstall/) && /^[^@]/ && \
 +((MANINSTALL !~ /catinstall/) && (IMAKE_MANINSTALL !~ /catinstall/)) && 
/^[^@]/ && \
  /^([^\/]*\/)+cat[1-9ln]\/[^\/]*\.[0-9ln]$/ {
        next
  }
 
 


Home | Main Index | Thread Index | Old Index