head	1.5;
access;
symbols
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2;
locks; strict;
comment	@# @;


1.5
date	2004.11.26.01.11.42;	author sem;	state dead;
branches;
next	1.4;

1.4
date	2001.07.11.13.33.34;	author wjv;	state Exp;
branches;
next	1.3;

1.3
date	2001.01.29.15.48.01;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.07.14.02.52;	author nbm;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.12.16.15.48;	author nbm;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 2.9.0
- Pass maintainership to submitter

PR:             ports/74333
Submitted by:   Fernan Aguero <fernan(at)iib.unsam.edu.ar>
@
text
@Add ${PREFIX}/etc as an acceptable location for emboss.default.  (I'm still
waiting for this to be incorporated into an official release of EMBOSS.)

The port installs ${PREFIX}/etc/emboss.default.sample

-- Johann <wjv@@FreeBSD.org>


--- ajax/ajnam.c.orig	Thu Aug 17 20:31:30 2000
+++ ajax/ajnam.c	Mon Aug 28 15:12:09 2000
@@@@ -984,6 +984,15 @@@@
 	prefixRootFile = fopen (ajStrStr(namRootStr), "r");
     }
 
+    /* look for $(PREFIX)_ROOT/../emboss.default */
+
+    if (!prefixRootFile)
+    {
+      ajFmtPrintS (&namRootStr, "%s/etc/%s.default",
+		   namInstallRoot, prefix);
+      prefixRootFile = fopen (ajStrStr(namRootStr), "r");
+    }
+
     if (namFileOrig)
 	(void) ajStrAppC (&namFileOrig, ", ");
     (void) ajStrApp (&namFileOrig, namRootStr);
@


1.4
log
@Update package's URL; my email address.
@
text
@@


1.3
log
@- Update EMBOSS (biology/emboss) from 1.9.0 to 1.9.1
- Update the EMBASSY package EMNU from 1.0.2 to 1.0.3
- Merged the four pkg-plist* files into one

PR: 24717
Submitted by: MAINTAINER
@
text
@d6 1
a6 1
-- Johann <johann@@egenetics.com>
@


1.2
log
@Update to emboss 1.4.0.

PR:		ports/20898
Submitted by:	Johann Visagie <johann@@egenetics.com>
@
text
@d20 1
a20 1
+		   namInstallRoot, prefixCap, prefix);
@


1.1
log
@Update to emboss 1.1.0, fixing some style bugs too.

PR:		ports/20519
Submitted by:	Johann Visagie <johann@@egenetics.com> (maintainer)
@
text
@d1 2
a2 2
Add ${PREFIX}/etc as an acceptable location for emboss.default.  (This should
be incorporated into the next version of EMBOSS.)
d9 5
a13 5
--- ajax/ajnam.c.orig	Wed Aug  2 10:18:59 2000
+++ ajax/ajnam.c	Thu Aug 10 10:06:20 2000
@@@@ -982,6 +982,13 @@@@
     prefixRootFile = fopen (ajStrStr(namRootStr), "r");
   }
d15 1
a15 1
+  /* look for $(PREFIX)_ROOT/../emboss.default */
d17 6
a22 4
+  if (!prefixRootFile) {
+    ajFmtPrintS (&namRootStr, "%s/etc/%s.default", prefixRoot, prefix);
+    prefixRootFile = fopen (ajStrStr(namRootStr), "r");
+  }
d24 3
a26 3
   if (namFileOrig)
     (void) ajStrAppC (&namFileOrig, ", ");
   (void) ajStrApp (&namFileOrig, namRootStr);
@

