aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2005-12-06 23:13:17 +0800
committertdb <tdb@FreeBSD.org>2005-12-06 23:13:17 +0800
commit29b1b8f2b44e4f73ed13960bd55799e455dcad52 (patch)
tree18f28217b78dd83a848a896e0a50d92365bf94e4 /biology
parent7501787833c6ee5c8c82cfbc97f3647bcbb95607 (diff)
downloadfreebsd-ports-gnome-29b1b8f2b44e4f73ed13960bd55799e455dcad52.tar.gz
freebsd-ports-gnome-29b1b8f2b44e4f73ed13960bd55799e455dcad52.tar.zst
freebsd-ports-gnome-29b1b8f2b44e4f73ed13960bd55799e455dcad52.zip
- Update to 2005.13.07 to make fetchable again
PR: 89976 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) Approved by: clement (mentor)
Diffstat (limited to 'biology')
-rw-r--r--biology/seaview/Makefile7
-rw-r--r--biology/seaview/distinfo5
-rw-r--r--biology/seaview/files/patch-Makefile25
3 files changed, 31 insertions, 6 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile
index a31f9e6773b5..d04448fda4df 100644
--- a/biology/seaview/Makefile
+++ b/biology/seaview/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= seaview
-PORTVERSION= 2004.12.16
+PORTVERSION= 2005.13.07
CATEGORIES= biology
MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/
DISTNAME= ${PORTNAME}
@@ -17,9 +17,8 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Multiple DNA/protein sequence alignment editor
-LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
-
-BROKEN= Size mismatch
+LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \
+ pdf.7:${PORTSDIR}/print/pdflib
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
diff --git a/biology/seaview/distinfo b/biology/seaview/distinfo
index 225255604d4b..7b53eba62c52 100644
--- a/biology/seaview/distinfo
+++ b/biology/seaview/distinfo
@@ -1,2 +1,3 @@
-MD5 (seaview-2004.12.16/seaview.tar) = 2786e787fb45f4d7f065aeed3c4a7903
-SIZE (seaview-2004.12.16/seaview.tar) = 561152
+MD5 (seaview-2005.13.07/seaview.tar) = 0971b3485351f6a1f56a7b56ead2359c
+SHA256 (seaview-2005.13.07/seaview.tar) = 7f48c494e5bee5dacef28bab2a52eab8aff6b66ceff8fab47fe77a18de376fc5
+SIZE (seaview-2005.13.07/seaview.tar) = 595968
diff --git a/biology/seaview/files/patch-Makefile b/biology/seaview/files/patch-Makefile
new file mode 100644
index 000000000000..192839897672
--- /dev/null
+++ b/biology/seaview/files/patch-Makefile
@@ -0,0 +1,25 @@
+--- Makefile.orig Wed Apr 6 05:54:30 2005
++++ Makefile Mon Dec 5 08:31:05 2005
+@@ -1,18 +1,15 @@
+-FLTK = ../fltk
+-PDF = ../PDFlib-Lite-6.0.1/libs/pdflib
+-X11 = /usr/X11R6
+ CXX = g++
+
+-CFLAGS = -Dunix -U__APPLE__ -c $(OPT) -I$(FLTK) -I$(PDF) -I$(X11)/include
++CFLAGS = -Dunix -c $(OPT) -I$(X11BASE)/include -I$(LOCALBASE)/include
+
+
+ OBJECTS = seaview.o pdf.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o chooser_plus.o resource.o nexus.o old_file_chooser.o
+
+
+ seaview : $(OBJECTS)
+- $(CXX) -o $@ $(OBJECTS) -L$(FLTK)/lib -lfltk \
+- -Xlinker -Bstatic -L$(PDF)/.libs -lpdf -Xlinker -Bdynamic \
+- -L$(X11)/lib -lX11 -lm
++ $(CXX) -o $@ $(OBJECTS) -L$(LOCALBASE)/lib -lfltk \
++ -Xlinker -Bstatic -lpdf -Xlinker -Bdynamic \
++ -L$(X11BASE)/lib -lX11 -lm
+ strip $@
+
+