Date: Fri, 10 Nov 2000 06:42:30 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/22749: Update port: misc/ytree to 1.71 Message-ID: <20001110144230.CAA2F37B4C5@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 22749 >Category: ports >Synopsis: Update port: misc/ytree to 1.71 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 10 06:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.71 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/ytree/Makefile misc/ytree/Makefile --- /usr/ports/misc/ytree/Makefile Mon May 1 21:50:13 2000 +++ misc/ytree/Makefile Wed Nov 8 04:00:02 2000 @@ -5,26 +5,26 @@ # $FreeBSD: ports/misc/ytree/Makefile,v 1.10 2000/04/30 20:15:23 steve Exp $ # -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= # empty +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 diff -urN /usr/ports/misc/ytree/distinfo misc/ytree/distinfo --- /usr/ports/misc/ytree/distinfo Mon May 1 05:15:28 2000 +++ misc/ytree/distinfo Wed Nov 8 03:51:51 2000 @@ -1 +1 @@ -MD5 (ytree-1.67.tar.gz) = 2e2337eae3988f4f753518d2d2f5762e +MD5 (ytree-1.71.tar.gz) = e5d6f5be398924fd6cc6bc379a5f4148 diff -urN /usr/ports/misc/ytree/files/patch-aa misc/ytree/files/patch-aa --- /usr/ports/misc/ytree/files/patch-aa Mon May 1 05:15:29 2000 +++ misc/ytree/files/patch-aa Wed Nov 8 04:20:45 2000 @@ -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 Wed Nov 8 04:15:59 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 @@ + ########################### + # LINUX (testet with ncurses 5.0) ########################### - # If color doesn't work, comment out - # the following line and recompile --COLOR = -DCOLOR_SUPPORT -+#COLOR = -DCOLOR_SUPPORT - #CLOCK = -DCLOCK_SUPPORT +-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 ########################### diff -urN /usr/ports/misc/ytree/files/patch-af misc/ytree/files/patch-af --- /usr/ports/misc/ytree/files/patch-af Wed Dec 9 19:46:59 1998 +++ misc/ytree/files/patch-af Wed Nov 8 04:04:12 2000 @@ -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, diff -urN /usr/ports/misc/ytree/files/patch-ag misc/ytree/files/patch-ag --- /usr/ports/misc/ytree/files/patch-ag Wed Dec 9 19:46:59 1998 +++ misc/ytree/files/patch-ag Wed Nov 8 03:57:40 2000 @@ -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, diff -urN /usr/ports/misc/ytree/pkg-plist misc/ytree/pkg-plist --- /usr/ports/misc/ytree/pkg-plist Wed Nov 11 21:26:00 1998 +++ misc/ytree/pkg-plist Wed Nov 8 03:52:10 2000 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001110144230.CAA2F37B4C5>