View | Details | Raw Unified | Return to bug 23391
Collapse All | Expand All

(-)misc/ytree/Makefile (-12 / +12 lines)
Lines 5-30 Link Here
5
# $FreeBSD: ports/misc/ytree/Makefile,v 1.10 2000/04/30 20:15:23 steve Exp $
5
# $FreeBSD: ports/misc/ytree/Makefile,v 1.10 2000/04/30 20:15:23 steve Exp $
6
#
6
#
7
7
8
PORTNAME=		ytree
8
PORTNAME=	ytree
9
PORTVERSION=		1.67
9
PORTVERSION=	1.71
10
CATEGORIES=		misc
10
CATEGORIES=	misc
11
MASTER_SITES=		http://www.han.de/~werner/
11
MASTER_SITES=	http://www.han.de/~werner/
12
12
13
MAINTAINER=		ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
14
15
FETCH_BEFORE_ARGS=	-b
15
FETCH_BEFORE_ARGS=	-b
16
16
17
ALL_TARGET=
17
ALL_TARGET=	ytree
18
MAN1=			ytree.1
18
MAN1=		ytree.1
19
19
20
do-install:
20
do-install:
21
	@${INSTALL_PROGRAM} ${WRKSRC}/ytree ${PREFIX}/bin
21
	${INSTALL_PROGRAM} ${WRKSRC}/ytree ${PREFIX}/bin
22
	@${INSTALL_DATA} ${WRKSRC}/ytree.conf ${PREFIX}/etc/ytree.conf.sample
22
	${INSTALL_DATA} ${WRKSRC}/ytree.conf ${PREFIX}/etc/ytree.conf.sample
23
	@${INSTALL_MAN} ${WRKSRC}/ytree.1 ${PREFIX}/man/man1
23
	${INSTALL_MAN} ${WRKSRC}/ytree.1 ${MANPREFIX}/man/man1
24
.if !defined(NOPORTDOCS)
24
.if !defined(NOPORTDOCS)
25
	@${MKDIR} ${PREFIX}/share/doc/ytree
25
	@${MKDIR} ${PREFIX}/share/doc/ytree
26
.for file in CHANGES COPYING README THANKS
26
.for file in CHANGES README THANKS
27
	@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ytree
27
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ytree
28
.endfor
28
.endfor
29
.endif
29
.endif
30
30
(-)misc/ytree/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ytree-1.67.tar.gz) = 2e2337eae3988f4f753518d2d2f5762e
1
MD5 (ytree-1.71.tar.gz) = e5d6f5be398924fd6cc6bc379a5f4148
(-)misc/ytree/files/patch-aa (-19 / +12 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	Sun Jan  2 08:17:33 2000
1
--- Makefile.orig	Sun Jul 16 07:01:56 2000
2
+++ Makefile	Thu Mar 30 20:28:01 2000
2
+++ Makefile	Tue Dec  5 23:30:00 2000
3
@@ -6,13 +6,13 @@
3
@@ -6,7 +6,7 @@
4
 #
4
 #
5
 ############################################################################
5
 ############################################################################
6
 
6
 
Lines 9-42 Link Here
9
 
9
 
10
 #
10
 #
11
 # ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
11
 # ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
12
 #
12
@@ -25,10 +25,10 @@
13
 
13
 ###########################
14
-ADD_CFLAGS  = -O # -DVI_KEYS
14
 # LINUX (testet with ncurses 5.0)
15
+#ADD_CFLAGS  = -O # -DVI_KEYS
16
 
17
 LFLAGS	    = 
18
 BINDIR      = /usr/bin
19
@@ -27,10 +27,10 @@
20
 ###########################
15
 ###########################
21
 # If color doesn't work, comment out 
16
-COLOR       = -DCOLOR_SUPPORT 
22
 # the following line and recompile
17
+#COLOR       = -DCOLOR_SUPPORT 
23
-COLOR       = -DCOLOR_SUPPORT
18
 #CLOCK	    = -DCLOCK_SUPPORT # Experimental!
24
+#COLOR       = -DCOLOR_SUPPORT
25
 #CLOCK	    = -DCLOCK_SUPPORT
26
-CFLAGS      = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
19
-CFLAGS      = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
27
-LIBS        = -lncurses
20
-LIBS        = -lncurses
28
+#CFLAGS      = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
21
+#CFLAGS      = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
29
+#LIBS        = -lncurses
22
+#LIBS        = -lncurses
30
 
23
 
31
 ###########################
24
 ###########################
32
 # LINUX without ncurses
25
 # LINUX (X11 using PDCurses) thanks to  Mark Hessling
33
@@ -41,8 +41,8 @@
26
@@ -43,8 +43,8 @@
34
 ###########################
27
 ###########################
35
 # FreeBSD (Thanks to Peter Brevik)
28
 # FreeBSD (Thanks to Peter Brevik)
36
 ###########################
29
 ###########################
37
-#CFLAGS      = -DCOLOR_SUPPORT -DNCURSES
30
-#CFLAGS      = -DCOLOR_SUPPORT -DNCURSES
38
-#LIBS        = -lncurses -lmytinfo -lcompat
31
-#LIBS        = -lncurses -lmytinfo -lcompat
39
+CFLAGS     += -DCOLOR_SUPPORT -DNCURSES
32
+CFLAGS      += -DCOLOR_SUPPORT -DNCURSES
40
+LIBS        = -lncurses -lmytinfo -lcompat
33
+LIBS        = -lncurses -lmytinfo -lcompat
41
 
34
 
42
 ###########################
35
 ###########################
(-)misc/ytree/files/patch-af (-6 / +6 lines)
Lines 1-9 Link Here
1
--- dirwin.c.orig	Wed Dec  9 15:35:50 1998
1
--- dirwin.c.orig	Sun Jul 16 07:01:56 2000
2
+++ dirwin.c	Wed Dec  9 15:35:59 1998
2
+++ dirwin.c	Wed Nov  8 04:03:59 2000
3
@@ -163,7 +163,7 @@
3
@@ -168,7 +168,7 @@
4
                     ERROR_MSG("malloc() Failed*Abort");
4
                                  modify_time
5
                     exit(1);
5
                                  );
