From 880ab87f1389c2bb132779458258d90462cc8e6e Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 16 Feb 1998 07:41:31 +0000 Subject: update to V3.8 --- sysutils/mtools/Makefile | 4 ++-- sysutils/mtools/files/md5 | 2 +- sysutils/mtools/patches/patch-aa | 28 ++++++++++++++++++---------- 3 files changed, 21 insertions(+), 13 deletions(-) (limited to 'sysutils/mtools') diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index e621027825d..adcb62fc3e6 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -3,10 +3,10 @@ # Date created: 22 Jan 1998 # Whom: is # -# $NetBSD: Makefile,v 1.4 1998/02/10 21:46:46 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/16 07:41:31 hubertf Exp $ # -DISTNAME= mtools-3.6 +DISTNAME= mtools-3.8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} #MASTER_SITES= ftp://ftp.cs.uni-bonn.de/pub/gnu/ diff --git a/sysutils/mtools/files/md5 b/sysutils/mtools/files/md5 index 8d90cab911a..14d4ca40fa9 100644 --- a/sysutils/mtools/files/md5 +++ b/sysutils/mtools/files/md5 @@ -1 +1 @@ -MD5 (mtools-3.6.tar.gz) = 87f670df9bec4537598182429c1ffb8e +MD5 (mtools-3.8.tar.gz) = 837176ae3ef9ba3ab0aff6833dfa60b6 diff --git a/sysutils/mtools/patches/patch-aa b/sysutils/mtools/patches/patch-aa index 73ee3690bb9..ac730f7c249 100644 --- a/sysutils/mtools/patches/patch-aa +++ b/sysutils/mtools/patches/patch-aa @@ -1,11 +1,19 @@ ---- sysincludes.h.original Wed Jan 21 17:53:59 1998 -+++ sysincludes.h Wed Jan 21 17:44:09 1998 -@@ -11,6 +11,8 @@ - /* */ - /***********************************************************************/ +--- Makefile.in.orig Mon Feb 16 08:24:09 1998 ++++ Makefile.in Mon Feb 16 08:24:40 1998 +@@ -47,6 +47,7 @@ -+#include -+ - #ifdef BSD - /* on BSD we prefer gettimeofday, ... */ - # ifdef HAVE_GETTIMEOFDAY + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT} + INSTALL_DATA = @INSTALL_DATA@ + + .SUFFIXES: +@@ -195,7 +196,7 @@ + install-scripts: $(bindir)/mtools + @$(top_srcdir)/mkinstalldirs $(bindir) + @for j in $(SCRIPTS) ; do \ +- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ ++ $(INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ + echo $(bindir)/$$j ; \ + done + rm -f $(bindir)/lz -- cgit v1.2.3