Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16998/10.4/stable/main/finkinfo/shells

Modified Files:
        mksh.info 
Log Message:
Infofile cleanup
two different llvm types, one for 10.5 and one for 10.4


Index: mksh.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells/mksh.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mksh.info   11 Jun 2009 20:43:13 -0000      1.5
+++ mksh.info   12 Jun 2009 20:07:44 -0000      1.6
@@ -1,14 +1,15 @@
 Info2: <<
-Package: mksh%type_pkg[mksh]
+Package: mksh%type_raw[mksh]
 Version: 38
-Revision: 3
+Revision: 3.1
 Description: Enhanced version of the Korn shell
-Type: mksh (. -llvm)
-License: BSD
+Type: mksh (. -llvm-10.4 -llvm)
+License: OSI-Approved
 Maintainer: Andreas Gockel <fink-m...@unixforge.de>
-BuildDepends: (%type_raw[mksh] = -llvm) llvm
-Replaces: mirbsdksh (<< 29.5-1), mksh, mksh-llvm
-Conflicts: mirbsdksh (<< 29.5-1), mksh, mksh-llvm
+Distribution: (%type_raw[mksh] = -llvm) 10.5, (%type_raw[mksh] = -llvm-10.4) 
10.4
+BuildDepends: (%type_raw[mksh] = -llvm-10.4) llvm
+Replaces: mirbsdksh (<< 29.5-1), mksh, mksh-llvm, mksh-llvm-10.4
+Conflicts: mirbsdksh (<< 29.5-1), mksh, mksh-llvm, mksh-llvm-10.4
 CustomMirror: <<
  Primary: http://www.mirbsd.org/MirOS/dist/mir/mksh/
  asi-JP: http://pub.allbsd.org/MirOS/dist/mir/mksh/
@@ -18,13 +19,15 @@
 Source-md5: 692192a6468b5f5c5e559756f1851766
 NoSourceDirectory: true
 PatchScript: /bin/pax -s ',^/*mksh//*,%f/,' -zf mksh-%v-%r.cpio.gz -r
-SetCPPFLAGS: -DMKSH_ASSUME_UTF8
 CompileScript: <<
- #!/bin/sh -ev
+ #!/bin/sh -e -x
+ cd %f
  if [ "%type_raw[mksh]" == "." ]; then
-  cd %f; env /bin/sh ./Build.sh -r -Q -j
+  env /bin/sh ./Build.sh -r -Q -j
  elif [ "%type_raw[mksh]" == "-llvm" ]; then
-  cd %f; env CC=%p/bin/llvm-gcc-4 /bin/sh ./Build.sh -r -Q -j -combine -llvm
+  env CC="$(xcode-select -print-path)/usr/bin/llvm-gcc" /bin/sh ./Build.sh -r 
-Q -combine
+ elif [ "%type_raw[mksh]" == "-llvm-10.4" ]; then
+  env CC=%p/bin/llvm-gcc-4 /bin/sh ./Build.sh -r -Q -combine
  fi
 <<
 InstallScript: <<


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to