1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to version 1.71

PR: 23391
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2000-12-09 15:24:54 +00:00
parent ba286f92e1
commit 94a42dab7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35806
6 changed files with 46 additions and 45 deletions

View File

@ -5,26 +5,26 @@
# $FreeBSD$
#
PORTNAME= ytree
PORTVERSION= 1.67
CATEGORIES= misc
MASTER_SITES= http://www.han.de/~werner/
PORTNAME= ytree
PORTVERSION= 1.71
CATEGORIES= misc
MASTER_SITES= http://www.han.de/~werner/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
FETCH_BEFORE_ARGS= -b
ALL_TARGET=
MAN1= ytree.1
ALL_TARGET= ytree
MAN1= ytree.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/ytree ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/ytree.conf ${PREFIX}/etc/ytree.conf.sample
@${INSTALL_MAN} ${WRKSRC}/ytree.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/ytree ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/ytree.conf ${PREFIX}/etc/ytree.conf.sample
${INSTALL_MAN} ${WRKSRC}/ytree.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ytree
.for file in CHANGES COPYING README THANKS
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ytree
.for file in CHANGES README THANKS
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ytree
.endfor
.endif

View File

@ -1 +1 @@
MD5 (ytree-1.67.tar.gz) = 2e2337eae3988f4f753518d2d2f5762e
MD5 (ytree-1.71.tar.gz) = e5d6f5be398924fd6cc6bc379a5f4148

View File

@ -1,6 +1,6 @@
--- Makefile.orig Sun Jan 2 08:17:33 2000
+++ Makefile Thu Mar 30 20:28:01 2000
@@ -6,13 +6,13 @@
--- Makefile.orig Sun Jul 16 07:01:56 2000
+++ Makefile Tue Dec 5 23:30:00 2000
@@ -6,7 +6,7 @@
#
############################################################################
@ -9,34 +9,27 @@
#
# ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
#
-ADD_CFLAGS = -O # -DVI_KEYS
+#ADD_CFLAGS = -O # -DVI_KEYS
LFLAGS =
BINDIR = /usr/bin
@@ -27,10 +27,10 @@
@@ -25,10 +25,10 @@
###########################
# If color doesn't work, comment out
# the following line and recompile
-COLOR = -DCOLOR_SUPPORT
+#COLOR = -DCOLOR_SUPPORT
#CLOCK = -DCLOCK_SUPPORT
# LINUX (testet with ncurses 5.0)
###########################
-COLOR = -DCOLOR_SUPPORT
+#COLOR = -DCOLOR_SUPPORT
#CLOCK = -DCLOCK_SUPPORT # Experimental!
-CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
-LIBS = -lncurses
+#CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
+#LIBS = -lncurses
###########################
# LINUX without ncurses
@@ -41,8 +41,8 @@
# LINUX (X11 using PDCurses) thanks to Mark Hessling
@@ -43,8 +43,8 @@
###########################
# FreeBSD (Thanks to Peter Brevik)
###########################
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
-#LIBS = -lncurses -lmytinfo -lcompat
+CFLAGS += -DCOLOR_SUPPORT -DNCURSES
+CFLAGS += -DCOLOR_SUPPORT -DNCURSES
+LIBS = -lncurses -lmytinfo -lcompat
###########################

View File

@ -1,9 +1,9 @@
--- 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);
}
--- dirwin.c.orig Sun Jul 16 07:01:56 2000
+++ dirwin.c Wed Nov 8 04:03:59 2000
@@ -168,7 +168,7 @@
modify_time
);
#else
- (void) strcpy( format, "%10s %3d %7d %12s");
+ (void) strcpy( format, "%10s %3d %7qd %12s");
(void) sprintf( line_buffer, format, attributes,

View File

@ -1,9 +1,18 @@
--- filewin.c.orig Wed Dec 9 15:36:15 1998
+++ filewin.c Wed Dec 9 15:36:28 1998
@@ -535,7 +535,7 @@
}
else
{
--- filewin.c.orig Sun Jul 16 07:01:56 2000
+++ filewin.c Wed Nov 8 03:57:29 2000
@@ -549,7 +549,7 @@
sym_link_name
);
#else
- (void) sprintf( format, "%%c%%+%ds %%10s %%3d %%7d %%12s -> %%-%ds",
+ (void) sprintf( format, "%%c%%+%ds %%10s %%3d %%7qd %%12s -> %%-%ds",
max_filename_len,
max_linkname_len
);
@@ -582,7 +582,7 @@
modify_time
);
#else
- (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7d %%12s",
+ (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7qd %%12s",
justify,

View File

@ -1,7 +1,6 @@
bin/ytree
etc/ytree.conf.sample
share/doc/ytree/CHANGES
share/doc/ytree/COPYING
share/doc/ytree/README
share/doc/ytree/THANKS
@dirrm share/doc/ytree