1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Upgrade to 1.63.

This commit is contained in:
Vanilla I. Shu 1998-05-13 17:13:22 +00:00
parent cb9f856047
commit 20101bb9a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10966
3 changed files with 17 additions and 8 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (ytree-1.61.tar.gz) = 8800e178590a543db4e2be34dea164a6
MD5 (ytree-1.63.tar.gz) = dcb7e1f5cf994b13bdc1df7c3c8f162d

View File

@ -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)