forked from Lainports/freebsd-ports
Upgrade to version 1.90.
This commit is contained in:
parent
4793368755
commit
8db9892137
3 changed files with 9 additions and 19 deletions
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ytree
|
||||
PORTVERSION= 1.87
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.90
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.han.de/~werner/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ytree-1.87.tar.gz) = d789c6e298aacf7db3dfe8f2d367c4de
|
||||
SHA256 (ytree-1.87.tar.gz) = dec176f7fa108c5269077cd60a1a185c08b6c54a2c4785ab027f5b77da3382ab
|
||||
SIZE (ytree-1.87.tar.gz) = 117727
|
||||
MD5 (ytree-1.90.tar.gz) = 1750ff266c3a99f62ded72bbd328af67
|
||||
SHA256 (ytree-1.90.tar.gz) = b3a7125606140949729465e6bf56fee9bbef25c279b3428548ee13122dce6e81
|
||||
SIZE (ytree-1.90.tar.gz) = 117041
|
||||
|
|
|
|||
|
|
@ -3,23 +3,14 @@ $FreeBSD$
|
|||
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -6,7 +6,7 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
-CC = cc
|
||||
+CC ?= cc
|
||||
|
||||
#
|
||||
# ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
|
||||
@@ -32,8 +32,8 @@
|
||||
COLOR = -DCOLOR_SUPPORT
|
||||
#CLOCK = -DCLOCK_SUPPORT # Experimental!
|
||||
CLOCK = -DCLOCK_SUPPORT # Experimental!
|
||||
READLINE = -DREADLINE_SUPPORT
|
||||
-CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
|
||||
-LIBS = -lncurses -lreadline
|
||||
-LDFLAGS = -lncurses -lreadline
|
||||
+#CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
|
||||
+#LIBS = -lncurses -lreadline
|
||||
+#LDFLAGS = -lncurses -lreadline
|
||||
|
||||
###########################
|
||||
# LINUX with Wide character support (testet with ncurses 5.4)
|
||||
|
|
@ -28,9 +19,9 @@ $FreeBSD$
|
|||
# FreeBSD (Thanks to Peter Brevik)
|
||||
###########################
|
||||
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
||||
-#LIBS = -lncurses -lmytinfo -lcompat
|
||||
-#LDFLAGS = -lncurses -lmytinfo -lcompat
|
||||
+CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
||||
+LIBS = -lreadline -lncurses -lcompat
|
||||
+LDFLAGS = -lncurses -lmytinfo -lcompat
|
||||
|
||||
###########################
|
||||
# MAC OS X
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue