[71543] trunk/dports/sysutils/tree
raimue at macports.org
raimue at macports.org
Thu Sep 16 05:10:31 PDT 2010
Revision: 71543
http://trac.macports.org/changeset/71543
Author: raimue at macports.org
Date: 2010-09-16 05:10:30 -0700 (Thu, 16 Sep 2010)
Log Message:
-----------
sysutils/tree:
Update to version 1.5.3; ensure we are UsingTheRightCompiler
Modified Paths:
--------------
trunk/dports/sysutils/tree/Portfile
trunk/dports/sysutils/tree/files/patch-Makefile.diff
Modified: trunk/dports/sysutils/tree/Portfile
===================================================================
--- trunk/dports/sysutils/tree/Portfile 2010-09-16 08:56:27 UTC (rev 71542)
+++ trunk/dports/sysutils/tree/Portfile 2010-09-16 12:10:30 UTC (rev 71543)
@@ -3,7 +3,7 @@
PortSystem 1.0
name tree
-version 1.5.2.2
+version 1.5.3
categories sysutils
platforms darwin
maintainers nomaintainer
@@ -18,9 +18,9 @@
master_sites freebsd \
ftp://mama.indstate.edu/linux/tree/ \
ftp://mama.indstate.edu/linux/tree/old/
-checksums md5 a7731a898e2c0d7e422a57a84ffbb06c \
- sha1 ebc99e61fb0e5d118b7f126072e7ec90166667d5 \
- rmd160 4cafe08178b76e479ef8f91ace4d26dd173c787c
+checksums md5 c07ce9065667a23f27aca4de8ecccb10 \
+ sha1 329e05e500754109ff1f648c14924d8cac42c6ea \
+ rmd160 72ca2be3ea05bd18819973ad0dfc60a3b9247d90
extract.suffix .tgz
patchfiles patch-caseinsensitive.diff \
@@ -28,6 +28,10 @@
use_configure no
+build.args CC=${configure.cc} \
+ CFLAGS="${configure.cflags}" \
+ LDFLAGS="${configure.ldflags}"
+
destroot.args BINDIR=${destroot}${prefix}/bin \
MANDIR=${destroot}${prefix}/share/man/man1
Modified: trunk/dports/sysutils/tree/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/tree/files/patch-Makefile.diff 2010-09-16 08:56:27 UTC (rev 71542)
+++ trunk/dports/sysutils/tree/files/patch-Makefile.diff 2010-09-16 12:10:30 UTC (rev 71543)
@@ -1,18 +1,10 @@
-Index: Makefile
-===================================================================
---- Makefile.orig 2009-01-22 16:03:11.000000000 +0100
-+++ Makefile 2009-01-24 16:38:22.000000000 +0100
-@@ -42,10 +42,10 @@
- #XOBJS=strverscmp.o
-
- # Uncomment for OS X:
--#CC=cc
--#CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp
--#LDFLAGS=
+--- Makefile.orig 2010-09-16 13:57:54.000000000 +0200
++++ Makefile 2010-09-16 14:00:35.000000000 +0200
+@@ -45,7 +45,7 @@
+ #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:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100916/434b0349/attachment.html>
More information about the macports-changes
mailing list