Bug 233558

Summary: net/xrdp: fix build with fdk-aac v2
Product: Ports & Packages Reporter: takefu
Component: Individual Port(s)Assignee: Koichiro Iwao <meta>
Status: Closed FIXED    
Severity: Affects Only Me CC: hrs, meta, pi
Priority: --- Flags: meta: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 233556    
Attachments:
Description Flags
xrdp-0.9.8,1.patch meta: maintainer-approval-

Description takefu 2018-11-27 10:10:50 UTC
Created attachment 199599 [details]
xrdp-0.9.8,1.patch

patch
  fdk-aac v2
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2018-11-28 07:27:14 UTC
Merged the patch into upstream: https://github.com/neutrinolabs/xrdp/pull/1257
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-11-28 08:12:49 UTC
A commit references this bug:

Author: meta
Date: Wed Nov 28 08:12:19 UTC 2018
New revision: 486081
URL: https://svnweb.freebsd.org/changeset/ports/486081

Log:
  net/xrdp: Fix build with audio/fdk-aac 2.0.0 etc

  Submitter's patch has been merged into upstream with minor changes.

  Also while here, cleanup some leftovers. This port generates private key
  and server certificate in post-install script. Poudriere complains that
  these files are left over after deinstall. Now these auto-generated files
  will be removed when deinstall. If certificate and private key are replaced
  with user's own files, they should be kept.

  PR:		233558
  Submitted by:	takefu@airport.fm (original version)
  Approved by:	mentors (implicit)
  Obtained from:	https://github.com/neutrinolabs/xrdp/pull/1257
  Sponsored by:	HAW International, Inc.

Changes:
  head/net/xrdp/Makefile
  head/net/xrdp/distinfo
  head/net/xrdp/files/pkg-deinstall.in
  head/net/xrdp/files/pkg-install.in
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2018-11-28 08:26:40 UTC
Merged into upstream and committed with minor changes, thanks!