Skip to content

Commit

Permalink
tree: update to version 1.8.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.freetz.org/trunk@15002 f5190166-0702-4917-9039-51ec32eddaf5
  • Loading branch information
Whoopie committed Nov 23, 2018
1 parent b6faf4e commit 6550edd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Latest changes:
* tmux 2.5
* tor 0.3.2.11
* transmission 2.94
* tree 1.7.0
* tree 1.8.0
* uClibc++ 0.2.5-git
* udpxy 1.0.23-9
* usbutils 007
Expand Down
2 changes: 1 addition & 1 deletion make/tree/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_TREE
bool "tree 1.7.0 (binary only)"
bool "tree 1.8.0 (binary only)"
default n
help
Tree is a recursive directory listing program
Expand Down
6 changes: 3 additions & 3 deletions make/tree/patches/100-makefile.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--- Makefile 2012-02-04 17:35:29+01:00
+++ Makefile 2012-02-04 17:35:29+01:00
--- Makefile
+++ Makefile
@@ -32,7 +32,8 @@
# Linux defaults:
CFLAGS=-ggdb -Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
CFLAGS=-ggdb -pedantic -Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
#CFLAGS=-O4 -Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-#LDFLAGS=-s
+LDFLAGS=
Expand Down
4 changes: 2 additions & 2 deletions make/tree/tree.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN,1.7.0)
$(call PKG_INIT_BIN,1.8.0)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tgz
$(PKG)_SOURCE_MD5:=abe3e03e469c542d8e157cdd93f4d8a6
$(PKG)_SOURCE_MD5:=715191c7f369be377fc7cc8ce0ccd835
$(PKG)_SITE:=ftp://mama.indstate.edu/linux/tree
$(PKG)_BINARY:=$($(PKG)_DIR)/tree
$(PKG)_TARGET_BINARY:=$($(PKG)_DEST_DIR)/usr/bin/tree
Expand Down

0 comments on commit 6550edd

Please sign in to comment.