Bug 235827 - comms/libticables2: Fix serial port device names
Summary: comms/libticables2: Fix serial port device names
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-18 04:49 UTC by Darren Mulligan
Modified: 2019-02-18 08:49 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments
Patch to fix device names. (592 bytes, patch)
2019-02-18 04:49 UTC, Darren Mulligan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Mulligan 2019-02-18 04:49:37 UTC
Created attachment 202119 [details]
Patch to fix device names.

libticables2 defaults serial port names to cuadX, but current FreeBSD versions name serial ports cuauX. Patch fixes the device names and compiles and tested working.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-18 08:48:58 UTC
A commit references this bug:

Author: danfe
Date: Mon Feb 18 08:48:06 UTC 2019
New revision: 493252
URL: https://svnweb.freebsd.org/changeset/ports/493252

Log:
  libticables2 defaults serial port names to cuadX, but current FreeBSD
  versions name serial ports cuauX, fix this.  While here, consistently
  prepend sed(1) commands with `-e' switch like we normally do in ports.

  PR:		235827
  Submitted by:	Darren Mulligan

Changes:
  head/comms/libticables2/Makefile
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2019-02-18 08:49:39 UTC
Fixed as of ports r493252, thanks!