svn commit: r544663 - branches/2020Q3/net/xrdp

Koichiro Iwao meta at FreeBSD.org
Tue Aug 11 05:19:31 UTC 2020


Author: meta
Date: Tue Aug 11 05:19:30 2020
New Revision: 544663
URL: https://svnweb.freebsd.org/changeset/ports/544663

Log:
  MFH: r544315
  
  net/xrdp: adjust configure arguments
  
  Set --enable-pam-config=freebsd explicitly. If this is not given, PAM
  configuration will be autodetected however it might be misdetected on some
  environments. Quit relying on autodetection.
  
  Force rebuild because built packages might include misconfigured pam files
  as reported in the bugzilla issue..
  
  PR:		248481
  Reported by:	Sascha Folie <sascha.folie at safo.at>
  Sponsored by:	HAW International
  
  Approved by:	portmgr blanket

Modified:
  branches/2020Q3/net/xrdp/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/net/xrdp/Makefile
==============================================================================
--- branches/2020Q3/net/xrdp/Makefile	Tue Aug 11 03:29:10 2020	(r544662)
+++ branches/2020Q3/net/xrdp/Makefile	Tue Aug 11 05:19:30 2020	(r544663)
@@ -4,6 +4,7 @@
 PORTNAME=	xrdp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.13.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 DIST_SUBDIR?=	${PORTNAME}
@@ -34,6 +35,7 @@ GH_TAGNAME=	v0.1.5:librfxcodec v0.1.1:libpainter
 
 CONFIGURE_ARGS=	--localstatedir=/var --enable-strict-locations \
 		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
+		--enable-pam-config=freebsd \
 		--enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter
 LDFLAGS+=	-lssl
 CONFLICTS=	xrdp-devel[0-9]*


More information about the svn-ports-all mailing list