ports/51741: Update port (maintainer): biology/treeviewx

Tony Maher tonymaher at optushome.com.au
Sun May 4 03:20:16 UTC 2003


>Number:         51741
>Category:       ports
>Synopsis:       Update port (maintainer): biology/treeviewx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 03 20:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tony Maher
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dt.home 4.8-STABLE FreeBSD 4.8-STABLE #2: Wed Apr 16 13:00:01 EST 2003 root at dt.home:/usr/obj/usr/src/sys/DT i386


>Description:
	Update biology/treeviewx to version 0.3
	
	No user improvements but has better autoconf/automake so that no patches
	are now required.

	*** Please delete files subdirectory and all patches. ***

	Now depends on wx_gtk > 2.3.
	Works with x11-toolkits/wxgtk-devel 2.4.0

	Tested on 4.8-stable and 5.0-current (Fri May  2 12:07:50 EST 2003).

>How-To-Repeat:

>Fix:

diff -ruN treeviewx.orig/Makefile treeviewx/Makefile
--- treeviewx.orig/Makefile	Tue Feb 25 18:50:48 2003
+++ treeviewx/Makefile	Sat May  3 18:22:24 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	treeviewx
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	biology
 MASTER_SITES=	http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
 DISTNAME=	tv-${PORTVERSION}
@@ -14,7 +14,7 @@
 MAINTAINER=	tonym at biolateral.com.au
 COMMENT=	A phylogenetic tree viewer
 
-LIB_DEPENDS=	wx_gtk-2.2.2:${PORTSDIR}/x11-toolkits/wxgtk
+LIB_DEPENDS=	wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
diff -ruN treeviewx.orig/distinfo treeviewx/distinfo
--- treeviewx.orig/distinfo	Sat Dec 29 18:16:46 2001
+++ treeviewx/distinfo	Sat May  3 17:54:49 2003
@@ -1 +1 @@
-MD5 (tv-0.2.tar.gz) = be5349b36aeef1bbd436e17a3cae3ff7
+MD5 (tv-0.3.tar.gz) = 2e4a597ba248b024c1754e01dcbcbe8d
diff -ruN treeviewx.orig/files/patch-Makefile.am treeviewx/files/patch-Makefile.am
--- treeviewx.orig/files/patch-Makefile.am	Fri Aug 17 18:39:28 2001
+++ treeviewx/files/patch-Makefile.am	Thu Jan  1 10:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.am.orig	Sat Aug  4 13:17:56 2001
-+++ Makefile.am	Sat Aug  4 13:18:17 2001
-@@ -125,7 +125,7 @@
- 
- 
- 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);
- 
diff -ruN treeviewx.orig/files/patch-Makefile.in treeviewx/files/patch-Makefile.in
--- treeviewx.orig/files/patch-Makefile.in	Sat Dec 29 18:16:46 2001
+++ treeviewx/files/patch-Makefile.in	Thu Jan  1 10:00:00 1970
@@ -1,27 +0,0 @@
---- 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);
- 
-@@ -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.
diff -ruN treeviewx.orig/files/patch-ncl-2.0::src::Makefile treeviewx/files/patch-ncl-2.0::src::Makefile
--- treeviewx.orig/files/patch-ncl-2.0::src::Makefile	Fri Mar 29 09:50:15 2002
+++ treeviewx/files/patch-ncl-2.0::src::Makefile	Thu Jan  1 10:00:00 1970
@@ -1,21 +0,0 @@
-$FreeBSD: ports/biology/treeviewx/files/patch-ncl-2.0::src::Makefile,v 1.1 2002/03/28 22:50:15 petef Exp $
-
---- ncl-2.0/src/Makefile.orig	Thu Mar 28 11:17:10 2002
-+++ ncl-2.0/src/Makefile	Thu Mar 28 11:17:44 2002
-@@ -2,11 +2,11 @@
- SRC_DIR		= ./
- 
- # compiler switches 
--CC              = gcc
--CXX             = g++
--CXXFLAGS        = -O4
--LOADLIBES       = -lm
--CLINKER         = g++
-+CC              ?= gcc
-+CXX             ?= g++
-+CXXFLAGS        ?= -O4
-+LOADLIBES       ?= -lm
-+CLINKER         ?= g++
- 
- # target macros
- EXECS		= ncltest basiccmdline makedoc

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



More information about the freebsd-ports-bugs mailing list