Bug 135341 - [PATCH] linux-f10 ports that install manpages: add NOMANCOMPRESS
Summary: [PATCH] linux-f10 ports that install manpages: add NOMANCOMPRESS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 03:10 UTC by Dmitry Marakasov
Modified: 2009-08-08 15:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2009-06-08 03:10:01 UTC
LINUX_RPM ports install compreesed manpages, but do not set MANCOMPRESSED=yes, so there are gzip errors on installation: `gzip: can't stat: /compat/linux/usr/share/man/manN/foo.N No such file or directory'

Port maintainer (emulation@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Fix: 

Add MANCOMPRESSED=yes to affected ports, namely:

databases/linux-f10-sqlite3
ftp/linux-f10-curl
textproc/linux-f10-libxml2

linux-f8 and other linux ports may be affected too.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-06-08 04:49:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->emulation

Emulation's PR as well.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2009-06-14 01:25:50 UTC
Responsible Changed
From-To: emulation->freebsd-emulation
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-08 15:15:41 UTC
bsam        2009-08-08 14:15:32 UTC

  FreeBSD ports repository

  Modified files:
    databases/linux-f10-sqlite3 Makefile 
    databases/linux-f8-sqlite3 Makefile 
    ftp/linux-f10-curl   Makefile 
    ftp/linux-f8-curl    Makefile 
    textproc/linux-f10-libxml2 Makefile 
    textproc/linux-f8-libxml2 Makefile 
  Log:
  . LINUX_RPM ports install compressed manpages, so set MANCOMPRESSED=yes;
  . bump PORTREVISIONs.
  
  PR:             ports/135341
  Submitted by:   amdmi3
  
  Revision  Changes    Path
  1.6       +2 -0      ports/databases/linux-f10-sqlite3/Makefile
  1.5       +2 -1      ports/databases/linux-f8-sqlite3/Makefile
  1.11      +2 -1      ports/ftp/linux-f10-curl/Makefile
  1.7       +2 -1      ports/ftp/linux-f8-curl/Makefile
  1.23      +2 -1      ports/textproc/linux-f10-libxml2/Makefile
  1.21      +2 -1      ports/textproc/linux-f8-libxml2/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Boris Samorodov freebsd_committer freebsd_triage 2009-08-08 15:16:01 UTC
State Changed
From-To: open->closed

Fixes has been committed, thanks!