[cvs] dists/10.7/stable/main/finkinfo/editors vim.info,1.54,1.55

2013-02-18 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3377

Modified Files:
vim.info 
Log Message:
Welcome to Vim-7.3.822.

Index: vim.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/vim.info,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- vim.info9 Feb 2013 00:32:15 -   1.54
+++ vim.info19 Feb 2013 00:58:06 -  1.55
@@ -1,10 +1,10 @@
 Info2: <<
 Package: vim%type_pkg[-nox]
 Type: -nox (boolean)
-Version: 7.3.806
+Version: 7.3.822
 Revision: 1
 Source: http://www.i8u.org/~htodd/finksrc/vim-%v.tar.bz2
-Source-MD5: 87e667f013f88bd91b002ee3bfa26d39
+Source-MD5: 8ea4669d5387b0ffc12fc0acd46a0208
 SourceDirectory: vim
 
 BuildDepends: fink (>= 0.24.12), libgettext8-dev, gettext-bin, gettext-tools, 
libncurses5 (>= 5.4-20041023-1006), (%type_raw[-nox] = .) pkgconfig (>= 
0.23-1), (%type_raw[-nox] = .) glib2-dev (>= 2.22.0-1), (%type_raw[-nox] = .) 
x11-dev, (%type_raw[-nox] = .) gtk+2-dev (>= 2.18.0-1), (%type_raw[-nox] = .) 
pango1-xft2-ft219-dev (>= 1.24.5-4), (%type_raw[-nox] = .) pixman (>= 
0.16.0-1), (%type_raw[-nox] = .) atk1 (>= 1.28.0-1), (%type_raw[-nox] = .) 
cairo (>= 1.8.8-3), (%type_raw[-nox] = .) freetype219 (>= 2.3.12-1), 
(%type_raw[-nox] = .) fontconfig2-dev (>= 2.8.0-4)


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel automake1.12.patch, 1.5, 1.6 automake1.12.info, 1.8, 1.9

2013-02-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv631

Modified Files:
automake1.12.info 
Added Files:
automake1.12.patch 
Log Message:
new version

Index: automake1.12.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/automake1.12.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- automake1.12.info   7 Jan 2013 22:47:36 -   1.8
+++ automake1.12.info   19 Feb 2013 00:12:59 -  1.9
@@ -1,8 +1,8 @@
 Package: automake1.12
-Version: 1.12.5
-Revision: 3
+Version: 1.12.6
+Revision: 1
 Source: mirror:gnu:automake/automake-%v.tar.xz
-Source-MD5: 2bc1aef898712c7e56320f264040972d
+Source-MD5: 140e084223bf463a24c1a28427c6aec7
 # versions of dpkg < 1.10.21-1233 have a buggy install-info command
 BuildDepends: fink (>= 0.32), dpkg (>= 1.10.21-1234)
 Depends: %N-core (>= %v-%r)
@@ -10,11 +10,20 @@
 Replaces: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.10, automake1.11, 
automake1.12, automake1.13
 Provides: automaken
 
+PatchFile: %n.patch
+PatchFile-MD5: 70042de9a8f9170238fff95645e6f7aa
 PatchScript: <<
   #!/bin/sh -ev
   # Disable one of the lex tests which is incompatible with our flex
   # package (but not with flex-devel, nor with the flex Apple ships).
   /usr/bin/sed -i.orig -E -e 's|t/lex-header.sh||g' Makefile.in
+
+  # import bug-fixes for t/pkg-config-macros.sh from automake-1.13.1
+  %{default_script}
+
+  # fink's libtool2 has %p/bin/glibtool not %p/bin/libtool and Apple's
+  # /usr/bin/libtool is different beast
+  ln -s %p/bin/glibtool t/wrap/libtool
 <<
 
 # HACK: Set ac_cv_prog_TEX to disable any TeX or texinfo related tests,
@@ -51,8 +60,12 @@
 
 # TODO: Perhaps rename automake.info* to automake-X.Y.info* ?
 InfoTest: <<
+  # fails t/objc-megademo.sh:
+  #  objc[45026]: Hello_ObjC: Does not recognize selector forward::
+  #  ./t/objc-megademo.sh: line 344: 45026 Illegal instruction ./play > got
+  # consistent behavior for version 1.12.* on 10.6 32- and 64-bit
   TestScript: make check || exit 2
-  TestDepends: libtool2
+  TestDepends: dejagnu, libtool2, pkgconfig
 <<
 DocFiles: COPYING README AUTHORS NEWS THANKS
 InfoDocs: automake.info

--- NEW FILE: automake1.12.patch ---
diff -Nurd -x'*~' automake-1.12.6.orig/t/pkg-config-macros.sh 
automake-1.12.6/t/pkg-config-macros.sh
--- automake-1.12.6.orig/t/pkg-config-macros.sh 2012-12-14 12:21:46.0 
-0500
+++ automake-1.12.6/t/pkg-config-macros.sh  2013-02-17 17:18:14.0 
-0500
@@ -48,9 +48,10 @@
 
 # Find the location of the pkg-config executable.
 oIFS=$IFS dir=
+IFS=:
 for d in $PATH; do
   IFS=$oIFS
-  if test -f $dir/pkg-config || test -f $dir/pkg-config.exe; then
+  if test -f $d/pkg-config || test -f $d/pkg-config.exe; then
 dir=$d
 break
   fi
@@ -61,7 +62,7 @@
 # where the corresponding pkg.m4 might be installed.
 if test -n "$dir"; then
   # Only support standard installation layouts.
-  XT_ACLOCAL_PATH=${dir%/bin}/share/alocal:$XT_ACLOCAL_PATH
+  XT_ACLOCAL_PATH=${dir%/bin}/share/aclocal:$XT_ACLOCAL_PATH
 fi
 
 XT_ACLOCAL_PATH=$XT_ACLOCAL_PATH${ACLOCAL_PATH+":$ACLOCAL_PATH"}


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci gromacs.info,1.6,1.7

2013-02-18 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21719

Modified Files:
gromacs.info 
Log Message:
BuildConflicts on gromacs/gromacs-mpi-lammpi/gromacs-mpi-openmpi packages

Index: gromacs.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/gromacs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gromacs.info13 Feb 2013 19:30:04 -  1.6
+++ gromacs.info18 Feb 2013 21:59:21 -  1.7
@@ -3,7 +3,7 @@
 Revision: 1
 Depends: %N-shlibs (= %v-%r), fftw3-shlibs, gcc47-shlibs, gsl-shlibs, 
openmotif4-shlibs, x11
 BuildDepends: fftw3, gcc47-compiler, gsl, openmotif4, x11-dev, cmake
-BuildConflicts: gromacs-dev, gromacs-mpi-dev, gromacs-mpi-openmpi-dev, 
gromacs-mpi-lammpi-dev
+BuildConflicts: gromacs-dev, gromacs-mpi-dev, gromacs-mpi-openmpi-dev, 
gromacs-mpi-lammpi-dev, gromacs, gromacs-mpi-lammpi, gromacs-mpi-openmpi
 Conflicts: gromacs-mpi-openmpi, gromacs-mpi-lammpi, gromacs-bin (<< 4.6-1), 
gromacs-mpi-openmpi-bin (<< 4.6-1), gromacs-mpi-lammpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 Replaces:  gromacs-mpi-openmpi, gromacs-mpi-lammpi, gromacs-bin (<< 4.6-1), 
gromacs-mpi-openmpi-bin (<< 4.6-1), gromacs-mpi-lammpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 BuildDependsOnly: False


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci gromacs-mpi.info,1.5,1.6

2013-02-18 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21619

Modified Files:
gromacs-mpi.info 
Log Message:
BuildConflicts on gromacs/gromacs-mpi-lammpi/gromacs-mpi-openmpi packages

Index: gromacs-mpi.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/gromacs-mpi.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gromacs-mpi.info13 Feb 2013 19:30:05 -  1.5
+++ gromacs-mpi.info18 Feb 2013 21:59:04 -  1.6
@@ -5,7 +5,7 @@
 Type: handler (lammpi openmpi)
 Depends: %N-shlibs (= %v-%r), gsl-shlibs, fftw3-shlibs, gcc47-shlibs, 
openmotif4-shlibs, (%type_pkg[handler] = lammpi) lammpi (>= 7.1.4-1002), 
(%type_pkg[handler] = openmpi) openmpi (>= 1.4.5), libxml2-shlibs, x11
 BuildDepends: gsl, fftw3, gcc47-compiler, (%type_pkg[handler] = lammpi) 
lammpi-dev (>= 7.1.4-1002), (%type_pkg[handler] = openmpi) openmpi-dev (>= 
1.4.5), libiconv-dev, libxml2, x11-dev, cmake
-BuildConflicts: gromacs-dev, gromacs-mpi-dev, gromacs-mpi-openmpi-dev, 
gromacs-mpi-lammpi-dev
+BuildConflicts: gromacs-dev, gromacs-mpi-dev, gromacs-mpi-openmpi-dev, 
gromacs-mpi-lammpi-dev, gromacs, gromacs-mpi-lammpi, gromacs-mpi-openmpi
 BuildDependsOnly: false
 Conflicts: gromacs, (%type_pkg[handler] = openmpi) gromacs-mpi-lammpi, 
