FreeBSD Bugzilla – Attachment 93495 Details for
Bug 131406
[PATCH] sysutils/tree: update to 1.5.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tree-1.5.2.2.patch
tree-1.5.2.2.patch (text/plain), 2.48 KB, created by
Yi-Jheng Lin
on 2009-02-05 07:30:01 UTC
(
hide
)
Description:
tree-1.5.2.2.patch
Filename:
MIME Type:
Creator:
Yi-Jheng Lin
Created:
2009-02-05 07:30:01 UTC
Size:
2.48 KB
patch
obsolete
>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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131406
: 93495