pkgsrc-Bugs archive

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

pkg/37089: IMAKE_MANINSTALL isn't handled correctly



>Number:         37089
>Category:       pkg
>Synopsis:       IMAKE_MANINSTALL isn't handled correctly
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 09 10:45:00 +0000 2007
>Originator:     Roland Illig
>Release:        NetBSD 4.99.30 with XFree 4.6.0
>Organization:
>Environment:
>Description:
XFree 4.6.0's imake installs both manpages and catpages, which fits perfectly 
with the setting of "IMAKE_MANISTALL=catinstall maninstall". But the 
files-check complains the manpages are installed although they are not 
specified in the PLIST.

According to the output of "bmake show-all-imake", support for "maninstall 
catinstall" seems to be left out, since there is no directory specified where 
the manpages should be installed:

$ bmake show-all-imake
imake:
  pkg   IMAKEOPTS (undefined)
  pkg   XMKMF_FLAGS (undefined)
  pkg   USE_IMAKE (undefined)
  sys   IMAKE_TOOLS (undefined)
  sys   IMAKE (undefined)
  sys   IMAKE_MANINSTALL = maninstall catinstall
  sys   IMAKE_MAN_SOURCE_PATH = man/cat
  sys   IMAKE_MAN_DIR = man/cat1
  sys   IMAKE_LIBMAN_DIR = man/cat3
  sys   IMAKE_KERNMAN_DIR = man/cat4
  sys   IMAKE_FILEMAN_DIR = man/cat5
  sys   IMAKE_GAMEMAN_DIR = man/cat6
  sys   IMAKE_MISCMAN_DIR = man/cat7
  sys   IMAKE_MAN_SUFFIX = 0
  sys   IMAKE_LIBMAN_SUFFIX = 0
  sys   IMAKE_KERNMAN_SUFFIX = 0
  sys   IMAKE_FILEMAN_SUFFIX = 0
  sys   IMAKE_GAMEMAN_SUFFIX = 0
  sys   IMAKE_MISCMAN_SUFFIX = 0
  sys   IMAKE_MANNEWSUFFIX = 0

>How-To-Repeat:

>Fix:




Home | Main Index | Thread Index | Old Index