(%type_pkg[handler] = lammpi) gromacs-mpi-openmpi, gromacs-bin (<< 4.6-1), 
gromacs-mpi-lammpi-bin (<< 4.6-1), gromacs-mpi-openmpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 Replaces: gromacs, (%type_pkg[handler] = openmpi) gromacs-mpi-lammpi, 
(%type_pkg[handler] = lammpi) gromacs-mpi-openmpi, gromacs-bin (<< 4.6-1), 
gromacs-mpi-lammpi-bin (<< 4.6-1), gromacs-mpi-openmpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci gromacs.info,1.4,1.5

2013-02-18 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21351

Modified Files:
gromacs.info 
Log Message:
BuildConflicts on gromacs/gromacs-mpi packages

Index: gromacs.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gromacs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gromacs.info18 Feb 2013 21:47:46 -  1.4
+++ gromacs.info18 Feb 2013 21:57:52 -  1.5
@@ -3,7 +3,7 @@
 Revision: 1
 Depends: %N-shlibs (= %v-%r), fftw3-shlibs, gcc47-shlibs, gsl-shlibs, 
openmotif4-shlibs, x11
 BuildDepends: fftw3, gcc47-compiler, gsl, openmotif4, x11-dev, cmake
-BuildConflicts: gromacs-dev, gromacs-mpi-dev, gromacs (<< 4.6-1), gromacs-mpi 
(<< 4.6-1)
+BuildConflicts: gromacs-dev, gromacs-mpi-dev, gromacs, gromacs-mpi
 Conflicts: gromacs-mpi, gromacs-bin (<< 4.6-1), gromacs-mpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 Replaces: gromacs-mpi, gromacs-bin (<< 4.6-1), gromacs-mpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 BuildDependsOnly: False


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci gromacs-mpi.info,1.2,1.3

2013-02-18 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21307

Modified Files:
gromacs-mpi.info 
Log Message:
BuildConflicts on gromacs/gromacs-mpi packages

Index: gromacs-mpi.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gromacs-mpi.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gromacs-mpi.info18 Feb 2013 21:47:58 -  1.2
+++ gromacs-mpi.info18 Feb 2013 21:57:41 -  1.3
@@ -3,7 +3,7 @@
 Revision: 1
 Depends: %N-shlibs (= %v-%r), gsl-shlibs, fftw3-shlibs, gcc47-shlibs, 
openmotif4-shlibs, openmpi-shlibs, x11
 BuildDepends: gsl, fftw3, gcc47-compiler, openmpi, x11-dev, cmake
-BuildConflicts: gromacs-mpi-dev, gromacs-dev, gromacs (<< 4.6-1), gromacs-mpi 
(<< 4.6-1)
+BuildConflicts: gromacs-mpi-dev, gromacs-dev, gromacs, gromacs-mpi
 Conflicts: gromacs, gromacs-bin (<< 4.6-1), gromacs-mpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 Replaces: gromacs, gromacs-bin (<< 4.6-1), gromacs-mpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 Distribution: 10.7, 10.8


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci gromacs-mpi.info,1.1,1.2

2013-02-18 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20739

Modified Files:
gromacs-mpi.info 
Log Message:
BuildConflicts on un-refactored gromacs/gromacs-mpi packages

Index: gromacs-mpi.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gromacs-mpi.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gromacs-mpi.info13 Feb 2013 18:57:17 -  1.1
+++ gromacs-mpi.info18 Feb 2013 21:47:58 -  1.2
@@ -3,7 +3,7 @@
 Revision: 1
 Depends: %N-shlibs (= %v-%r), gsl-shlibs, fftw3-shlibs, gcc47-shlibs, 
openmotif4-shlibs, openmpi-shlibs, x11
 BuildDepends: gsl, fftw3, gcc47-compiler, openmpi, x11-dev, cmake
-BuildConflicts: gromacs-mpi-dev, gromacs-dev
+BuildConflicts: gromacs-mpi-dev, gromacs-dev, gromacs (<< 4.6-1), gromacs-mpi 
(<< 4.6-1)
 Conflicts: gromacs, gromacs-bin (<< 4.6-1), gromacs-mpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 Replaces: gromacs, gromacs-bin (<< 4.6-1), gromacs-mpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 Distribution: 10.7, 10.8


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci gromacs.info,1.3,1.4

2013-02-18 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20716

Modified Files:
gromacs.info 
Log Message:
BuildConflicts on un-refactored gromacs/gromacs-mpi packages

