diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-12 08:35:31 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-12 08:35:31 +0800 |
commit | 78147c2541b4ec327dca61a784a0c4586962653e (patch) | |
tree | 826bfc426999ef88bd1b27765fb596c7c7384451 /audio/Makefile | |
parent | a8b33925b36896c70a53bcec82902e15acb33561 (diff) | |
download | freebsd-ports-gnome-78147c2541b4ec327dca61a784a0c4586962653e.tar.gz freebsd-ports-gnome-78147c2541b4ec327dca61a784a0c4586962653e.tar.zst freebsd-ports-gnome-78147c2541b4ec327dca61a784a0c4586962653e.zip |
Nuke 8hz-mp3.
Reasoning:
billf> This port is already marked BROKEN because of the license problem.
billf> If the situation isn't going to change, someone should just 'cvs rm' thi\
s port.
The situation will NOT change. The patent for mp3 is on the acoustic models
used on coding and decoding. Since 8hz-mp3 has the patented acoustic models
in itself, they cannot distribute their encoder.
Considering above, we should cvs rm this port.
-Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index ac4c568b6be2..75749a8cce2e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,7 +1,6 @@ -# $Id: Makefile,v 1.77 1999/04/03 01:32:42 steve Exp $ +# $Id: Makefile,v 1.78 1999/04/03 01:48:28 steve Exp $ # - SUBDIR += 8hz-mp3 SUBDIR += amp SUBDIR += ascd SUBDIR += bladeenc |