Commit graph

9 commits

Author SHA1 Message Date
Jeremy Chadwick
0f313cf5f3 Fixup for my previous commit/patch.
- OSVERSION check should be against 800039 or higher, as that's when
  the sgtty changes were committed.
  http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/param.h.diff?r1=1.355;r2=1.356;f=h

- Fix stty.c patch.  Previous version would result in termios bits
  being overridden by #include <sys/ioctl_compat.h>, causing coreutils'
  stty to modify bits different than /bin/stty.  This version removes
  tab1/tab2 delay support, since tab1/tab2 delays aren't available in HEAD
  outside of the binary compatibility interface.  Also fixes stty --help
  usage to indicate only tab0 and tab3 are available.
2008-08-29 02:36:25 +00:00
Jeremy Chadwick
11e7c7e8e8 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
2008-08-28 12:06:21 +00:00
Christian Weisgerber
a8ec5918ce Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).
Don't bother with __FreeBSD_version checking for what was only an
eight-day window.
2008-04-19 15:22:57 +00:00
Christian Weisgerber
0491e1d212 Work around the assumption that openat() implies the existence of
fdopendir().  FreeBSD 8 has the former, but not the latter.

PR:		122433
Approved by:	maintainer
2008-04-13 19:08:36 +00:00
Li-Wen Hsu
cefa076561 From the PR:
- Update to GNU coreutils 6.9
- Eliminate configure warning
- Sort plist

While I am here:
- Remove unsupported checksum algorithm SHA1 and RMD160

PR:		ports/111489
Submitted by:	"Eric P. Scott" <eps+pbug0704 AT ana.com>
Approved by:	Jason Harris <jharris AT widomaker.com> (maintainer)
2007-06-05 09:42:22 +00:00
Nicola Vitale
9a425f895d - Updated to 6.7
PR:		ports/107954
Submitted by:	Jason Harris <jharris@widomaker.com>
Approved by:	alexbl (mentor, implicit)
2007-01-16 14:25:40 +00:00
Martin Wilke
d1a47691a2 - Fix Update problems
- Bump PORTREVISION

Submitted by:	ports@ ml
Thanks To:      trasz
2006-11-21 19:51:09 +00:00
Pav Lucistnik
54456f6afd - Update to 5.2.0
PR:		ports/63504
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
2004-02-28 17:26:54 +00:00
Pav Lucistnik
4a2e1af213 Add coreutils, port of basic GNU file, shell and text manipulation utilities.
This port replaces fileutils, shellutils and textutils, which were distributed
as three individual sets, but now have been combined into coreutils.

For more details, see http://www.gnu.org/software/coreutils/

PR:		ports/59422
Submitted by:	Jason Harris <jharris@widomaker.com>
2003-12-17 01:30:15 +00:00