Index: gromacs.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gromacs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gromacs.info13 Feb 2013 18:57:16 -  1.3
+++ gromacs.info18 Feb 2013 21:47:46 -  1.4
@@ -3,7 +3,7 @@
 Revision: 1
 Depends: %N-shlibs (= %v-%r), fftw3-shlibs, gcc47-shlibs, gsl-shlibs, 
openmotif4-shlibs, x11
 BuildDepends: fftw3, gcc47-compiler, gsl, openmotif4, x11-dev, cmake
-BuildConflicts: gromacs-dev, gromacs-mpi-dev
+BuildConflicts: gromacs-dev, gromacs-mpi-dev, gromacs (<< 4.6-1), gromacs-mpi 
(<< 4.6-1)
 Conflicts: gromacs-mpi, gromacs-bin (<< 4.6-1), gromacs-mpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 Replaces: gromacs-mpi, gromacs-bin (<< 4.6-1), gromacs-mpi-bin (<< 4.6-1), 
gromacs-dev (<< 4.6-1), gromacs-mpi-dev (<< 4.6-1)
 BuildDependsOnly: False


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/languages python32.info, 1.2, 1.3 python32.patch, 1.2, 1.3

2013-02-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19935

Modified Files:
python32.info python32.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: python32.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages/python32.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python32.info   5 Jan 2012 17:27:17 -   1.2
+++ python32.info   18 Feb 2013 21:34:43 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: python%type_pkg[python]
-Version: 3.2.2
-Revision: 2
+Version: 3.2.3
+Revision: 3
 Type: python 3.2
 Maintainer: Daniel Johnson 
 Depends: <<
@@ -11,6 +11,7 @@
gdbm3-shlibs,
libgettext8-shlibs,
libncursesw5-shlibs,
+   openssl100-shlibs (>= 1.0.1-1),
readline5-shlibs,
sqlite3-shlibs  (>= 3.7.2-2),
tcltk (>= 8.4.1-1),
@@ -20,7 +21,7 @@
 BuildDepends: <<
blt-dev (>= 2.4z-15),
bzip2-dev,
-   fink (>= 0.24.12-1), 
+   fink (>= 0.28), 
gdbm3,
gettext-bin,
gettext-tools,
@@ -28,26 +29,25 @@
libncursesw5,
readline5,
sqlite3-dev (>= 3.7.2-2),
-   system-openssl-dev,
+   openssl100-dev (>= 1.0.1-1),
tcltk-dev (>= 8.4.1-1),
x11-dev
 <<
 Provides: argparse-py%type_pkg[python], futures-py%type_pkg[python]
 Source: http://python.org/ftp/python/%v/Python-%v.tar.bz2
-Source-MD5: 9d763097a13a59ff53428c9e4d098a05
+Source-MD5: cea34079aeb2e21e7b60ee82a0ac286b
 Source2: http://www.python.org/ftp/python/doc/%v/python-%v-docs-html.tar.bz2
-Source2-MD5: 55af06e320f35920ea9fed1f143e1286
+Source2-MD5: c970e7bcbc3268a3dbc2de5c15b5a3d3
 PatchFile: %n.patch
-PatchFile-MD5: a334045fec09646d0d45fed7ad19d1ae
+PatchFile-MD5: fdfdcbdfd7e33d8ac35e3ad7eb9db0c8
 PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 
 UseMaxBuildJobs: true
-SetLDFLAGS: -L%p/lib/system-openssl/lib
 ConfigureParams: --enable-shared --with-dbmliborder=gdbm 
--enable-loadable-sqlite-extensions
 CompileScript: <<
 #!/bin/sh -ex
darwin_vers=`uname -r | cut -d. -f1`
-   if [ "$darwin_vers" = 11 ]; then
+   if [ "$darwin_vers" -ge 11 ]; then
perl -pi -e 's/ -lSystemStubs//' ./configure
perl -pi -e 's/-O3/-fwrapv -O3/' ./configure
fi
@@ -61,7 +61,7 @@
 
 InfoTest: <<
TestScript: <<
-   LANG=en_US.UTF-8 make -k test EXTRATESTOPTS='-w -x 
test_distutils test_argparse test_httpservers test_import' || exit 2
+   LANG=en_US.UTF-8 make -k test EXTRATESTOPTS='-w -x 
test_distutils test_argparse test_httpservers test_import test_urllib' || exit 2
<<
 <<
 
@@ -71,9 +71,9 @@
export MAKEFLAGS=-j1
make install DESTDIR=%d
 
