svn commit: r504054 - head/net/xrdp

Koichiro Iwao meta at FreeBSD.org
Thu Jun 13 02:13:01 UTC 2019


Author: meta
Date: Thu Jun 13 02:13:00 2019
New Revision: 504054
URL: https://svnweb.freebsd.org/changeset/ports/504054

Log:
  net/xrdp: Set MP3LAME option disabled by default
  
  because audio/lame has no-pkg and xrdp doesn't work properly because of missing
  library dependency on lame when xrdp is "pkg install"-ed.
  
  [1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-June/116470.html
  
  Reported by:	Janky Jay, III [1]

Modified:
  head/net/xrdp/Makefile

Modified: head/net/xrdp/Makefile
==============================================================================
--- head/net/xrdp/Makefile	Thu Jun 13 01:48:20 2019	(r504053)
+++ head/net/xrdp/Makefile	Thu Jun 13 02:13:00 2019	(r504054)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xrdp
-#PORTREVISION=	0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.10
 PORTREVISION=	1
@@ -43,7 +43,7 @@ SUB_FILES=	pkg-deinstall pkg-install pkg-message
 SUB_LIST=	OPENSSLBASE=${OPENSSLBASE}
 
 OPTIONS_DEFINE=	DEBUG FUSE IPV6
-OPTIONS_DEFAULT=	FDKAAC MP3LAME OPUS
+OPTIONS_DEFAULT=	FDKAAC OPUS
 OPTIONS_GROUP=	AUDIO_CODEC
 OPTIONS_GROUP_AUDIO_CODEC=	FDKAAC MP3LAME OPUS
 FDKAAC_DESC=	Enable Fraunhofer FDK AAC for audio redirection


More information about the svn-ports-all mailing list