Date: Tue, 11 Aug 2020 05:19:30 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r544663 - branches/2020Q3/net/xrdp Message-ID: <202008110519.07B5JUH7088422@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008110519.07B5JUH7088422>