-   # don't propagate our hackery
-   perl -pi -e 's|-L%p/lib/system-openssl/lib||; s|-lintl ||' 
%i/lib/python%type_raw[python]/config-%type_raw[python]m/Makefile
-
+   # we don't want -lintl to appear in LIBS otherwise python-config will 
propagate it
+   perl -pi -e 's/-lintl //' 
%i/lib/python%type_raw[python]/config-%type_raw[python]m/Makefile
+   
# fix all main things to be python-versioned filenames with
# unversioned symlinks to them
pushd %i/bin
@@ -97,7 +97,7 @@
  Package: %N-shlibs
  Depends: libgettext8-shlibs
  Files: 
lib/python%type_raw[python]/config-%type_raw[python]m/libpython%type_raw[python]m.dylib
- Shlibs: %p/lib/python3.2/config-%type_raw[python]m/libpython3.2m.dylib 3.2.0 
%n (>= 3.2-1)
+ Shlibs: 
%p/lib/python%type_raw[python]/config-%type_raw[python]m/libpython3.2m.dylib 
3.2.0 %n (>= 3.2-1)
  DocFiles: README LICENSE 
 <<
 SplitOff2: <<

Index: python32.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages/python32.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python32.patch  5 Jan 2012 17:27:17 -   1.2
+++ python32.patch  18 Feb 2013 21:34:44 -  1.3
@@ -236,40 +236,6 @@
  
  # Add paths specified in the environment variables LDFLAGS and
  # CPPFLAGS for header and library files.
-@@ -672,10 +676,9 @@
-depends = ['socketmodule.h']) )
- # Detect SSL support for the socket module (via _ssl)
- search_for_ssl_incs_in = [
--  '/usr/local/ssl/include',
--  '/usr/contrib/ssl/include/'
-+  '@PREFIX@/lib/system-openssl/include'
-  ]
--ssl_incs = find_file('openssl/ssl.h', inc_dirs,
-+ssl_incs = find_file('openssl/ssl.h', [],
-  search_for_ssl_incs_in
-  )
- if ssl_incs i

[cvs] dists/10.4/stable/main/finkinfo/gnome gst-python-0.10-py.info, 1.12, 1.13 gst-python-0.10-py25.info, 1.2, 1.3

2013-02-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3586

Modified Files:
gst-python-0.10-py.info gst-python-0.10-py25.info 
Log Message:
no evidence of pyxml usage and common/ChangeLog says it was removed long ago

Index: gst-python-0.10-py25.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gst-python-0.10-py25.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gst-python-0.10-py25.info   14 Jan 2012 18:51:06 -  1.2
+++ gst-python-0.10-py25.info   18 Feb 2013 19:02:22 -  1.3
@@ -31,7 +31,6 @@
libxml2-py%type_pkg[python],
pygobject2-py%type_pkg[python]-dev,
pygtk2-gtk-py%type_pkg[python]-dev,
-   pyxml-py%type_pkg[python],
pkgconfig (>= 0.23-1),
pango1-xft2-ft219-dev (>= 1.24.0-1),
pixman (>= 0.16.0-1),

Index: gst-python-0.10-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gst-python-0.10-py.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gst-python-0.10-py.info 11 Aug 2012 07:29:12 -  1.12
+++ gst-python-0.10-py.info 18 Feb 2013 19:02:21 -  1.13
@@ -1,7 +1,7 @@
 Info4: <<
 Package: gst-python-0.10-py%type_pkg[python]
 Version: 0.10.21
-Revision: 3
+Revision: 4
 Description: Python interface to GStreamer
 Type: python (2.6 2.7)
 License: LGPL
@@ -15,8 +15,7 @@
libxml2-shlibs (>= 2.7.8-1),
libxml2-py%type_pkg[python],
pygobject2-py%type_pkg[python] (>= 2.20.0-1),
-   python%type_pkg[python],
-   pyxml-py%type_pkg[python]
+   python%type_pkg[python]
 <<
 BuildDepends: <<
dbus1.3-dev (>= 1.2.24-1),


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/gnome gst-plugins-ugly-0.10.info, 1.8, 1.9

2013-02-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3162

Modified Files:
gst-plugins-ugly-0.10.info 
Log Message:
no evidence of pyxml usage and common/ChangeLog says it was removed long ago

Index: gst-plugins-ugly-0.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gst-plugins-ugly-0.10.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gst-plugins-ugly-0.10.info  15 Feb 2013 21:40:51 -  1.8
+++ gst-plugins-ugly-0.10.info  18 Feb 2013 18:59:29 -  1.9
@@ -44,7 +44,6 @@
pkgconfig,
pixman (>= 0.16.0-1),
python27,
-   pyxml-py27,
twolame-dev,
x11-dev,
xmkmf


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/gnome gst-plugins-good-0.10.info, 1.12, 1.13

2013-02-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2021

Modified Files:
gst-plugins-good-0.10.info 
Log Message:
no evidence of pyxml usage and common/ChangeLog says it was removed long ago

Index: gst-plugins-good-0.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gst-plugins-good-0.10.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gst-plugins-good-0.10.info  15 Feb 2013 21:40:51 -  1.12
+++ gst-plugins-good-0.10.info  18 Feb 2013 18:34:54 -  1.13
@@ -54,7 +54,6 @@
pango1-xft2-ft219-dev,
pixman (>= 0.16.0-1),
python27,
-   pyxml-py27,
pkgconfig (>= 0.23-1),
slang2,
taglib (>= 1.6.3-1),


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/gnome gst-plugins-base-0.10.info, 1.11, 1.12

2013-02-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1562

Modified Files:
gst-plugins-base-0.10.info 
Log Message:
no evidence of pyxml usage and common/ChangeLog says it was removed long ago

Index: gst-plugins-base-0.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gst-plugins-base-0.10.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gst-plugins-base-0.10.info  15 Feb 2013 21:40:51 -  1.11
+++ gst-plugins-base-0.10.info  18 Feb 2013 18:23:22 -  1.12
@@ -41,7 +41,6 @@
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23-1),
python27,
-   pyxml-py27,
x11-dev
 <<
 BuildConflicts: coreutils-default (<< 5.96-1)


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages python26.info, 1.7, 1.8

