Bug 255218

Summary: net/xrdp is missing from package repository in FreeBSD:13:amd64
Product: Ports & Packages Reporter: Benedikt Hochstrasser <tictactux>
Component: Individual Port(s)Assignee: Koichiro Iwao <meta>
Status: Closed FIXED    
Severity: Affects Some People CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   

Description Benedikt Hochstrasser 2021-04-19 11:20:17 UTC
upon updating from 12.2-RELEASE to 13.0-RELEASE, package xrdp was deinstalled, with no install candidate in the 13 repository.

Temporary fix: 

[code]
xzcat /var/cache/pkg/xrdp-0.9.15_1,1.txz | sed -e "s/FreeBSD:12/FreeBSD:13/g" | xz >xrdp-FreeBSD13.xz
sudo pkg add ./xrdp-FreeBSD13.xz
[/code]

Works like a charm, no unresolved and/or unfound shared libraries.

Best, Ben
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2021-04-19 13:36:58 UTC
It looks there are some building issues recently https://portsfallout.com/fallout?port=net%2Fxrdp
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2021-04-25 09:40:54 UTC
It is already fixed in the main branch but I forgot to apply it to the quarterly.

https://cgit.freebsd.org/ports/commit/net/xrdp/Makefile?id=4b311de655d3ed3decdd50437ecb83659fd754e1
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2021-04-25 09:44:28 UTC
Nope, PulseAudio version in the quarterly branch is still 13.0.
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2021-04-25 09:57:47 UTC
(In reply to Koichiro Iwao from comment #2)
I've already fixed it on April 13. xrdp 0.9.15_1,1 should be successfully built now. pkg-fallout is reporting false-positive.