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/03/1994 06:37:17
> > 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.
>
> It looks to me like the latter two of those patches were just
> completely _wrong_...
To quote Charles, "completely rubbish".
My appologies. Give these a try.
*** 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
--- uucico/Makefile Mon Aug 1 20:21:32 1994
***************
*** 12,18 ****
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
! -DVERSION=\"$(VERSION)\"
MAN8= uucico.0
--- 12,19 ----
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
! -DVERSION=\"$(VERSION)\"\
! -DOWNER=\"$(owner)\"
MAN8= uucico.0
*** uuxqt/Makefile.orig Tue Aug 2 20:19:01 1994
--- uuxqt/Makefile Mon Aug 1 20:42:45 1994
***************
*** 10,16 ****
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
! -DVERSION=\"$(VERSION)\"
MAN8= uuxqt.0
--- 10,17 ----
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
! -DVERSION=\"$(VERSION)\"\
! -DOWNER=\"$(owner)\"
MAN8= uuxqt.0
------------------------------------------------------------------------------