[41160] trunk/dports/sysutils/tree

simon at macports.org simon at macports.org
Sun Oct 26 09:00:12 PDT 2008


Revision: 41160
          http://trac.macports.org/changeset/41160
Author:   simon at macports.org
Date:     2008-10-26 09:00:10 -0700 (Sun, 26 Oct 2008)
Log Message:
-----------
sysutils/tree: Updated to 1.5.2.1, closes #16986.

Modified Paths:
--------------
    trunk/dports/sysutils/tree/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/tree/files/patch-Makefile.diff
    trunk/dports/sysutils/tree/files/patch-caseinsensitive.diff

Removed Paths:
-------------
    trunk/dports/sysutils/tree/files/patch-tree.c.diff

Modified: trunk/dports/sysutils/tree/Portfile
===================================================================
--- trunk/dports/sysutils/tree/Portfile	2008-10-26 13:33:36 UTC (rev 41159)
+++ trunk/dports/sysutils/tree/Portfile	2008-10-26 16:00:10 UTC (rev 41160)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                tree
-version             1.5.1.1
+version             1.5.2.1
 categories          sysutils
 platforms           darwin
 maintainers         simon openmaintainer
@@ -18,15 +18,16 @@
 master_sites        freebsd \
                     ftp://mama.indstate.edu/linux/tree/ \
                     ftp://mama.indstate.edu/linux/tree/old/
-checksums           md5 f8fc70a9260b50bf8b4613e9d5f5e589
+checksums           md5 73d5fa220dfef1ee9c1876c3966f1c18 \
+                    sha1 d06cba99859dccfd4faea5cd14206428eebdb4f1 \
+                    rmd160 e52818d9bb3edb20bed73121f9bb173e3e64c1ec
 extract.suffix      .tgz
 
-patchfiles          patch-tree.c.diff
+patchfiles          patch-caseinsensitive.diff \
+                    patch-Makefile.diff
 
 use_configure       no
 
-build.args          CFLAGS="-no-cpp-precomp"
-
 destroot.args       BINDIR=${destroot}${prefix}/bin \
                     MANDIR=${destroot}${prefix}/share/man/man1
 

Added: trunk/dports/sysutils/tree/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/tree/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/sysutils/tree/files/patch-Makefile.diff	2008-10-26 16:00:10 UTC (rev 41160)
@@ -0,0 +1,17 @@
+--- Makefile.orig	2008-08-27 20:34:43.000000000 +0200
++++ Makefile	2008-10-26 16:36:33.000000000 +0100
+@@ -35,10 +35,10 @@
+ #XOBJS=strverscmp.o
+ 
+ # Uncomment for OS X:
+-#CC=cc
+-#CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp
+-#LDFLAGS=
+-#XOBJS=strverscmp.o
++CC=cc
++CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp
++LDFLAGS=
++XOBJS=strverscmp.o
+ 
+ # Uncomment for HP/UX:
+ #CC=cc

Added: trunk/dports/sysutils/tree/files/patch-caseinsensitive.diff
===================================================================
--- trunk/dports/sysutils/tree/files/patch-caseinsensitive.diff	                        (rev 0)
+++ trunk/dports/sysutils/tree/files/patch-caseinsensitive.diff	2008-10-26 16:00:10 UTC (rev 41160)
@@ -0,0 +1,12 @@
+Make install isn't executed on case insensitive filesystems!
+
+--- Makefile.orig	2008-08-27 20:34:43.000000000 +0200
++++ Makefile	2008-10-26 16:44:47.000000000 +0100
+@@ -68,6 +68,7 @@
+ 	if [ -f tree.o ]; then rm *.o; fi
+ 	rm -f *~
+ 
++.PHONY: install
+ install:
+ 	install -d $(BINDIR)
+ 	install -d $(MANDIR)

Deleted: trunk/dports/sysutils/tree/files/patch-tree.c.diff
===================================================================
--- trunk/dports/sysutils/tree/files/patch-tree.c.diff	2008-10-26 13:33:36 UTC (rev 41159)
+++ trunk/dports/sysutils/tree/files/patch-tree.c.diff	2008-10-26 16:00:10 UTC (rev 41160)
@@ -1,23 +0,0 @@
---- tree.c	2007-06-11 13:22:06.000000000 +0000
-+++ tree.c.new	2007-12-28 09:03:06.000000000 +0000
-@@ -17,7 +17,6 @@
-  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-  */
- 
--#include <features.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <time.h>
-@@ -179,12 +178,6 @@
- FILE *outfile;
- int *dirs, maxdirs;
- 
--#ifdef CYGWIN
--extern int MB_CUR_MAX;
--#else
--extern size_t MB_CUR_MAX;
--#endif
--
- int main(int argc, char **argv)
- {
-   char **dirname = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081026/2d3bff65/attachment.html>


More information about the macports-changes mailing list