Subject: CVS commit: pkgsrc/net/uucp
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/30/2006 03:33:59
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Oct 30 03:33:59 UTC 2006

Modified Files:
	pkgsrc/net/uucp: DESCR Makefile distinfo
	pkgsrc/net/uucp/patches: patch-aa
Added Files:
	pkgsrc/net/uucp/patches: patch-ab patch-ac patch-ad patch-ae patch-af
	    patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am
	    patch-an patch-ao patch-ap patch-aq

Log Message:
Merge improvements from the version of Taylor UUCP 1.06.1 that exists
in NetBSD's src/gnu/libexec/uucp directory.  Changes include:

   * Teaching cu(1) about hardware flow control.
   * Make cu(1) honor "echocheck" and "binary mode" with respect to
     inspecting the data stream for newlines.
   * Make some proper integer casts so as not to break on LP64 platforms.
   * Teach uucp to substitute for \H with the IP address of the system.
   * Avoid potential divide-by-zero errors when computing times using
     serial rates.
   * Properly initialize some variables.

The main difference between this version and the one in NetBSD is the
location of uucico, uuconv, and uuxqt -- the vanilla UUCP location is
${PREFIX}/sbin while the NetBSD location is /usr/libexec/uucp.

Bump PKGREVISION to 1.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/uucp/DESCR pkgsrc/net/uucp/Makefile \
    pkgsrc/net/uucp/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/uucp/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/net/uucp/patches/patch-ab \
    pkgsrc/net/uucp/patches/patch-ac pkgsrc/net/uucp/patches/patch-ad \
    pkgsrc/net/uucp/patches/patch-ae pkgsrc/net/uucp/patches/patch-af \
    pkgsrc/net/uucp/patches/patch-ag pkgsrc/net/uucp/patches/patch-ah \
    pkgsrc/net/uucp/patches/patch-ai pkgsrc/net/uucp/patches/patch-aj \
    pkgsrc/net/uucp/patches/patch-ak pkgsrc/net/uucp/patches/patch-al \
    pkgsrc/net/uucp/patches/patch-am pkgsrc/net/uucp/patches/patch-an \
    pkgsrc/net/uucp/patches/patch-ao pkgsrc/net/uucp/patches/patch-ap \
    pkgsrc/net/uucp/patches/patch-aq

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.