Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 09:32:45 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476866 - head/audio/lame
Message-ID:  <201808110932.w7B9WjVa001942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: netchild
Date: Sat Aug 11 09:32:45 2018
New Revision: 476866
URL: https://svnweb.freebsd.org/changeset/ports/476866

Log:
  - Sort LICENSE section. [1]
  - Add comment to the license section about a decision from core about
    "no-pkg". [2]
  
  Submitted by:	jbeich [1]
  Discussed with:	core, portmgr [2]
  Sponsored by:	Essen Hackathon

Modified:
  head/audio/lame/Makefile

Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile	Sat Aug 11 09:12:55 2018	(r476865)
+++ head/audio/lame/Makefile	Sat Aug 11 09:32:45 2018	(r476866)
@@ -12,10 +12,14 @@ COMMENT=	Fast MP3 encoder kit
 
 LICENSE=		LGPL20+ PATENTS
 LICENSE_COMB=		multi
-LICENSE_FILE_LGPL20+ =	${WRKSRC}/COPYING
 LICENSE_NAME_PATENTS=	Intellectual Property Precaution
+LICENSE_FILE_LGPL20+ =	${WRKSRC}/COPYING
+LICENSE_FILE_PATENTS=	${FILESDIR}/lame_patents.txt
 LICENSE_PERMS_PATENTS=	dist-mirror dist-sell no-pkg-mirror no-pkg-sell auto-accept
-LICENSE_FILE_PATENTS=	$(FILESDIR)/lame_patents.txt
+# The reason for "no-pkg" was discussed with core:
+# Core feels that the risk versus any potential benefit is not in the
+# project's best interest and we should continue to not package
+# audio/lame.
 
 USES=		gmake iconv libtool
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808110932.w7B9WjVa001942>