Bug 233558 - net/xrdp: fix build with fdk-aac v2
Summary: net/xrdp: fix build with fdk-aac v2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks: 233556
  Show dependency treegraph
 
Reported: 2018-11-27 10:10 UTC by takefu
Modified: 2018-11-28 08:27 UTC (History)
3 users (show)

See Also:
meta: maintainer-feedback+


Attachments
xrdp-0.9.8,1.patch (1.84 KB, patch)
2018-11-27 10:10 UTC, takefu
meta: maintainer-approval-
Details | Diff

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