diff options
author | olgeni <olgeni@FreeBSD.org> | 2007-08-08 03:11:35 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2007-08-08 03:11:35 +0800 |
commit | 7422febdc31c3ade0a7b5e897feddc4ccc1a5b98 (patch) | |
tree | b3faeb15ec6170d53b43904826a4b449aefb9c19 /misc | |
parent | 40fa8afc7db774c338fd399b6d7dc692c0308af6 (diff) | |
download | freebsd-ports-graphics-7422febdc31c3ade0a7b5e897feddc4ccc1a5b98.tar.gz freebsd-ports-graphics-7422febdc31c3ade0a7b5e897feddc4ccc1a5b98.tar.zst freebsd-ports-graphics-7422febdc31c3ade0a7b5e897feddc4ccc1a5b98.zip |
Upgrade to version 1.90.
Diffstat (limited to 'misc')
-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 abd9ffa8692..a2371d928a4 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 1bae2334820..403798f6e5e 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 2c09144d7c4..2b32bc6e848 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 |