diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2007-08-07 19:11:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2007-08-07 19:11:35 +0000 |
commit | 8db9892137e57da52e70fe446e2aa324df3d2b95 (patch) | |
tree | b67e7cca51b09b0800f3ea521ff898a23da008d4 /misc/ytree | |
parent | 4793368755f44282043b611d116e1be4d5c9ed6e (diff) | |
download | ports-8db9892137e57da52e70fe446e2aa324df3d2b95.tar.gz ports-8db9892137e57da52e70fe446e2aa324df3d2b95.zip |
Notes
Diffstat (limited to 'misc/ytree')
-rw-r--r-- | misc/ytree/Makefile | 3 | ||||
-rw-r--r-- | misc/ytree/distinfo | 6 | ||||
-rw-r--r-- | misc/ytree/files/patch-aa | 19 |
3 files changed, 9 insertions, 19 deletions
diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index abd9ffa8692e..a2371d928a4d 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ytree -PORTVERSION= 1.87 -PORTREVISION= 2 +PORTVERSION= 1.90 CATEGORIES= misc MASTER_SITES= http://www.han.de/~werner/ diff --git a/misc/ytree/distinfo b/misc/ytree/distinfo index 1bae2334820d..403798f6e5e6 100644 --- a/misc/ytree/distinfo +++ b/misc/ytree/distinfo @@ -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 diff --git a/misc/ytree/files/patch-aa b/misc/ytree/files/patch-aa index 2c09144d7c41..2b32bc6e848a 100644 --- a/misc/ytree/files/patch-aa +++ b/misc/ytree/files/patch-aa @@ -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 |