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.
Responsible Changed From-To: freebsd-ports-bugs->emulation Emulation's PR as well.
Responsible Changed From-To: emulation->freebsd-emulation
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"
State Changed From-To: open->closed Fixes has been committed, thanks!