Bug 235827

Summary: comms/libticables2: Fix serial port device names
Product: Ports & Packages Reporter: Darren Mulligan <fixer>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (danfe)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to fix device names. none

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!