2013-02-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1100/10.7/stable/main/finkinfo/languages

Modified Files:
python26.info 
Log Message:
Fix wackiness where linking readline tries to bring in 
/usr/lib/libncurses.5.dylib.  Have python26 use a
sane readline6 version.


Index: python26.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python26.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- python26.info   15 Feb 2013 23:28:21 -  1.7
+++ python26.info   18 Feb 2013 18:15:33 -  1.8
@@ -2,7 +2,7 @@
 Package: python%type_pkg[python]
 
 Version: 2.6.8
-Revision: 2
+Revision: 3
 Epoch: 1
 
 Type: python 2.6
@@ -15,7 +15,7 @@
gdbm3-shlibs,
libgettext8-shlibs,
libncursesw5-shlibs,
-   readline6-shlibs,
+   readline6-shlibs (>= 6.2.4-2),
sqlite3-shlibs  (>= 3.2.8-1001),
tcltk (>= 8.4.1-1),
x11
@@ -31,7 +31,7 @@
gettext-tools,
libgettext8-dev,
libncursesw5,
-   readline6,
+   readline6 (>= 6.2.4-2),
sqlite3-dev (>= 3.2.8-1001),
system-openssl-dev,
tcltk-dev (>= 8.4.1-1),


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs readline6.info,1.3,1.4

2013-02-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1100/10.4/stable/main/finkinfo/libs

Modified Files:
readline6.info 
Log Message:
Fix wackiness where linking readline tries to bring in 
/usr/lib/libncurses.5.dylib.  Have python26 use a
sane readline6 version.


Index: readline6.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/readline6.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- readline6.info  7 Dec 2012 20:37:44 -   1.3
+++ readline6.info  18 Feb 2013 18:15:33 -  1.4
@@ -1,7 +1,7 @@
 Info4: <<
 Package: readline6%type_pkg[-64bit]
 Version: 6.2.4
-Revision: 1
+Revision: 2
 Maintainer: Fink Core Group 
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -29,7 +29,10 @@
 PatchScript: <<
patch -p0 < ../readline62-001
patch -p0 < ../readline62-002
+   patch -p0 < ../readline62-003
+   patch -p0 < ../readline62-004
%{default_script}
+   perl -pi -e 's|MACOSX_DEPLOYMENT_TARGET=10.3 ||g' support/shobj-conf
 <<
 SetCFLAGS: -DNEED_EXTERN_PC=1
 SetCPPFLAGS: -MD
@@ -72,6 +75,8 @@
  2) dmacks: patch doc/Makefile.in to skip even trying to create
 texinfo dir file
  3) dmacks: installing into empty %d, so don't try to remove old .a
+ 4) akh: as of 6.2.4-2, get rid of setting MACOSX_DEPLOYMENT_TARGET=10.3
+and also apply _all_ listed SourceN patches
 <<
 License: GPL
 Homepage: http://tiswww.case.edu/php/chet/readline/rltop.html


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages python26.info, 1.15, 1.16

2013-02-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1100/10.4/stable/main/finkinfo/languages

