svn commit: r544315 - head/net/xrdp

Koichiro Iwao meta at FreeBSD.org
Fri Aug 7 08:37:12 UTC 2020


Author: meta
Date: Fri Aug  7 08:37:12 2020
New Revision: 544315
URL: https://svnweb.freebsd.org/changeset/ports/544315

Log:
  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

Modified:
  head/net/xrdp/Makefile

Modified: head/net/xrdp/Makefile
==============================================================================
--- head/net/xrdp/Makefile	Fri Aug  7 05:42:16 2020	(r544314)
+++ head/net/xrdp/Makefile	Fri Aug  7 08:37:12 2020	(r544315)
@@ -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-head mailing list