Bug 232964 - audio/terminatorx: unbreak (cast from 'nullptr_t')
Summary: audio/terminatorx: unbreak (cast from 'nullptr_t')
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-04 17:35 UTC by Walter Schwarzenfeld
Modified: 2018-11-25 21:02 UTC (History)
1 user (show)

See Also:


Attachments
svn-diff-terminatorx (2.07 KB, patch)
2018-11-04 17:35 UTC, Walter Schwarzenfeld
no flags Details | Diff
svn-diff-terminatorx_update (15.53 KB, patch)
2018-11-07 20:20 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld 2018-11-04 17:35:44 UTC
Created attachment 198945 [details]
svn-diff-terminatorx

Unbreak:


tX_audiodevice.cc:372:46: error: C-style cast from 'nullptr_t' to
'jack_options_t' (aka 'JackOptions') is not allowed
        if ((client=jack_client_open("terminatorX", (jack_options_t) NULL,
NULL))==0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~
Comment 1 Walter Schwarzenfeld 2018-11-07 20:20:42 UTC
Created attachment 199062 [details]
svn-diff-terminatorx_update

Add alternate patch to update to 4.0.1.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-11-25 21:01:38 UTC
A commit references this bug:

Author: arved
Date: Sun Nov 25 21:01:13 UTC 2018
New revision: 485901
URL: https://svnweb.freebsd.org/changeset/ports/485901

Log:
  Unbreak by updating to 4.0.1

  PR:		232964
  Submitted by:	 w.schwarzenfeld@utanet.at

Changes:
  head/audio/terminatorx/Makefile
  head/audio/terminatorx/distinfo
  head/audio/terminatorx/files/patch-aclocal.m4
  head/audio/terminatorx/files/patch-configure
  head/audio/terminatorx/files/patch-configure.ac
  head/audio/terminatorx/files/patch-configure.in
  head/audio/terminatorx/files/patch-src_tX__audiodevice.cc
  head/audio/terminatorx/files/patch-src_tX__dial.c
  head/audio/terminatorx/files/patch-src_tX__dialog.cc
  head/audio/terminatorx/files/patch-src_tX__global.c
  head/audio/terminatorx/files/patch-src_tX__mastergui.cc
  head/audio/terminatorx/files/patch-src_tX__mouse.cc
  head/audio/terminatorx/pkg-plist
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2018-11-25 21:02:41 UTC
committed, thanks