Modified Files:
python26.info 
Log Message:
Fix wackiness where linking readline tries to bring in 
/usr/lib/libncurses.5.dylib.  Have python26 use a
sane readline6 version.


Index: python26.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/python26.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- python26.info   15 Feb 2013 23:28:21 -  1.15
+++ python26.info   18 Feb 2013 18:15:33 -  1.16
@@ -2,7 +2,7 @@
 Package: python%type_pkg[python]
 
 Version: 2.6.8
-Revision: 2
+Revision: 3
 Epoch: 1
 
 Type: python 2.6
@@ -15,7 +15,7 @@
gdbm3-shlibs,
libgettext8-shlibs,
libncursesw5-shlibs,
-   readline6-shlibs,
+   readline6-shlibs (>= 6.2.4-2),
sqlite3-shlibs  (>= 3.2.8-1001),
tcltk (>= 8.4.1-1),
x11
@@ -31,7 +31,7 @@
gettext-tools,
libgettext8-dev,
libncursesw5,
-   readline6,
+   readline6 (>= 6.2.4-2),
sqlite3-dev (>= 3.2.8-1001),
system-openssl-dev,
tcltk-dev (>= 8.4.1-1),


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs readline6.info,1.3,1.4

2013-02-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1100/10.7/stable/main/finkinfo/libs

Modified Files:
readline6.info 
Log Message:
Fix wackiness where linking readline tries to bring in 
/usr/lib/libncurses.5.dylib.  Have python26 use a
sane readline6 version.


Index: readline6.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/readline6.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- readline6.info  7 Dec 2012 20:37:46 -   1.3
+++ readline6.info  18 Feb 2013 18:15:33 -  1.4
@@ -1,7 +1,7 @@
 Info4: <<
 Package: readline6%type_pkg[-64bit]
 Version: 6.2.4
-Revision: 1
+Revision: 2
 Maintainer: Fink Core Group 
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -29,7 +29,10 @@
 PatchScript: <<
patch -p0 < ../readline62-001
patch -p0 < ../readline62-002
+   patch -p0 < ../readline62-003
+   patch -p0 < ../readline62-004
%{default_script}
+   perl -pi -e 's|MACOSX_DEPLOYMENT_TARGET=10.3 ||g' support/shobj-conf
 <<
 SetCFLAGS: -DNEED_EXTERN_PC=1
 SetCPPFLAGS: -MD
@@ -72,6 +75,8 @@
  2) dmacks: patch doc/Makefile.in to skip even trying to create
 texinfo dir file
  3) dmacks: installing into empty %d, so don't try to remove old .a
+ 4) akh: as of 6.2.4-2, get rid of setting MACOSX_DEPLOYMENT_TARGET=10.3
+and also apply _all_ listed SourceN patches
 <<
 License: GPL
 Homepage: http://tiswww.case.edu/php/chet/readline/rltop.html


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/gnome gstreamer-0.10.info, 1.11, 1.12

2013-02-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1115/stable/main/finkinfo/gnome

Modified Files:
gstreamer-0.10.info 
Log Message:
no evidence of pyxml usage and common/ChangeLog says it was removed long ago

Index: gstreamer-0.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gstreamer-0.10.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gstreamer-0.10.info 15 Feb 2013 21:40:51 -  1.11
+++ gstreamer-0.10.info 18 Feb 2013 18:14:40 -  1.12
@@ -30,8 +30,7 @@
libxml2 (>= 2.8.0-1),
libxml2-py27,
pkgconfig (>= 0.23-1),
-   python27,
-   pyxml-py27
+   python27
 <<
 BuildConflicts: coreutils-default (<< 5.96-1)
 Replaces: gstreamer (<< 0.8.11-1023)


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/utils libimobiledevice-py.info, 1.9, 1.10 libimobiledevice.info, 1.9, 1.10

2013-02-18 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16886/10.4/stable/main/finkinfo/utils

Modified Files:
libimobiledevice-py.info libimobiledevice.info 
Log Message:
libimobiledevice: fix clang translation.

Index: libimobiledevice.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/libimobiledevice.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libimobiledevice.info   13 Sep 2012 13:50:36 -  1.9
+++ libimobiledevice.info   18 Feb 2013 14:33:14 -  1.10
@@ -1,6 +1,6 @@
 Package: libimobiledevice
 Version: 1.1.4
-Revision: 7
+Revision: 8
 Description: Library to talk to iDevices
 License: LGPL
 
@@ -18,7 +18,7 @@
   sed -i.bak 's|LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer(|inline 
