Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2008 12:06:21 +0000 (UTC)
From:      Jeremy Chadwick <koitsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/coreutils Makefile ports/sysutils/coreutils/files extra-patch-stty.c
Message-ID:  <200808281206.m7SC6L9Y080462@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
koitsu      2008-08-28 12:06:21 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/coreutils   Makefile 
  Added files:
    sysutils/coreutils/files extra-patch-stty.c 
  Log:
  Fix-up for 8.0-CURRENT.  src/stty.c fails to compile due to TAB1 and TAB2
  termios bits being undefined.  They've been moved to sys/ioctl_compat.h which
  requires _KERNEL be defined.  Somewhat of an ugly hack; possible alternative
  would be to remove use of TAB1 and TAB2 in src/stty.c altogether.
  
  Reported by:    jsa @ EFnet
  
  Revision  Changes    Path
  1.23      +7 -1      ports/sysutils/coreutils/Makefile
  1.1       +16 -0     ports/sysutils/coreutils/files/extra-patch-stty.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808281206.m7SC6L9Y080462>