Bug 244655 - x11-fm/doublecmd: fix build
Summary: x11-fm/doublecmd: fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-07 12:23 UTC by Beñat Gonzalez Etxepare
Modified: 2020-03-07 14:14 UTC (History)
1 user (show)

See Also:


Attachments
Fix build (673 bytes, patch)
2020-03-07 12:23 UTC, Beñat Gonzalez Etxepare
bbtruk: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beñat Gonzalez Etxepare 2020-03-07 12:23:39 UTC
Created attachment 212217 [details]
Fix build

After recent changes to lang/fpc port, x11-fm/doublecmd is failing to build. FpPipe() function now requires 2 parameters instead of one.

The attached patch fixes it.

Tested with Poudriere.
Comment 1 Automation User 2020-03-07 14:06:24 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/124169829
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-07 14:14:46 UTC
A commit references this bug:

Author: tcberner
Date: Sat Mar  7 14:14:29 UTC 2020
New revision: 527948
URL: https://svnweb.freebsd.org/changeset/ports/527948

Log:
  x11-fm/doublecmd: fix build

  After recent changes to lang/fpc port, x11-fm/doublecmd is failing to build.
  FpPipe() function now requires 2 parameters instead of one.

  The attached patch fixes it.

  PR:		244655
  Submitted by:	Be?at Gonzalez Etxepare <bbtruk@users.sourceforge.net>  (maintainer)

Changes:
  head/x11-fm/doublecmd/files/patch-src_platform_unix_upollthread.pas
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2020-03-07 14:14:54 UTC
Committed. Thanks.