Upgrade to version 1.94.

This commit is contained in:
Jimmy Olgeni 2010-04-07 22:13:40 +00:00
parent b1a3b36665
commit 72f3c2b1c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252414
3 changed files with 4 additions and 31 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ytree
PORTVERSION= 1.93
PORTVERSION= 1.94
CATEGORIES= misc
MASTER_SITES= http://www.han.de/~werner/

View File

@ -1,3 +1,3 @@
MD5 (ytree-1.93.tar.gz) = f1a989f331873b3be3eb18b7e936d6c7
SHA256 (ytree-1.93.tar.gz) = 07185a15337596fc29385cb37385c298a8e3c9e7149b1a15076e9dce80156341
SIZE (ytree-1.93.tar.gz) = 121324
MD5 (ytree-1.94.tar.gz) = ec1de8e477006a4b2bf4218e3d9b9776
SHA256 (ytree-1.94.tar.gz) = d6ab6983960108d1cc225dbacfc5ab1d3d0778555d7f70d36ec18c507148e020
SIZE (ytree-1.94.tar.gz) = 121704

View File

@ -1,27 +0,0 @@
$FreeBSD$
--- Makefile.orig
+++ Makefile
@@ -32,8 +32,8 @@
COLOR = -DCOLOR_SUPPORT
CLOCK = -DCLOCK_SUPPORT # Experimental!
READLINE = -DREADLINE_SUPPORT
-CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
-LDFLAGS = -lncurses -lreadline
+#CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
+#LDFLAGS = -lncurses -lreadline
###########################
# LINUX with Wide character support (testet with ncurses 5.4)
@@ -87,8 +87,8 @@
###########################
# FreeBSD (Thanks to Peter Brevik)
###########################
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
-#LDFLAGS = -lncurses -lmytinfo -lcompat
+CFLAGS = -DCOLOR_SUPPORT -DNCURSES
+LDFLAGS = -lncurses -lcompat
###########################
# MAC OS X