Index: head/biology/treeviewx/Makefile =================================================================== --- head/biology/treeviewx/Makefile (revision 52345) +++ head/biology/treeviewx/Makefile (revision 52346) @@ -1,21 +1,21 @@ # Ports collection makefile for: treeviewx # Date created: 04 August 2001 # Whom: tonym # # $FreeBSD$ # PORTNAME= treeviewx -PORTVERSION= 0.1.1 +PORTVERSION= 0.2 CATEGORIES= biology MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/ DISTNAME= tv-${PORTVERSION} MAINTAINER= tonym@biolateral.com.au LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk USE_GMAKE= yes GNU_CONFIGURE= yes .include Property changes on: head/biology/treeviewx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/biology/treeviewx/distinfo =================================================================== --- head/biology/treeviewx/distinfo (revision 52345) +++ head/biology/treeviewx/distinfo (revision 52346) @@ -1 +1 @@ -MD5 (tv-0.1.1.tar.gz) = 8cb3111130fa4623fb74d458659516fc +MD5 (tv-0.2.tar.gz) = be5349b36aeef1bbd436e17a3cae3ff7 Property changes on: head/biology/treeviewx/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/biology/treeviewx/files/patch-configure =================================================================== --- head/biology/treeviewx/files/patch-configure (revision 52345) +++ head/biology/treeviewx/files/patch-configure (nonexistent) @@ -1,10 +0,0 @@ ---- configure.orig Thu Aug 16 15:55:01 2001 -+++ configure Thu Aug 16 15:55:13 2001 -@@ -520,7 +520,6 @@ - ac_n= ac_c='\c' ac_t= - fi - -- (tview.cpp) - ac_aux_dir= - for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do - if test -f $ac_dir/install-sh; then Property changes on: head/biology/treeviewx/files/patch-configure ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/biology/treeviewx/files/patch-Makefile.in =================================================================== --- head/biology/treeviewx/files/patch-Makefile.in (revision 52345) +++ head/biology/treeviewx/files/patch-Makefile.in (revision 52346) @@ -1,28 +1,27 @@ ---- Makefile.in.orig Sat Aug 4 05:09:46 2001 -+++ Makefile.in Sat Aug 4 15:45:59 2001 +--- Makefile.in.orig Fri Sep 14 02:03:50 2001 ++++ Makefile.in Thu Dec 27 11:43:50 2001 @@ -263,7 +263,7 @@ $(CC) -c $(CFLAGS) -I$(NCLDIR) -I$(TREELIBDIR) -I$(GPORTDIR) -DUSE_WXWINDOWS -o $@ $< all: - cd ncl-2.0/src; make libncl.a; # Paul Lewis Nexus Class Library + cd ncl-2.0/src; $(MAKE) libncl.a; # Paul Lewis Nexus Class Library ${MAKE} $(PROGRAM); -@@ -273,6 +273,16 @@ - tview.o : tview.cpp tview.h tproject.h - tv.o : tv.cpp tv.h tdoc.h tview.h tproject.h - tdoc.o: tdoc.cpp tdoc.h tview.h +@@ -283,6 +283,15 @@ + tdoc.o: tdoc.cpp tdoc.h tview.h \ + $(TREELIBDIR)/profile.h $(TREELIBDIR)/Parse.h $(TREELIBDIR)/gtree.h $(TREELIBDIR)/TreeLib.h \ + $(TREELIBDIR)/tokeniser.h $(TREELIBDIR)/treereader.h + +install : $(PROGRAM) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(PROGRAM)'; for p in $$list; do \ + if test -f $$p; then \ + echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ + $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)' `; \ + else :; fi; \ + done -+ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: head/biology/treeviewx/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property