Date: Fri, 7 Aug 2020 08:37:12 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544315 - head/net/xrdp Message-ID: <202008070837.0778bCAp050558@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008070837.0778bCAp050558>