Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20565

Modified Files:
        ocaml.info 
Added Files:
        ocaml-10.6.info 
Log Message:
compile fix for 10.6


Index: ocaml.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ocaml.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ocaml.info  26 Jun 2009 03:39:06 -0000      1.17
+++ ocaml.info  6 Sep 2009 16:45:21 -0000       1.18
@@ -1,6 +1,7 @@
 Package: ocaml
 Version: 3.11.1
 Revision: 1
+Distribution: 10.4, 10.5
 Description: Latest implementation of Caml dialect of ML
 BuildDepends: tcltk-dev, x11-dev, libncurses5 (>= 5.4-20041023-1006), fink (>= 
0.24.12)
 Depends: tcltk, x11, libncurses5-shlibs (>= 5.4-20041023-1006)

--- NEW FILE: ocaml-10.6.info ---
Package: ocaml
Version: 3.11.1
Revision: 1
Distribution: 10.6
Description: Latest implementation of Caml dialect of ML
BuildDepends: tcltk-dev, x11-dev, libncurses5 (>= 5.4-20041023-1006), fink (>= 
0.24.12)
Depends: tcltk, x11, libncurses5-shlibs (>= 5.4-20041023-1006)
DescPort: Uses custom configure script.
SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
SetMACOSX_DEPLOYMENT_TARGET: 10.4
Source: http://caml.inria.fr/pub/distrib/%n-3.11/%n-%v.tar.bz2
Source2: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.pdf
Source3: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.html.tar.gz
Source4: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.info.tar.gz
Source-MD5: fe011781f37f6b41fe08e0706969a89e
Source2-MD5: 798c2702f20bd3199726441771538a07
Source3-MD5: bfb4ed960974159f4224014a979baf6d
Source4-MD5: 50fc2a3e3a38db78bd03d169379155de
PatchFile: %n.patch
PatchFile-MD5: 37ed1a21a282337c629c84a6f08f2160
PatchScript: <<
 # fink's sed (at least 4.2-1) chokes on accented characters here
 /usr/bin/sed -i .bak -e 's,sed,/usr/bin/sed,' ocamldoc/remove_DEBUG
 gzip -d ../infoman/ocaml*.gz
 cd .. && patch -p1 < %{PatchFile}
<<
CompileScript: <<
#! /bin/sh -ex
 if [ %m = "x86_64" ]; then
 ./configure -tkdefs -I%p/include -tklibs -L%p/lib -prefix %p -mandir 
%p/share/man -cc "gcc -m64 -isysroot /Developer/SDKs/MacOSX10.5.sdk 
-mmacosx-version-min=10.5"
 else
 ./configure -tkdefs -I%p/include -tklibs -L%p/lib -prefix %p -mandir 
%p/share/man -as "as -arch i386"
 fi
 make world opt opt.opt
<<
InstallScript: <<
 make install BINDIR=%i/bin LIBDIR=%i/lib/ocaml MANDIR=%i/share/man

 mv %i/lib/ocaml/ld.conf %i/lib/ocaml/ld.conf.orig
 sed -e "s|%d||" %i/lib/ocaml/ld.conf.orig > %i/lib/ocaml/ld.conf
 rm -f %i/lib/ocaml/ld.conf.orig

 # Needed for camlp4lib.a or camlp4fulllib.a?
 # ranlib %i/lib/ocaml/camlp4/gramlib.a

 (cd emacs; make install-el BINDIR=%i/bin EMACSDIR=%i/share/emacs/site-lisp)

 mkdir -p %i/share/info
 cp ../infoman/ocaml.info* %i/share/info

 mkdir -p %i/share/doc/%n
 cp -R ../htmlman %i/share/doc/%n
<<
InfoDocs: ocaml.info
DocFiles: Changes README LICENSE INSTALL ../%n-3.11-refman.pdf
DescDetail: <<
The main novelties compared with its ancestor, Caml Light, are: 
1) Full support for objects and classes -- 
here combined for the first time with ML-style type reconstruction.
2) A powerful module calculus in the style of Standard ML
(but retaining separate compilation).
3) A high-performance native code compiler 
(in addition to a Caml Light-style bytecode compiler).
<<
DescPackaging: <<
  dmacks overhauled infodoc stuff: patched main file to have dir
  header and uncompressed files so that fink's automatic infodoc dpkg
  scripts work.
<<  
License: OSI-Approved
Homepage: http://caml.inria.fr/ocaml
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to