Bug 255218 - net/xrdp is missing from package repository in FreeBSD:13:amd64
Summary: net/xrdp is missing from package repository in FreeBSD:13:amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-19 11:20 UTC by Benedikt Hochstrasser
Modified: 2021-04-25 09:57 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.