Bug 140914 - [PATCH] comms/smstools: use correct serial device on 8.x
Summary: [PATCH] comms/smstools: use correct serial device on 8.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 21:30 UTC by Dmitry Marakasov
Modified: 2009-12-02 19:43 UTC (History)
1 user (show)

See Also:


Attachments
smstools-3.1.5_1.patch (1017 bytes, patch)
2009-11-26 21:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2009-11-26 21:30:06 UTC
In FreeBSD 8.x, serial device names were changed from {tty,cua}d[0-9]+ to {tty,cua}u[0-9]+, so add conditional to support this.

Port maintainer (mm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-11-28 12:07:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

submitter have gnats access
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-28 15:12:10 UTC
Responsible Changed
From-To: amdmi3->mm

Over to maintainer (note that the PR actually applies to 
comms/smstools3, not comms/smstools)
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-12-02 18:50:52 UTC
mm          2009-12-02 18:50:39 UTC

  FreeBSD ports repository

  Modified files:
    comms/smstools3      Makefile 
  Log:
  - Use /dev/cuau0 as default COM port in FreeBSD 8 and higher
  - Bump PORTREVISION
  
  PR:             ports/140914
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
  
  Revision  Changes    Path
  1.8       +7 -1      ports/comms/smstools3/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Matuska freebsd_committer freebsd_triage 2009-12-02 19:43:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!