void debug_buffer(|g' src/debug.h
 <<
 
-ConfigureParams: LDFLAGS="-L%p/lib" --without-cython
+ConfigureParams: LDFLAGS="-L%p/lib" CFLAGS="-I%p/include -std=gnu89" 
--without-cython
 
 DocFiles: AUTHORS COPYING* NEWS README
 

Index: libimobiledevice-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/libimobiledevice-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libimobiledevice-py.info14 Sep 2012 13:51:47 -  1.9
+++ libimobiledevice-py.info18 Feb 2013 14:33:14 -  1.10
@@ -2,7 +2,7 @@
 Package: libimobiledevice-py%type_pkg[python]
 Type: python (2.6 2.7)
 Version: 1.1.4
-Revision: 3
+Revision: 4
 Description: Library to talk to iDevices
 License: LGPL
 
@@ -21,7 +21,7 @@
   sed -i.bak 's|LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer(|inline 
void debug_buffer(|g' src/debug.h
 <<
 
-ConfigureParams: LDFLAGS="-L%p/lib/python%type_raw[python]/config -L%p/lib" 
PYTHON=%p/bin/python%type_raw[python] CFLAGS="-I%p/include"
+ConfigureParams: LDFLAGS="-L%p/lib/python%type_raw[python]/config -L%p/lib" 
PYTHON=%p/bin/python%type_raw[python] CFLAGS="-I%p/include -std=gnu89"
 
 CompileScript: <<
 #!/bin/sh -ev


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/utils libimobiledevice-py.info, 1.9, 1.10 libimobiledevice.info, 1.7, 1.8

2013-02-18 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16886/10.7/stable/main/finkinfo/utils

Modified Files:
libimobiledevice-py.info libimobiledevice.info 
Log Message:
libimobiledevice: fix clang translation.

Index: libimobiledevice.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/libimobiledevice.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libimobiledevice.info   13 Sep 2012 13:50:36 -  1.7
+++ libimobiledevice.info   18 Feb 2013 14:33:14 -  1.8
@@ -1,6 +1,6 @@
 Package: libimobiledevice
 Version: 1.1.4
-Revision: 7
+Revision: 8
 Description: Library to talk to iDevices
 License: LGPL
 
@@ -18,7 +18,7 @@
   sed -i.bak 's|LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer(|inline 
void debug_buffer(|g' src/debug.h
 <<
 
-ConfigureParams: LDFLAGS="-L%p/lib" --without-cython
+ConfigureParams: LDFLAGS="-L%p/lib" CFLAGS="-I%p/include -std=gnu89" 
--without-cython
 
 DocFiles: AUTHORS COPYING* NEWS README
 

Index: libimobiledevice-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/libimobiledevice-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libimobiledevice-py.info14 Sep 2012 13:51:48 -  1.9
+++ libimobiledevice-py.info18 Feb 2013 14:33:14 -  1.10
@@ -2,7 +2,7 @@
 Package: libimobiledevice-py%type_pkg[python]
 Type: python (2.6 2.7)
 Version: 1.1.4
-Revision: 3
+Revision: 4
 Description: Library to talk to iDevices
 License: LGPL
 
@@ -21,7 +21,7 @@
   sed -i.bak 's|LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer(|inline 
void debug_buffer(|g' src/debug.h
 <<
 
-ConfigureParams: LDFLAGS="-L%p/lib/python%type_raw[python]/config -L%p/lib" 
PYTHON=%p/bin/python%type_raw[python] CFLAGS="-I%p/include"
+ConfigureParams: LDFLAGS="-L%p/lib/python%type_raw[python]/config -L%p/lib" 
PYTHON=%p/bin/python%type_raw[python] CFLAGS="-I%p/include -std=gnu89"
 
 CompileScript: <<
 #!/bin/sh -ev


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel automake1.12.info, 1.9, 1.10

2013-02-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13560

Modified Files:
automake1.12.info 
Log Message:
document test-fail (it's always been that way)

Index: automake1.12.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/automake1.12.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- automake1.12.info   18 Feb 2013 06:08:10 -  1.9
+++ automake1.12.info   18 Feb 2013 13:50:49 -  1.10
@@ -60,6 +60,10 @@
 
 # TODO: Perhaps rename automake.info* to automake-X.Y.info* ?
 InfoTest: <<
+  # fails t/objc-megademo.sh:
+  #  objc[45026]: Hello_ObjC: Does not recognize selector forward::
+  #  ./t/objc-megademo.sh: line 344: 45026 Illegal instruction ./play > got
+  # consistent behavior for version 1.12.* on 10.6 32- and 64-bit
   TestScript: make check || exit 2
   TestDepends: dejagnu, libtool2, pkgconfig
 <<


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs