Subject: Re: Taylor UUCP 1.05 (patches)
To: Chris G. Demetriou <cgd@alpha.bostic.com>
From: Randy Terbush <dsndata!sierra!randy@sterling.com>
List: current-users
Date: 08/02/1994 20:28:12
> > I've already merged Tuucp 1.04/1.05 changes into a NetBSD-current/1.04
> > base.  It's at work, and I've built it at home, but haven't fully tested
> > it yet.
> > 
> > Do the core folks want this for 1.0-final, or is this too much of a
> > change too late in the game ?
> 
> in a phrase: "not on your life!!!!"
> if _you_ say you haven't fully tested it yet...

On that note....

I have been running this version since it was put up for ftp.
No problems.  There were a couple of hitches in the compile,
and I changed the version to 1.05 to avoid confusion. The
patches follow. Patches are relative to top level uucp dir.


*** Makefile.inc.orig	Tue Aug  2 20:19:52 1994
--- Makefile.inc	Mon Aug  1 20:43:18 1994
***************
*** 7,13 ****
  LIBUUCP!=cd $(.CURDIR)/../libuucp; \
  	printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -r -s -f - xxx
  
! VERSION=	1.04
  owner=		uucp
  bindir=		/usr/bin
  sbindir=	/usr/libexec/uucp
--- 7,13 ----
  LIBUUCP!=cd $(.CURDIR)/../libuucp; \
  	printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -r -s -f - xxx
  
! VERSION=	1.05
  owner=		uucp
  bindir=		/usr/bin
  sbindir=	/usr/libexec/uucp
*** uucico/Makefile.orig	Tue Aug  2 20:19:17 1994
--- Makefile	Thu Dec 16 23:59:08 1993
***************
*** 1,20 ****
! # Makefile for uucico
! # $Id: Makefile,v 1.2 1993/08/05 16:15:06 jtc Exp $
  
! BINDIR=		$(sbindir)
! BINOWN=		$(owner)
! BINMODE=	4555
  
! PROG=		uucico
! SRCS=		uucico.c trans.c send.c rec.c xcmd.c prot.c protg.c protf.c \
! 		prott.c prote.c proti.c protj.c protz.c time.c chat.c \
! 		conn.c copy.c log.c tcp.c tli.c util.c
! LDADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
! DPADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
! CFLAGS+=	-I$(.CURDIR)/../common_sources\
! 		-DVERSION=\"$(VERSION)\"
! 
! MAN8=		uucico.0
! 
! .include <bsd.prog.mk>
! .PATH: $(.CURDIR)/../common_sources
--- 1,8 ----
! # This is the Makefile for Taylor UUCP
! # $Id: Makefile,v 1.4 1993/08/05 17:56:17 jtc Exp $
  
! SUBDIR=		libunix libuucp libuuconf \
! 		cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
! 		uustat uuto uux uuxqt
  
! .include <bsd.subdir.mk>
*** uuxqt/Makefile.orig	Tue Aug  2 20:19:01 1994
--- Makefile	Thu Dec 16 23:59:08 1993
***************
*** 1,18 ****
! # Makefile for uuxqt
! # $Id: Makefile,v 1.2 1993/08/05 16:15:28 jtc Exp $
  
! BINDIR=		$(sbindir)
! BINOWN=		$(owner)
! BINMODE=	4555
  
! PROG=		uuxqt
! SRCS=		uuxqt.c util.c log.c copy.c
! LDADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
! DPADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
! CFLAGS+=	-I$(.CURDIR)/../common_sources\
! 		-DVERSION=\"$(VERSION)\"
! 
! MAN8=		uuxqt.0
! 
! .include <bsd.prog.mk>
! .PATH: $(.CURDIR)/../common_sources
--- 1,8 ----
! # This is the Makefile for Taylor UUCP
! # $Id: Makefile,v 1.4 1993/08/05 17:56:17 jtc Exp $
  
! SUBDIR=		libunix libuucp libuuconf \
! 		cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
! 		uustat uuto uux uuxqt
  
! .include <bsd.subdir.mk>



------------------------------------------------------------------------------