svn commit: r476866 - head/audio/lame

Alexander Leidinger netchild at FreeBSD.org
Sat Aug 11 09:32:46 UTC 2018


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


More information about the svn-ports-head mailing list