ports/131406: [PATCH] sysutils/tree: update to 1.5.2.2

Yi-Jheng Lin yzlin at cs.nctu.edu.tw
Thu Feb 5 07:30:03 UTC 2009


>Number:         131406
>Category:       ports
>Synopsis:       [PATCH] sysutils/tree: update to 1.5.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 05 07:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Tue Jan  6 18:29:34 CST
>Description:
- Update to 1.5.2.2

Port maintainer (gb at isis.u-strasbg.fr) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tree-1.5.2.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/tree/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	26 Sep 2008 15:44:01 -0000	1.18
+++ Makefile	5 Feb 2009 07:19:38 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tree
-PORTVERSION=	1.5.2.1
+PORTVERSION=	1.5.2.2
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://mama.indstate.edu/linux/tree/ \
 		CENKES
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/tree/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	26 Sep 2008 15:44:01 -0000	1.8
+++ distinfo	5 Feb 2009 07:19:38 -0000
@@ -1,3 +1,3 @@
-MD5 (tree-1.5.2.1.tgz) = 73d5fa220dfef1ee9c1876c3966f1c18
-SHA256 (tree-1.5.2.1.tgz) = 9189a74ee6f740e48884e3eedf9b55013a8f4a46c1f448ce79bdf39ed9a708f4
-SIZE (tree-1.5.2.1.tgz) = 33584
+MD5 (tree-1.5.2.2.tgz) = a7731a898e2c0d7e422a57a84ffbb06c
+SHA256 (tree-1.5.2.2.tgz) = bfd4ceca156a9f20352c1b5d44312c5a223a7cac3480d6eaef46edadded7c539
+SIZE (tree-1.5.2.2.tgz) = 33993
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/tree/files/patch-Makefile,v
retrieving revision 1.7
diff -u -r1.7 patch-Makefile
--- files/patch-Makefile	26 Sep 2008 15:44:01 -0000	1.7
+++ files/patch-Makefile	5 Feb 2009 07:19:38 -0000
@@ -1,5 +1,8 @@
---- Makefile.orig	2008-09-22 15:51:25.000000000 +0800
-+++ Makefile	2008-09-22 15:56:58.000000000 +0800
+
+$FreeBSD$
+
+--- Makefile.orig
++++ Makefile
 @@ -6,27 +6,27 @@
  # warranties, including, without limitation, the implied warranties
  # of merchant-ability and fitness for a particular purpose.
@@ -7,9 +10,10 @@
 -prefix = /usr
 +prefix = ${PREFIX}
  
- CC=gcc
+-CC=gcc
++CC?=gcc
  
- VERSION=1.5.2.1
+ VERSION=1.5.2.2
  TREE_DEST=tree
  BINDIR=${prefix}/bin
 -MAN=tree.1
@@ -33,13 +37,13 @@
 +LDFLAGS?=-s
 +XOBJS=strverscmp.o
  
- # Uncomment for Cygwin:
- #CFLAGS=-O2 -Wall -fomit-frame-pointer -DCYGWIN
-@@ -68,13 +68,11 @@
+ # Uncomment for Solaris:
+ #CC=cc
+@@ -82,13 +82,11 @@
  	if [ -f tree.o ]; then rm *.o; fi
  	rm -f *~
  
--install:
+-install: tree
 -	install -d $(BINDIR)
 -	install -d $(MANDIR)
 -	if [ -e $(TREE_DEST) ]; then \
@@ -47,8 +51,8 @@
 -	fi
 -	install man/$(MAN) $(MANDIR)/$(MAN)
 +install: $(TREE_DEST)
-+	$(MKDIR) $(BINDIR)
-+	$(MKDIR) $(MANDIR)
++	@$(MKDIR) $(BINDIR)
++	@$(MKDIR) $(MANDIR)
 +	${BSD_INSTALL_PROGRAM} $(TREE_DEST) $(BINDIR)
 +	${BSD_INSTALL_MAN} $(MAN) $(MANDIR)
  
--- tree-1.5.2.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list