aboutsummaryrefslogtreecommitdiffstats
path: root/biology/p5-bioperl-devel/files
diff options
context:
space:
mode:
authorwjv <wjv@FreeBSD.org>2001-08-14 17:36:36 +0800
committerwjv <wjv@FreeBSD.org>2001-08-14 17:36:36 +0800
commit2a3b41b0069fc3e30b49035137517be36ec0fca2 (patch)
tree60ecf76755e38dd2f9dda82f71bd33b44f5c337c /biology/p5-bioperl-devel/files
parent5befa6a145b5665d80c5fd2aca06395a3008dab6 (diff)
downloadfreebsd-ports-gnome-2a3b41b0069fc3e30b49035137517be36ec0fca2.tar.gz
freebsd-ports-gnome-2a3b41b0069fc3e30b49035137517be36ec0fca2.tar.zst
freebsd-ports-gnome-2a3b41b0069fc3e30b49035137517be36ec0fca2.zip
Add p5-bioperl-devel 0.9.0,
a collection of Perl modules for bioinformatics (developer's release).
Diffstat (limited to 'biology/p5-bioperl-devel/files')
-rw-r--r--biology/p5-bioperl-devel/files/ext.msg16
-rw-r--r--biology/p5-bioperl-devel/files/patch-aa9
2 files changed, 25 insertions, 0 deletions
diff --git a/biology/p5-bioperl-devel/files/ext.msg b/biology/p5-bioperl-devel/files/ext.msg
new file mode 100644
index 000000000000..1ba9af2f5f84
--- /dev/null
+++ b/biology/p5-bioperl-devel/files/ext.msg
@@ -0,0 +1,16 @@
+---------------------------------------------------------------------------
+This port includes support for a number of optional extensions to Bioperl.
+To build the port with these extensions, set the corresponding variables:
+
+To build with client-side CORBA support: set WITH_CORBA_CLIENT
+To build with server-side CORBA support: set WITH_CORBA_SERVER
+To build with (experimental) GUI support: set WITH_GUI
+
+Additionally, the variable WITH_CORBA implies both WITH_CORBA_CLIENT and
+WITH_CORBA_SERVER.
+
+For example, to build and install the Bioperl port with all the currently
+available optional extensions:
+
+ make WITH_CORBA=yes WITH_GUI=yes install
+---------------------------------------------------------------------------
diff --git a/biology/p5-bioperl-devel/files/patch-aa b/biology/p5-bioperl-devel/files/patch-aa
new file mode 100644
index 000000000000..4aecbfe2a166
--- /dev/null
+++ b/biology/p5-bioperl-devel/files/patch-aa
@@ -0,0 +1,9 @@
+--- ../bioperl-ext-06/Bio/Ext/Align/libs/makefile.orig Thu Sep 16 15:33:08 1999
++++ ../bioperl-ext-06/Bio/Ext/Align/libs/makefile Fri Jul 28 11:57:27 2000
+@@ -47,5 +47,5 @@
+ # For NetBSD or Sun (solaris) installs, add -fPIC to the CFLAGS lines
+ #
+
+-CFLAGS = -c -O
++CFLAGS+= -c -O -fPIC
+ CC = cc