6
                  }
6
 #else
7
-                 (void) strcpy( format, "%10s %3d %7d %12s");
7
-                 (void) strcpy( format, "%10s %3d %7d %12s");
8
+                 (void) strcpy( format, "%10s %3d %7qd %12s");
8
+                 (void) strcpy( format, "%10s %3d %7qd %12s");
9
                  (void) sprintf( line_buffer, format, attributes,
9
                  (void) sprintf( line_buffer, format, attributes,
(-)misc/ytree/files/patch-ag (-6 / +15 lines)
Lines 1-9 Link Here
1
--- filewin.c.orig	Wed Dec  9 15:36:15 1998
1
--- filewin.c.orig	Sun Jul 16 07:01:56 2000
2
+++ filewin.c	Wed Dec  9 15:36:28 1998
2
+++ filewin.c	Wed Nov  8 03:57:29 2000
3
@@ -535,7 +535,7 @@
3
@@ -549,7 +549,7 @@
4
                     }
4
 				      sym_link_name
5
 		    else
5
 				    );
6
 		    {
6
 #else
7
-		      (void) sprintf( format, "%%c%%+%ds %%10s %%3d %%7d %%12s -> %%-%ds", 
8
+		      (void) sprintf( format, "%%c%%+%ds %%10s %%3d %%7qd %%12s -> %%-%ds", 
9
 				      max_filename_len,
10
 				      max_linkname_len
11
 				    );
12
@@ -582,7 +582,7 @@
13
 				      modify_time
14
 				    );
15
 #else
7
-		      (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7d %%12s", 
16
-		      (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7d %%12s", 
8
+		      (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7qd %%12s", 
17
+		      (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7qd %%12s", 
9
                                       justify,
18
                                       justify,
(-)misc/ytree/pkg-plist (-1 lines)
Lines 1-7 Link Here
1
bin/ytree
1
bin/ytree
2
etc/ytree.conf.sample
2
etc/ytree.conf.sample
3
share/doc/ytree/CHANGES
3
share/doc/ytree/CHANGES
4
share/doc/ytree/COPYING
5
share/doc/ytree/README
4
share/doc/ytree/README
6
share/doc/ytree/THANKS
5
share/doc/ytree/THANKS
7
@dirrm share/doc/ytree
6
@dirrm share/doc/ytree

Return to bug 23391