diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-09 10:46:59 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-09 10:46:59 +0000 |
commit | f6547fa0f7476724ef449860c1861521aac70587 (patch) | |
tree | 261e9bf8c079ce6c57da4d4bbb86d5053ac26fb6 /misc/ytree | |
parent | Add CONFIGURE_ENV. (diff) |
Upgrade to 1.65.
Notes
Notes:
svn path=/head/; revision=15227
Diffstat (limited to 'misc/ytree')
-rw-r--r-- | misc/ytree/Makefile | 6 | ||||
-rw-r--r-- | misc/ytree/distinfo | 2 | ||||
-rw-r--r-- | misc/ytree/files/patch-aa | 43 | ||||
-rw-r--r-- | misc/ytree/files/patch-ab | 19 | ||||
-rw-r--r-- | misc/ytree/files/patch-af | 4 | ||||
-rw-r--r-- | misc/ytree/files/patch-ag | 8 |
6 files changed, 41 insertions, 41 deletions
diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index 2fbce1588003..b7eaa0811ee4 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ytree -# Version required: 1.64 +# Version required: 1.65 # Date created: 5 Jan 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/05/13 17:13:20 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/11/11 12:26:00 jkoshy Exp $ # -DISTNAME= ytree-1.64 +DISTNAME= ytree-1.65 CATEGORIES= misc MASTER_SITES= http://www.han.de/~werner/ \ ${MASTER_SITE_SUNSITE} diff --git a/misc/ytree/distinfo b/misc/ytree/distinfo index 1d78fe513f0e..9e3f759ddb98 100644 --- a/misc/ytree/distinfo +++ b/misc/ytree/distinfo @@ -1 +1 @@ -MD5 (ytree-1.64.tar.gz) = 93c449f3c3e6b9af02d20e8d16a8040c +MD5 (ytree-1.65.tar.gz) = c9ee4eb81573d0ae8d3d73c885285f66 diff --git a/misc/ytree/files/patch-aa b/misc/ytree/files/patch-aa index 963d5ff46e31..9b0c59e10726 100644 --- a/misc/ytree/files/patch-aa +++ b/misc/ytree/files/patch-aa @@ -1,27 +1,36 @@ ---- Makefile.orig Mon May 11 04:12:35 1998 -+++ Makefile Wed May 13 02:30:12 1998 -@@ -29,7 +29,7 @@ +--- Makefile.orig Wed Dec 9 15:31:25 1998 ++++ Makefile Wed Dec 9 15:32:25 1998 +@@ -12,7 +12,7 @@ + # ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys + # + +-ADD_CFLAGS = -O # -DVI_KEYS ++#ADD_CFLAGS = -O # -DVI_KEYS + + LFLAGS = -s + BINDIR = /usr/bin +@@ -27,10 +27,10 @@ + ########################### + # If color doesn't work, comment out # the following line and recompile - COLOR = -DCOLOR_SUPPORT +-COLOR = -DCOLOR_SUPPORT ++#COLOR = -DCOLOR_SUPPORT #CLOCK = -DCLOCK_SUPPORT -CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK) +-LIBS = -lncurses +#CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK) - LIBS = -lncurses ++#LIBS = -lncurses ########################### -@@ -39,12 +39,14 @@ - #LIBS = -lcurses -ltermcap - + # LINUX without ncurses +@@ -41,8 +41,8 @@ ########################### --# FreeBSD with ncurses (Thanks to Peter Brevik) -+# FreeBSD (Thanks to Peter Brevik) + # FreeBSD (Thanks to Peter Brevik) ########################### - #ADD_INCLUDE = /usr/include/ncurses - #ADD_LIB = /usr/lib - #CFLAGS = -I$(ADD_INCLUDE) -DNCURSES $(ADD_CFLAGS) - #LIBS = -L$(ADD_LIB) -lncurses -lmytinfo -lcompat -+CFLAGS += -DCOLOR_SUPPORT -DNCURSES -+LIBS = -lncurses -lmytinfo -lcompat +-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES +-#LIBS = -lncurses -lmytinfo -lcompat ++CFLAGS += -DCOLOR_SUPPORT -DNCURSES ++LIBS = -lncurses -lmytinfo -lcompat ########################### - # NeXT (Thanks to fifi) + # DOS/Windows with DJGPP diff --git a/misc/ytree/files/patch-ab b/misc/ytree/files/patch-ab index 2cf7ec050659..58f34600aac8 100644 --- a/misc/ytree/files/patch-ab +++ b/misc/ytree/files/patch-ab @@ -1,20 +1,11 @@ ---- freesp.c Tue Sep 2 20:03:47 1997 -+++ /home/andy/tmp/wrk/freesp.c Mon Jan 5 13:44:42 1998 +--- freesp.c.orig Wed Dec 9 15:32:51 1998 ++++ freesp.c Wed Dec 9 15:34:01 1998 @@ -9,7 +9,7 @@ #include "ytree.h" --#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) || defined ( __FreeBSD__ ) ) && !defined( SVR4 ) -+#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) ) && !defined( SVR4 ) +-#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) || defined ( __FreeBSD__ ) || defined( __DJGPP__ ) ) && !defined( SVR4 ) ++#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) || defined( __DJGPP__ ) ) && !defined( SVR4 ) + #include <sys/vfs.h> #else - #ifdef WIN32 -@@ -18,7 +18,7 @@ - #if defined( SVR4 ) || defined( OSF1 ) - #include <sys/statvfs.h> - #else --#ifdef ultrix -+#if ( defined( ultrix ) || defined ( __FreeBSD__ ) ) - #include <sys/param.h> - #include <sys/mount.h> - #else diff --git a/misc/ytree/files/patch-af b/misc/ytree/files/patch-af index 562737130802..1de37a7b7c24 100644 --- a/misc/ytree/files/patch-af +++ b/misc/ytree/files/patch-af @@ -1,5 +1,5 @@ ---- dirwin.c.orig Sat Mar 21 22:40:47 1998 -+++ dirwin.c Sat Mar 21 22:41:17 1998 +--- dirwin.c.orig Wed Dec 9 15:35:50 1998 ++++ dirwin.c Wed Dec 9 15:35:59 1998 @@ -163,7 +163,7 @@ ERROR_MSG("malloc() Failed*Abort"); exit(1); diff --git a/misc/ytree/files/patch-ag b/misc/ytree/files/patch-ag index 56157e86bee1..8dceac22a670 100644 --- a/misc/ytree/files/patch-ag +++ b/misc/ytree/files/patch-ag @@ -1,11 +1,11 @@ ---- filewin.c.orig Sat Mar 21 22:42:17 1998 -+++ filewin.c Sat Mar 21 22:53:03 1998 +--- filewin.c.orig Wed Dec 9 15:36:15 1998 ++++ filewin.c Wed Dec 9 15:36:28 1998 @@ -535,7 +535,7 @@ } else { -- (void) sprintf( format, "%%c %%%c%ds %%10s %%3d %%7d %%12s", -+ (void) sprintf( format, "%%c %%%c%ds %%10s %%3d %%7qd %%12s", +- (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7d %%12s", ++ (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7qd %%12s", justify, max_filename_len ); |