Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:57:40 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a671882bc645 - main - net/xrdp: Add CPE information
Message-ID:  <202110081157.198BvePg067832@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a671882bc645658a9e22c3a1c8cb6a3d181a7d8d

commit a671882bc645658a9e22c3a1c8cb6a3d181a7d8d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:54:55 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:54:55 +0000

    net/xrdp: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/xrdp/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index 5e35a16508ae..fdba59d8cdc7 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -20,12 +20,14 @@ RUN_DEPENDS=	xterm:x11/xterm \
 		${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \
 		${LOCALBASE}/lib/pulse-14.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp
 
-USES=		autoreconf:build compiler:c11 jpeg localbase libtool pkgconfig \
+USES=		autoreconf:build compiler:c11 cpe jpeg localbase libtool pkgconfig \
 		ssl xorg
 USE_XORG=	ice pixman sm x11 xfixes xrandr
 USE_LDCONFIG=	${PREFIX}/lib/xrdp
 USE_GITHUB=	yes
 
+CPE_VENDOR=	neutrinolabs
+
 GNU_CONFIGURE=	yes
 GH_ACCOUNT=	neutrinolabs
 GH_TUPLE=	neutrinolabs:librfxcodec:v0.1.5:librfxcodec/librfxcodec \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110081157.198BvePg067832>