FreeBSD Bugzilla – Attachment 11990 Details for
Bug 23391
Update port: misc/ytree to 1.71 (fix ports/22749)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.40 KB, created by
tkato
on 2000-12-08 18:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2000-12-08 18:40:02 UTC
Size:
5.40 KB
patch
obsolete
>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 Tue Dec 5 23:26:10 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= 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 > >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 Tue Dec 5 23:30:08 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 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 @@ >+ ########################### >+ # 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23391
: 11990