Bug 115278 - security/mussh uses seq instead of jot
Summary: security/mussh uses seq instead of jot
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: Frank J. Laszlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-07 20:30 UTC by Richard Arends
Modified: 2007-08-08 01:50 UTC (History)
0 users

See Also:


Attachments
file.diff (390 bytes, patch)
2007-08-07 20:30 UTC, Richard Arends
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Arends 2007-08-07 20:30:01 UTC
	mussh uses seq for concurrency measures which is not available on
	FreeBSD.

Fix: Use jot instead of seq. The following patch fixes this.

How-To-Repeat: 	Install mussh and use the -m option
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-08 00:41:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->laszlof

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-08 01:48:36 UTC
laszlof     2007-08-08 00:48:31 UTC

  FreeBSD ports repository

  Modified files:
    security/mussh       Makefile 
  Log:
  - mussh uses seq for concurrency measures which is not available on
  FreeBSD. replaced with jot.
  - bump PORTREVISION
  
  PR:             ports/115278
  Submitted by:   Richard Arends <richard@unixguru.nl>
  
  Revision  Changes    Path
  1.13      +2 -0      ports/security/mussh/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 3 Frank J. Laszlo freebsd_committer freebsd_triage 2007-08-08 01:48:47 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!