ports/57392: Wrong description in archivers/lha/Makefile [repost]

IIJIMA Hiromitsu delmonta at ht.sakura.ne.jp
Tue Sep 30 05:50:15 UTC 2003


>Number:         57392
>Category:       ports
>Synopsis:       Wrong description in archivers/lha/Makefile [repost]
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 29 22:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     IIJIMA Hiromitsu
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
DENNOU GEDOU GAKKAI, N.D.D., http://www.dennougedougakkai-ndd.org
>Environment:
System: FreeBSD sodans.usata.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Wed Jan 22 14:50:19 JST 2003 root at www.my.domain:/usr/src/sys/compile/RENTALv6 i386

Userland is upgraded to -p16, while the kernel is still -p3.


>Description:

** THIS IS A REPOST OF ports/57318 (doc-bug CLASS) WITH change-request CLASS,
	since I was suggested that ports/57318 is not a doc-bug class issue **

ports/archivers/lha/Makefile says 'Archive files using LZW compression',
but it is incorrect. LHa uses LZSS (a descendant of LZ77) and Huffman codings,
and never uses LZW which is patented by Unisys.
Calling it as 'LZW compression' WILL cause confusion among people,
so it should be corrected.

>How-To-Repeat:
Just make a Google search to confirm that LHa uses LZSS and Huffman codings,
not LZW.

>Fix:

--- Makefile.orig	Mon May 12 03:27:03 2003
+++ Makefile	Tue Sep 30 14:33:49 2003
@@ -7,13 +7,13 @@
 
 PORTNAME=	lha
 PORTVERSION=	1.14i
-PORTREVISION=   1
+PORTREVISION=   2
 CATEGORIES=	archivers
 MASTER_SITES=	http://www2m.biglobe.ne.jp/~dolphin/lha/prog/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//}
 
 MAINTAINER=	ache at FreeBSD.org
-COMMENT=	Archive files using LZW compression (.lzh files)
+COMMENT=	Archive files using LZSS and Huffman compression (.lzh files)
 
 MAN1=		lha.1
 MANLANG=	ja

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list