aboutsummaryrefslogtreecommitdiff
path: root/misc/ytree
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-05-13 17:13:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-05-13 17:13:22 +0000
commit20101bb9a471837c7e564e83da0ab4c8e5d89141 (patch)
tree69e0f7cde8f27b0da25511226da56290322092fe /misc/ytree
parentcb9f856047b31a0d95f8257a0f899aa8d1e67ec2 (diff)
downloadports-20101bb9a471837c7e564e83da0ab4c8e5d89141.tar.gz
ports-20101bb9a471837c7e564e83da0ab4c8e5d89141.zip
Notes
Diffstat (limited to 'misc/ytree')
-rw-r--r--misc/ytree/Makefile6
-rw-r--r--misc/ytree/distinfo2
-rw-r--r--misc/ytree/files/patch-aa17
3 files changed, 17 insertions, 8 deletions
diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile
index 44e66d659bfd..59fbeedc492c 100644
--- a/misc/ytree/Makefile
+++ b/misc/ytree/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: ytree
-# Version required: 1.61
+# Version required: 1.63
# Date created: 5 Jan 1998
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/03/02 01:00:54 jseger Exp $
#
-DISTNAME= ytree-1.61
+DISTNAME= ytree-1.63
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/managers
diff --git a/misc/ytree/distinfo b/misc/ytree/distinfo
index 7aac97b9799a..79b09e13ee9e 100644
--- a/misc/ytree/distinfo
+++ b/misc/ytree/distinfo
@@ -1 +1 @@
-MD5 (ytree-1.61.tar.gz) = 8800e178590a543db4e2be34dea164a6
+MD5 (ytree-1.63.tar.gz) = dcb7e1f5cf994b13bdc1df7c3c8f162d
diff --git a/misc/ytree/files/patch-aa b/misc/ytree/files/patch-aa
index a05350546668..963d5ff46e31 100644
--- a/misc/ytree/files/patch-aa
+++ b/misc/ytree/files/patch-aa
@@ -1,5 +1,14 @@
---- Makefile Tue Sep 2 20:03:47 1997
-+++ /home/andy/tmp/wrk/Makefile Mon Jan 5 14:04:10 1998
+--- Makefile.orig Mon May 11 04:12:35 1998
++++ Makefile Wed May 13 02:30:12 1998
+@@ -29,7 +29,7 @@
+ # the following line and recompile
+ COLOR = -DCOLOR_SUPPORT
+ #CLOCK = -DCLOCK_SUPPORT
+-CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
++#CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
+ LIBS = -lncurses
+
+ ###########################
@@ -39,12 +39,14 @@
#LIBS = -lcurses -ltermcap
@@ -11,8 +20,8 @@
#ADD_LIB = /usr/lib
#CFLAGS = -I$(ADD_INCLUDE) -DNCURSES $(ADD_CFLAGS)
#LIBS = -L$(ADD_LIB) -lncurses -lmytinfo -lcompat
-+CFLAGS = -O -DCOLOR_SUPPORT -DNCURSES
-+LIBS = -lncurses -lmytinfo -lcompat
++CFLAGS += -DCOLOR_SUPPORT -DNCURSES
++LIBS = -lncurses -lmytinfo -lcompat
###########################
# NeXT (Thanks to fifi)