Version update: 3.6 -> 3.8.
Use better (up to date) MASTER_SITES PR: ports/4294 Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
This commit is contained in:
parent
036a6508e2
commit
66a7d52f74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7577
3 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
MD5 (mtools-3.6.tar.gz) = 87f670df9bec4537598182429c1ffb8e
|
||||
MD5 (mtools-3.8.tar.gz) = 837176ae3ef9ba3ab0aff6833dfa60b6
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
*** Makefile.in.orig Thu Feb 20 18:54:20 1997
|
||||
--- Makefile.in Thu Apr 3 04:16:37 1997
|
||||
***************
|
||||
*** 96,102 ****
|
||||
*** 98,104 ****
|
||||
streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \
|
||||
mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \
|
||||
--- 96,102 ----
|
||||
--- 98,104 ----
|
||||
streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \
|
||||
mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \
|
||||
***************
|
||||
*** 187,193 ****
|
||||
*** 195,201 ****
|
||||
install-scripts: $(bindir)/mtools
|
||||
@$(top_srcdir)/mkinstalldirs $(bindir)
|
||||
@for j in $(SCRIPTS) ; do \
|
||||
|
@ -26,7 +26,7 @@
|
|||
echo $(bindir)/$$j ; \
|
||||
done
|
||||
rm -f $(bindir)/lz
|
||||
--- 187,193 ----
|
||||
--- 195,201 ----
|
||||
install-scripts: $(bindir)/mtools
|
||||
@$(top_srcdir)/mkinstalldirs $(bindir)
|
||||
@for j in $(SCRIPTS) ; do \
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--- 201,210 ----
|
||||
#ifdef HAVE_TZSET
|
||||
{
|
||||
#ifndef ultrix
|
||||
#ifndef OS_ultrix
|
||||
+ #ifndef __FreeBSD__
|
||||
/* Ultrix defines this to be a different type */
|
||||
extern long timezone;
|
||||
|
|
Loading…
Reference in a new issue