Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv32222

Modified Files:
        arb.info arb.patch 
Log Message:
more fixes.


Index: arb.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/arb.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- arb.patch   11 Jan 2008 04:33:33 -0000      1.2
+++ arb.patch   11 Jan 2008 05:17:06 -0000      1.3
@@ -170,11 +170,22 @@
  
  all: checks arb libs convert tools gde readseq openwinprogs binlink 
$(SITE_DEPENDEND_TARGETS)
                -$(MAKE) tryxtras
+--- SH/arb_textedit    2003-05-21 10:01:16.000000000 -0700
++++ SH/arb_textedit    2008-01-10 20:45:42.000000000 -0800
+@@ -6,7 +6,7 @@
+ 
+     # try to find an editor (order = basic to convinient for mean user):
+ 
+-      if [ -x "`which edit`" ] ; then ARB_TEXTEDIT=edit ; fi
++      if [ -x "`which nedit`" ] ; then ARB_TEXTEDIT=nedit ; fi
+       if [ -x "`which vi`" ] ; then ARB_TEXTEDIT=vi ; fi
+       if [ -x "`which emacs`" ] ; then ARB_TEXTEDIT=emacs ; fi
+       if [ -x "`which xemacs`" ] ; then ARB_TEXTEDIT=xemacs ; fi
 --- lib/config.Darwin  2002-08-20 14:40:15.000000000 -0700
-+++ lib/config.Darwin  2007-12-17 23:55:17.000000000 -0800
++++ lib/config.Darwin  2008-01-10 20:44:03.000000000 -0800
 @@ -1,4 +1,4 @@
 -ARB_TEXTEDIT='xedit'
-+ARB_TEXTEDIT='pico'
++ARB_TEXTEDIT='nedit'
  export ARB_TEXTEDIT
  ARB_XTERM='xterm -sl 1000 -sb'
  export ARB_XTERM

Index: arb.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/arb.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- arb.info    11 Jan 2008 04:33:33 -0000      1.4
+++ arb.info    11 Jan 2008 05:17:06 -0000      1.5
@@ -1,6 +1,6 @@
 Package: arb
 Version: 20071207
-Revision: 1003
+Revision: 1004
 GCC: 4.0
 Source: http://download.arb-home.de/src/arbsrc_2007_12_07.tgz
 Source-MD5: 74b11d18074d23938823c4e0c6361579
@@ -10,7 +10,7 @@
 cp config.makefile.template config.makefile; patch -p0 < %a/%n.patch
 <<
 BuildDepends: freeglut, lynx, sed, glew, openmotif3 (>= 2.2.2-3), x11-dev
-Depends: freeglut-shlibs, x11, glew-shlibs, openmotif3-shlibs (>= 2.2.2-3), 
xfig, ghostscript, app-defaults
+Depends: freeglut-shlibs, x11, glew-shlibs, openmotif3-shlibs (>= 2.2.2-3), 
xfig, ghostscript, app-defaults, nedit
 Conflicts: clustalw, afni
 NoSetCXXFLAGS: true
 CompileScript: <<
@@ -23,6 +23,7 @@
 #MOTIF_LIBPATH=%p/lib/libXm.3.dylib  
        make all PREFIX=%p LDFLAGS=-L%p/lib LIBDIR=%p/lib \
        LIBPATH="-L%b/LIBLINK -L%p/lib" XINCLUDES="-I/usr/X11R6/include 
-I%p/include/"
+       ln -s %p/bin %p/share/arb/lib
 <<
 InstallScript: <<
 #!/bin/sh -ex


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to