[cvs] dists/10.4/stable/main/finkinfo/sci octave-3.0.5.info, 1.25, 1.26 octave-3.2.4.info, 1.27, 1.28

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv11335/10.4/stable/main/finkinfo/sci

Modified Files:
octave-3.0.5.info octave-3.2.4.info 
Log Message:
Fix use of now-nonexistent libcurl header.

Index: octave-3.0.5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-3.0.5.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- octave-3.0.5.info   2 Aug 2012 01:36:56 -   1.25
+++ octave-3.0.5.info   7 Aug 2012 15:37:32 -   1.26
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-lapack]
 Type: -lapack (-atlas -ref .), oct(3.0.5), gcc (4.6)
 Version: 3.0.5
-Revision: 3019
+Revision: 3020
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 
 Source: mirror:gnu:%{Ni}/%{Ni}-%v.tar.bz2
@@ -628,8 +628,13 @@
 As of Revision 3016:
 Move the RuntimeVars setup to the versioned executable package.
 
-As of Revision 3018: Some additional RuntimeDepends were needed for full 
+As of Revision 3018: 
+Some additional RuntimeDepends were needed for full 
 functionality.  Add reference LAPACK variant.
+
+As of Revision 3020:
+Just noticed that a function wasn't building due to use of a now-nonexistent
+libcurl header.  Patch to use the current standard.
 
 Homepage: http://www.gnu.org/software/octave//
 License: GPL3

Index: octave-3.2.4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-3.2.4.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- octave-3.2.4.info   2 Aug 2012 01:36:56 -   1.27
+++ octave-3.2.4.info   7 Aug 2012 15:37:32 -   1.28
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-lapack]%type_pkg[-x11]
 Type: -lapack (-atlas -ref .), oct(3.2.4), gcc (4.6), -x11 (boolean)
 Version: 3.2.4
-Revision: 3020
+Revision: 3021
 #Don't use Accelerate on x86_64
 Architecture: (%type_raw[-lapack]  = .) i386, (%type_raw[-lapack] = .) powerpc
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
@@ -806,6 +806,10 @@
 
 As of Revision 3019: Some additional RuntimeDepends were needed for full 
 functionality.  Add reference LAPACK variant.
+
+As of Revision 3021:
+Just noticed that a function wasn't building due to use of a now-nonexistent
+libcurl header.  Patch to use the current standard.
 
 Homepage: http://www.gnu.org/software/octave//
 License: GPL3


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 octave-3.0.5.info, 1.51, 1.52 octave-3.2.4.info, 1.55, 1.56

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv11335/10.7/stable/main/finkinfo/sci

Modified Files:
octave-3.0.5.info octave-3.2.4.info 
Log Message:
Fix use of now-nonexistent libcurl header.

Index: octave-3.0.5.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/octave-3.0.5.info,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- octave-3.0.5.info   2 Aug 2012 01:36:56 -   1.51
+++ octave-3.0.5.info   7 Aug 2012 15:37:32 -   1.52
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-lapack]
 Type: -lapack (-atlas -ref .), oct(3.0.5), gcc (4.7)
 Version: 3.0.5
-Revision: 3019
+Revision: 3020
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 
 Source: mirror:gnu:%{Ni}/%{Ni}-%v.tar.bz2
@@ -68,6 +68,8 @@
#!/bin/sh -ev
#fix for use of glpk private internals
patch -p1  %{PatchFile}
+   #fix for long-deprecated curl header
+   perl -pi -e 's,curl/types,curl/curl,' src/DLD-FUNCTIONS/urlwrite.cc
 
# create versioned manpages
cp doc/interpreter/%{Ni}.1 doc/interpreter/%{Ni}-%v.1
@@ -630,6 +632,10 @@
 
 As of Revision 3018: Some additional RuntimeDepends were needed for full 
 functionality.  Add reference LAPACK variant.
+
+As of Revision 3020:
+Just noticed that a function wasn't building due to use of a now-nonexistent
+libcurl header.  Patch to use the current standard.
 
 Homepage: http://www.gnu.org/software/octave//
 License: GPL3

Index: octave-3.2.4.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/octave-3.2.4.info,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- octave-3.2.4.info   2 Aug 2012 01:36:57 -   1.55
+++ octave-3.2.4.info   7 Aug 2012 15:37:32 -   1.56
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-lapack]%type_pkg[-x11]
 Type: -lapack (-atlas -ref .), oct(3.2.4), gcc (4.7), -x11 (boolean)
 Version: 3.2.4
-Revision: 3020
+Revision: 3021
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 
 BuildDepends: 
@@ -84,6 +84,8 @@
#!/bin/sh -ev
#fix for use of glpk private internals
patch -p1  %{PatchFile}
+   #fix for long-deprecated curl header
+   perl -pi -e 's,curl/types,curl/curl,' src/DLD-FUNCTIONS/urlwrite.cc
 
# create versioned manpages
cp doc/interpreter/%{Ni}.1 doc/interpreter/%{Ni}-%v.1
@@ -803,6 +805,10 @@
 
 As of Revision 3019: Some additional RuntimeDepends were needed for full 
 functionality.  Add reference LAPACK variant.
+
+As of Revision 3021:
+Just noticed that a function wasn't building due to use of a now-nonexistent
+libcurl header.  Patch to use the current standard.
 
 Homepage: http://www.gnu.org/software/octave//
 License: GPL3


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/x11 fontconfig2-dev.info, 1.5, 1.6

2012-08-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv28437/10.7/main/finkinfo/x11

Modified Files:
fontconfig2-dev.info 
Log Message:
propagate Shlibs sanity from ft219


Index: fontconfig2-dev.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/fontconfig2-dev.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fontconfig2-dev.info31 Jul 2012 17:11:08 -  1.5
+++ fontconfig2-dev.info7 Aug 2012 17:18:07 -   1.6
@@ -1,6 +1,6 @@
 Package: fontconfig2-dev
 Version: 2.10.1
-Revision: 1
+Revision: 2
 Description: Font configuration library
 License: Restrictive/Distributable
 Maintainer: The Gnome Core Team fink-gnome-c...@lists.sourceforge.net
@@ -14,7 +14,7 @@
expat1,
fink (= 0.24.12-1),
fink-package-precedence,
-   freetype219 (= 2.4.6-1),
+   freetype219 (= 2.4.10-1),
libiconv-dev,
pkgconfig,
x11-dev
@@ -74,7 +74,7 @@
Depends: 
fontconfig-config (= %v-%r),
expat1-shlibs,
-   freetype219-shlibs (= 2.4.6-1),
+   freetype219-shlibs (= 2.4.10-1),
libiconv

DocFiles: AUTHORS COPYING ChangeLog NEWS README
@@ -94,8 +94,6 @@
Files: 
%p/etc/fonts

-#  %p/lib/fontconfig2/etc
-#  %p/lib/fontconfig2/share
ConfFiles: 
%p/etc/fonts/fonts.conf
%p/etc/fonts/fonts.dtd
@@ -182,7 +180,4 @@
if this is a useful or good thing or not, so inertia wins
until someone complains. A bunch of conf dirs are also set to
put various file where they were in previous versions.
-
-   Fix wrong AC_SUBST token in fontconfig.pc.in. See:
-   http://lists.freedesktop.org/archives/fontconfig/2012-July/004200.html
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/x11 fontconfig2-dev.info, 1.11, 1.12

2012-08-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv28437/stable/main/finkinfo/x11

Modified Files:
fontconfig2-dev.info 
Log Message:
propagate Shlibs sanity from ft219


Index: fontconfig2-dev.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/fontconfig2-dev.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fontconfig2-dev.info29 Jul 2012 20:20:34 -  1.11
+++ fontconfig2-dev.info7 Aug 2012 17:18:08 -   1.12
@@ -1,6 +1,6 @@
 Package: fontconfig2-dev
 Version: 2.10.1
-Revision: 1
+Revision: 2
 Description: Font configuration library
 License: Restrictive/Distributable
 Maintainer: The Gnome Core Team fink-gnome-c...@lists.sourceforge.net
@@ -14,7 +14,7 @@
expat1,
fink (= 0.24.12-1),
fink-package-precedence,
-   freetype219 (= 2.4.6-1),
+   freetype219 (= 2.4.10-1),
libiconv-dev,
pkgconfig,
x11-dev
@@ -74,7 +74,7 @@
Depends: 
fontconfig-config (= %v-%r),
expat1-shlibs,
-   freetype219-shlibs (= 2.4.6-1),
+   freetype219-shlibs (= 2.4.10-1),
libiconv

DocFiles: AUTHORS COPYING ChangeLog NEWS README
@@ -94,8 +94,6 @@
Files: 
%p/etc/fonts

-#  %p/lib/fontconfig2/etc
-#  %p/lib/fontconfig2/share
ConfFiles: 
%p/etc/fonts/fonts.conf
%p/etc/fonts/fonts.dtd
@@ -182,7 +180,4 @@
if this is a useful or good thing or not, so inertia wins
until someone complains. A bunch of conf dirs are also set to
put various file where they were in previous versions.
-
-   Fix wrong AC_SUBST token in fontconfig.pc.in. See:
-   http://lists.freedesktop.org/archives/fontconfig/2012-July/004200.html
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 git-10.8.info, 1.4, 1.5 git-archimport.info, 1.27, 1.28 git-cvsimport.info, 1.27, 1.28 git-send-email-10.8.info, 1.4, 1.5 git-send-email.info, 1.27, 1.28 gi

2012-08-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv7407

Modified Files:
git-10.8.info git-archimport.info git-cvsimport.info 
git-send-email-10.8.info git-send-email.info git-svn-10.8.info 
git-svn.info git.info 
Log Message:
New upstream git 1.7.11.4.


Index: git-send-email.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-send-email.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- git-send-email.info 24 Jul 2012 02:00:34 -  1.27
+++ git-send-email.info 7 Aug 2012 18:31:09 -   1.28
@@ -1,6 +1,6 @@
 Info2:
 Package: git-send-email
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1
 Type: pm 5.12.3
 Distribution: 10.7
@@ -15,12 +15,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: b18c3d406f74924c1625e4e0364db00d
+Source2-MD5: fe6c0e145ffd54769c49287e027402f3
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: f07bfe5a0f7e4165cab0091e710062dc
+Source3-MD5: 397af842126a5099968238ab946580a5
 
 CompileScript: echo Nothing to compile.
 

Index: git-archimport.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-archimport.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- git-archimport.info 24 Jul 2012 02:00:34 -  1.27
+++ git-archimport.info 7 Aug 2012 18:31:09 -   1.28
@@ -1,16 +1,16 @@
 Package: git-archimport
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1
 Description: Tool to import an arch repository into git
 Depends: git (= %v-1), arch-tla
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: b18c3d406f74924c1625e4e0364db00d
+Source2-MD5: fe6c0e145ffd54769c49287e027402f3
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: f07bfe5a0f7e4165cab0091e710062dc
+Source3-MD5: 397af842126a5099968238ab946580a5
 
 CompileScript: echo Nothing to compile.
 

Index: git-svn-10.8.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-svn-10.8.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- git-svn-10.8.info   24 Jul 2012 02:00:34 -  1.4
+++ git-svn-10.8.info   7 Aug 2012 18:31:09 -   1.5
@@ -1,6 +1,6 @@
 Info2:
 Package: git-svn
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1+10.8
 Type: pm 5.12.4
 Distribution: 10.8
@@ -13,12 +13,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: b18c3d406f74924c1625e4e0364db00d
+Source2-MD5: fe6c0e145ffd54769c49287e027402f3
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: f07bfe5a0f7e4165cab0091e710062dc
+Source3-MD5: 397af842126a5099968238ab946580a5
 
 CompileScript: echo Nothing to compile.
 

Index: git-svn.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-svn.info,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- git-svn.info24 Jul 2012 02:00:34 -  1.28
+++ git-svn.info7 Aug 2012 18:31:09 -   1.29
@@ -1,6 +1,6 @@
 Info2:
 Package: git-svn
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1
 Type: pm 5.12.3
 Distribution: 10.7
@@ -13,12 +13,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: b18c3d406f74924c1625e4e0364db00d
+Source2-MD5: fe6c0e145ffd54769c49287e027402f3
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: f07bfe5a0f7e4165cab0091e710062dc
+Source3-MD5: 397af842126a5099968238ab946580a5
 
 CompileScript: echo Nothing to compile.
 

Index: git-10.8.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-10.8.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- git-10.8.info   24 Jul 2012 02:00:34 -  1.4
+++ git-10.8.info   7 

[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods git-remote-helpers-py.info, 1.27, 1.28

2012-08-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv7450

Modified Files:
git-remote-helpers-py.info 
Log Message:
New upstream git 1.7.11.4.


Index: git-remote-helpers-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/git-remote-helpers-py.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- git-remote-helpers-py.info  24 Jul 2012 02:00:42 -  1.27
+++ git-remote-helpers-py.info  7 Aug 2012 18:31:24 -   1.28
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-helpers-py%type_pkg[python]
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2)
 Description: Git remote helper program for non-git repos
@@ -9,7 +9,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 
 Depends: python%type_pkg[python], git (= %v-1)
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 git-10.5.info, 1.22, 1.23 git-10.6.info, 1.18, 1.19 git-archimport.info, 1.25, 1.26 git-cvsimport.info, 1.25, 1.26 git-send-email-10.5.info, 1.24, 1.25 git-

2012-08-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv7484

Modified Files:
git-10.5.info git-10.6.info git-archimport.info 
git-cvsimport.info git-send-email-10.5.info 
git-send-email-10.6.info git-svn-10.5.info git-svn-10.6.info 
Log Message:
New upstream git 1.7.11.4.


Index: git-archimport.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-archimport.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- git-archimport.info 24 Jul 2012 02:01:05 -  1.25
+++ git-archimport.info 7 Aug 2012 18:31:46 -   1.26
@@ -1,16 +1,16 @@
 Package: git-archimport
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1
 Description: Tool to import an arch repository into git
 Depends: git (= %v-1), arch-tla
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: b18c3d406f74924c1625e4e0364db00d
+Source2-MD5: fe6c0e145ffd54769c49287e027402f3
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: f07bfe5a0f7e4165cab0091e710062dc
+Source3-MD5: 397af842126a5099968238ab946580a5
 
 CompileScript: echo Nothing to compile.
 

Index: git-svn-10.6.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-svn-10.6.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- git-svn-10.6.info   24 Jul 2012 02:01:05 -  1.23
+++ git-svn-10.6.info   7 Aug 2012 18:31:46 -   1.24
@@ -1,6 +1,6 @@
 Info2:
 Package: git-svn
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1+10.6
 Type: pm 5.10.0
 Distribution: 10.6
@@ -13,12 +13,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: b18c3d406f74924c1625e4e0364db00d
+Source2-MD5: fe6c0e145ffd54769c49287e027402f3
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: f07bfe5a0f7e4165cab0091e710062dc
+Source3-MD5: 397af842126a5099968238ab946580a5
 
 CompileScript: echo Nothing to compile.
 

Index: git-svn-10.5.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-svn-10.5.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- git-svn-10.5.info   24 Jul 2012 02:01:05 -  1.25
+++ git-svn-10.5.info   7 Aug 2012 18:31:46 -   1.26
@@ -1,6 +1,6 @@
 Info2:
 Package: git-svn
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1+10.5
 Type: pm 5.8.8
 Distribution: 10.5
@@ -13,12 +13,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: b18c3d406f74924c1625e4e0364db00d
+Source2-MD5: fe6c0e145ffd54769c49287e027402f3
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: f07bfe5a0f7e4165cab0091e710062dc
+Source3-MD5: 397af842126a5099968238ab946580a5
 
 CompileScript: echo Nothing to compile.
 

Index: git-send-email-10.5.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-send-email-10.5.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- git-send-email-10.5.info24 Jul 2012 02:01:05 -  1.24
+++ git-send-email-10.5.info7 Aug 2012 18:31:46 -   1.25
@@ -1,6 +1,6 @@
 Info2:
 Package: git-send-email
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1+10.5
 Type: pm 5.8.8
 Distribution: 10.5
@@ -15,12 +15,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: b18c3d406f74924c1625e4e0364db00d
+Source2-MD5: fe6c0e145ffd54769c49287e027402f3
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: f07bfe5a0f7e4165cab0091e710062dc
+Source3-MD5: 397af842126a5099968238ab946580a5
 
 CompileScript: echo Nothing to compile.
 

Index: git-10.5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-10.5.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- git-10.5.info 

[cvs] dists/10.4/stable/main/finkinfo/libs/pythonmods git-remote-helpers-py.info, 1.25, 1.26

2012-08-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv7523

Modified Files:
git-remote-helpers-py.info 
Log Message:
New upstream git 1.7.11.4.


Index: git-remote-helpers-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/git-remote-helpers-py.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- git-remote-helpers-py.info  24 Jul 2012 02:01:23 -  1.25
+++ git-remote-helpers-py.info  7 Aug 2012 18:32:00 -   1.26
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-helpers-py%type_pkg[python]
-Version: 1.7.11.3
+Version: 1.7.11.4
 Revision: 1
 Type: python (2.5 2.6 2.7 3.1 3.2)
 Description: Git remote helper program for non-git repos
@@ -9,7 +9,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 23caacd9f3f421b6c05b40796df3505d
+Source-MD5: 21c7100cddee8579233a924111e829ab
 
 Depends: python%type_pkg[python], git (= %v-1)
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/crypto firefox8-egrep.patch, NONE, 1.1 firefox8.info, 1.4, 1.5

2012-08-07 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv13378

Modified Files:
firefox8.info 
Added Files:
firefox8-egrep.patch 
Log Message:
fix for Mountain Lion 64bit only grep or for having our 64bit egrep at front of 
PATH

Index: firefox8.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/firefox8.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- firefox8.info   22 Jun 2012 18:20:39 -  1.4
+++ firefox8.info   7 Aug 2012 19:22:23 -   1.5
@@ -60,7 +60,7 @@
 ## nspr/configure* fixes from bug 702997, fixed for firefox11
 PatchFile2: firefox8-internal-nspr-nss.patch
 PatchFile2-MD5: df6e170e0df343236a26e0b58e0c9e90
-## xcode4.2 fix will be in firefox10 Bug 697881
+### xcode4.2 fix will be in firefox10 Bug 697881
 PatchFile3: %n-xcode4.2-gcc4.2.patch
 PatchFile3-MD5: 18471efb9ceb28c60f9f8d9835b6514f
 ### _oc_state_loop_filter_frag_rows_mmxext and similar symbols not present
@@ -74,12 +74,20 @@
 ### Bug 698592: Invalid suffix on literal operator (spaces in secmodt.h)
 PatchFile4: %n-clang.patch
 PatchFile4-MD5: 8bdd94ab09617c588b778c4f91d1e12d
+### egrep on Lion fails on long patterns unless forced into 32bit mode.
+### and our 64bit egrep doesn't like being forced into 32bit mode.
+### Bug 750574: Build fails with arch: posix_spawnp: egrep: Bad CPU type in 
executable
+### Bug 775405: Build fails with arch: posix_spawnp: egrep: Bad CPU type in 
executable when MacPorts egrep is on $PATH
+### Fixed in mozilla17
+PatchFile5: %n-egrep.patch
+PatchFile5-MD5: 38acd72d7bdd19e77ce6d2ee462660b5
 PatchScript: 
   ### apply the patch
   /usr/bin/sed -e 's|@FINKPREFIX@|%p|g' -e 's|@FINK_ARCH_TARGET@|%m|g' -e 
's|@FIREFOX_MAJOR_VERSION@|8|g' %{PatchFile} | /usr/bin/patch -p1
   /usr/bin/sed -e 's|@FINKPREFIX@|%p|g' %{PatchFile2} | /usr/bin/patch -p1
   /usr/bin/patch -p1  %{PatchFile3}
   /usr/bin/patch -p1  %{PatchFile4}
+  /usr/bin/patch -p1  %{PatchFile5}
   ### hardcode paths inside dylibs so that programs linking to them can see 
them
   /usr/bin/perl -pi -e 's,\@executable_path,%p/lib/%n,g' `/usr/bin/grep -lr 
@executable_path .`
   ### -DXP_MACOSX is not always getting defined, so force __APPLE__ in those 
instances :

--- NEW FILE: firefox8-egrep.patch ---
Bug 750574 - Only use fixed egrep command on OS X 10.7 [r=ted]
Bug 775405 - Fix build for OS X v10.7 when non-universal egrep is on $PATH 
before Apple's egrep. r=ted

diff --git a/configure.in b/configure.in
--- a/configure.in  2012-08-07 14:36:13.0 -0400
+++ b/configure.in  2012-08-07 14:36:24.0 -0400
@@ -9320,24 +9320,26 @@
 
 
 AC_CONFIG_HEADER(
 netwerk/necko-config.h
 xpcom/xpcom-config.h
 xpcom/xpcom-private.h
 )
 
-# Hack around an Apple bug that effects the egrep that comes with OS X 10.7.
-# arch -arch i386 egrep always uses the 32-bit Intel part of the egrep fat
-# binary, even on 64-bit systems.  It should work on OS X 10.4.5 and up.  We
-# (apparently) only need this hack when egrep's pattern is particularly
-# long (as in the following code).  See bug 655339.
+# Hack around an Apple bug that affects the egrep that comes with OS X 10.7.
+# env ARCHPREFERENCE=i386,x86_64 arch egrep first tries to use the 32-bit
+# Intel part of the egrep fat binary, even on 64-bit systems, and falls back on
+# the 64-bit part if it's not a fat binary, as can happen with Fink. We
+# (apparently) only need this hack when egrep's pattern is particularly long
+# (as in the following code) and the first egrep on our $PATH is Apple's.  See
+# bug 655339.
 case $host in
-*-apple-darwin*)
-FIXED_EGREP=arch -arch i386 egrep
+*-apple-darwin11*)
+FIXED_EGREP=env ARCHPREFERENCE=i386,x86_64 arch egrep
 ;;
 *)
 FIXED_EGREP=egrep
 ;;
 esac
 
 # Save the defines header file before autoconf removes it.
 # (Do not add AC_DEFINE calls after this line.)


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 mercurial-py.info, 1.19, 1.20 mercurial.info, 1.13, 1.14

2012-08-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv15433

Modified Files:
mercurial-py.info mercurial.info 
Log Message:
New upstream mercurial 2.3.


Index: mercurial.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/mercurial.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mercurial.info  5 Jul 2012 00:32:33 -   1.13
+++ mercurial.info  7 Aug 2012 19:39:23 -   1.14
@@ -1,5 +1,5 @@
 Package: mercurial
-Version: 2.2.3
+Version: 2.3
 Revision: 1
 Description: Lightweight distributed SCM
 DescUsage: 

Index: mercurial-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/mercurial-py.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- mercurial-py.info   5 Jul 2012 00:32:32 -   1.19
+++ mercurial-py.info   7 Aug 2012 19:39:23 -   1.20
@@ -1,6 +1,6 @@
 Info2: 
 Package: mercurial-py%type_pkg[python]
-Version: 2.2.3
+Version: 2.3
 Revision: 1
 Type: python (2.6 2.7)
 Depends: python%type_pkg[python], ca-bundle
@@ -10,7 +10,7 @@
 # pyopenssl-py%type_pkg[python] is needed by hgweb for ssl support.
 Suggests: bzr-py%type_pkg[python], cvsps, darcs, git, arch-tla, monotone, 
svn-swig-py%type_pkg[python], pygments-py%type_pkg[python], 
pyopenssl-py%type_pkg[python]
 Source: http://www.selenic.com/mercurial/release/mercurial-%v.tar.gz
-Source-MD5: f4c70af3892d964b83b2718bde44c2f8
+Source-MD5: 8d9f776e432239571dfab2b5f88b3675
 PatchScript: 
perl -pi -e 's|/etc/|%p/etc/|g' doc/hg.1* doc/hgrc.5*
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 mercurial-py.info, 1.12, 1.13 mercurial.info, 1.10, 1.11

2012-08-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv15468

Modified Files:
mercurial-py.info mercurial.info 
Log Message:
New upstream mercurial 2.3.


Index: mercurial.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/mercurial.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mercurial.info  5 Jul 2012 00:32:43 -   1.10
+++ mercurial.info  7 Aug 2012 19:39:31 -   1.11
@@ -1,5 +1,5 @@
 Package: mercurial
-Version: 2.2.3
+Version: 2.3
 Revision: 1
 Description: Lightweight distributed SCM
 DescUsage: 

Index: mercurial-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/mercurial-py.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mercurial-py.info   5 Jul 2012 00:32:43 -   1.12
+++ mercurial-py.info   7 Aug 2012 19:39:31 -   1.13
@@ -1,6 +1,6 @@
 Info2: 
 Package: mercurial-py%type_pkg[python]
-Version: 2.2.3
+Version: 2.3
 Revision: 1
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
 Type: python (2.4 2.5 2.6 2.7)
@@ -11,7 +11,7 @@
 # pyopenssl-py%type_pkg[python] is needed by hgweb for ssl support.
 Suggests: bzr-py%type_pkg[python], cvsps, darcs, git, arch-tla, monotone, 
svn-swig-py%type_pkg[python], pygments-py%type_pkg[python], 
pyopenssl-py%type_pkg[python]
 Source: http://www.selenic.com/mercurial/release/mercurial-%v.tar.gz
-Source-MD5: f4c70af3892d964b83b2718bde44c2f8
+Source-MD5: 8d9f776e432239571dfab2b5f88b3675
 PatchScript: 
perl -pi -e 's|/etc/|%p/etc/|g' doc/hg.1* doc/hgrc.5*
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci octplot-10.5.info, 1.11, NONE octplot-10.5.patch, 1.1, NONE

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv28153/10.4/unstable/main/finkinfo/sci

Removed Files:
octplot-10.5.info octplot-10.5.patch 
Log Message:
Move to stable.
-aqua variant won't build on 10.7/10.8.

--- octplot-10.5.patch DELETED ---

--- octplot-10.5.info DELETED ---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 octplot.info, NONE, 1.1 octplot.patch, NONE, 1.1

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv28153/10.4/stable/main/finkinfo/sci

Added Files:
octplot.info octplot.patch 
Log Message:
Move to stable.
-aqua variant won't build on 10.7/10.8.

--- NEW FILE: octplot.patch ---
diff -Naur octplot-0.4.0/fonts/Makefile.in 
octplot-0.4.0.patched/fonts/Makefile.in
--- octplot-0.4.0/fonts/Makefile.in 2007-04-25 02:33:01.0 +0900
+++ octplot-0.4.0.patched/fonts/Makefile.in 2007-11-04 20:06:03.0 
+0900
@@ -194,7 +194,7 @@
 uninstall-info-am:
 install-dist_fontDATA: $(dist_font_DATA)
@$(NORMAL_INSTALL)
-   test -z $(fontdir) || $(mkdir_p) $(DESTDIR)$(fontdir)
+   test -z $(DESTDIR)$(fontdir) || $(mkdir_p) $(DESTDIR)$(fontdir)
@list='$(dist_font_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
diff -Naur octplot-0.4.0/high_level/Makefile.in 
octplot-0.4.0.patched/high_level/Makefile.in
--- octplot-0.4.0/high_level/Makefile.in2007-04-27 19:46:29.0 
+0900
+++ octplot-0.4.0.patched/high_level/Makefile.in2007-11-04 
20:10:44.0 +0900
@@ -212,7 +212,7 @@
cd $(top_builddir)  $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-destinationSCRIPTS: $(destination_SCRIPTS)
@$(NORMAL_INSTALL)
-   test -z $(destinationdir) || $(mkdir_p) $(DESTDIR)$(destinationdir)
+   test -z $(DESTDIR)$(destinationdir) || $(mkdir_p) 
$(DESTDIR)$(destinationdir)
@list='$(destination_SCRIPTS)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  if test -f $$d$$p; then \
@@ -232,7 +232,7 @@
 uninstall-info-am:
 install-dist_octplotmDATA: $(dist_octplotm_DATA)
@$(NORMAL_INSTALL)
-   test -z $(octplotmdir) || $(mkdir_p) $(DESTDIR)$(octplotmdir)
+   test -z $(DESTDIR)$(octplotmdir) || $(mkdir_p) 
$(DESTDIR)$(octplotmdir)
@list='$(dist_octplotm_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
diff -Naur octplot-0.4.0/src/Makefile.in octplot-0.4.0.patched/src/Makefile.in
--- octplot-0.4.0/src/Makefile.in   2007-04-27 19:46:33.0 +0900
+++ octplot-0.4.0.patched/src/Makefile.in   2007-11-04 20:09:51.0 
+0900
@@ -320,7 +320,7 @@
cd $(top_builddir)  $(SHELL) ./config.status $(subdir)/$@
 install-destinationPROGRAMS: $(destination_PROGRAMS)
@$(NORMAL_INSTALL)
-   test -z $(destinationdir) || $(mkdir_p) $(DESTDIR)$(destinationdir)
+   test -z $(DESTDIR)$(destinationdir) || $(mkdir_p) 
$(DESTDIR)$(destinationdir)
@list='$(destination_PROGRAMS)'; for p in $$list; do \
  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  if test -f $$p \
@@ -346,7 +346,7 @@
$(CXXLINK) $(octplot_LDFLAGS) $(octplot_OBJECTS) $(octplot_LDADD) 
$(LIBS)
 install-destinationSCRIPTS: $(destination_SCRIPTS)
@$(NORMAL_INSTALL)
-   test -z $(destinationdir) || $(mkdir_p) $(DESTDIR)$(destinationdir)
+   test -z $(DESTDIR)$(destinationdir) || $(mkdir_p) 
$(DESTDIR)$(destinationdir)
@list='$(destination_SCRIPTS)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  if test -f $$d$$p; then \
@@ -1152,7 +1152,7 @@
 uninstall-info-am:
 install-dist_octplotmDATA: $(dist_octplotm_DATA)
@$(NORMAL_INSTALL)
-   test -z $(octplotmdir) || $(mkdir_p) $(DESTDIR)$(octplotmdir)
+   test -z $(DESTDIR)$(octplotmdir) || $(mkdir_p) 
$(DESTDIR)$(octplotmdir)
@list='$(dist_octplotm_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
@@ -1169,7 +1169,7 @@
done
 install-mpathDATA: $(mpath_DATA)
@$(NORMAL_INSTALL)
-   test -z $(mpathdir) || $(mkdir_p) $(DESTDIR)$(mpathdir)
+   test -z $(DESTDIR)$(mpathdir) || $(mkdir_p) $(DESTDIR)$(mpathdir)
@list='$(mpath_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
@@ -1186,7 +1186,7 @@
done
 install-nodist_octplotmDATA: $(nodist_octplotm_DATA)
@$(NORMAL_INSTALL)
-   test -z $(octplotmdir) || $(mkdir_p) $(DESTDIR)$(octplotmdir)
+   test -z $(DESTDIR)$(octplotmdir) || $(mkdir_p) 
$(DESTDIR)$(octplotmdir)
@list='$(nodist_octplotm_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
diff -Naur octplot-0.4.0/src/glutesscb.h octplot-0.4.0.patched/src/glutesscb.h
--- octplot-0.4.0/src/glutesscb.h   2007-04-12 10:50:07.0 -0700
+++ octplot-0.4.0.patched/src/glutesscb.h   2008-05-26 16:55:45.0 
-0700
@@ -20,7 +20,7 @@
 // Taken from FTGL/FTVectoriser.cpp
 
 #ifdef __APPLE_CC__
-typedef GLvoid (*GLUTesselatorFunction)(...);
+typedef GLvoid (*GLUTesselatorFunction)();
 #elif defined ( WIN32)
 typedef GLvoid 

[cvs] dists/10.7/stable/main/finkinfo/sci octplot.info, NONE, 1.1 octplot.patch, NONE, 1.1

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv28153/10.7/stable/main/finkinfo/sci

Added Files:
octplot.info octplot.patch 
Log Message:
Move to stable.
-aqua variant won't build on 10.7/10.8.

--- NEW FILE: octplot.patch ---
diff -Naur octplot-0.4.0/fonts/Makefile.in 
octplot-0.4.0.patched/fonts/Makefile.in
--- octplot-0.4.0/fonts/Makefile.in 2007-04-25 02:33:01.0 +0900
+++ octplot-0.4.0.patched/fonts/Makefile.in 2007-11-04 20:06:03.0 
+0900
@@ -194,7 +194,7 @@
 uninstall-info-am:
 install-dist_fontDATA: $(dist_font_DATA)
@$(NORMAL_INSTALL)
-   test -z $(fontdir) || $(mkdir_p) $(DESTDIR)$(fontdir)
+   test -z $(DESTDIR)$(fontdir) || $(mkdir_p) $(DESTDIR)$(fontdir)
@list='$(dist_font_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
diff -Naur octplot-0.4.0/high_level/Makefile.in 
octplot-0.4.0.patched/high_level/Makefile.in
--- octplot-0.4.0/high_level/Makefile.in2007-04-27 19:46:29.0 
+0900
+++ octplot-0.4.0.patched/high_level/Makefile.in2007-11-04 
20:10:44.0 +0900
@@ -212,7 +212,7 @@
cd $(top_builddir)  $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-destinationSCRIPTS: $(destination_SCRIPTS)
@$(NORMAL_INSTALL)
-   test -z $(destinationdir) || $(mkdir_p) $(DESTDIR)$(destinationdir)
+   test -z $(DESTDIR)$(destinationdir) || $(mkdir_p) 
$(DESTDIR)$(destinationdir)
@list='$(destination_SCRIPTS)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  if test -f $$d$$p; then \
@@ -232,7 +232,7 @@
 uninstall-info-am:
 install-dist_octplotmDATA: $(dist_octplotm_DATA)
@$(NORMAL_INSTALL)
-   test -z $(octplotmdir) || $(mkdir_p) $(DESTDIR)$(octplotmdir)
+   test -z $(DESTDIR)$(octplotmdir) || $(mkdir_p) 
$(DESTDIR)$(octplotmdir)
@list='$(dist_octplotm_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
diff -Naur octplot-0.4.0/src/Makefile.in octplot-0.4.0.patched/src/Makefile.in
--- octplot-0.4.0/src/Makefile.in   2007-04-27 19:46:33.0 +0900
+++ octplot-0.4.0.patched/src/Makefile.in   2007-11-04 20:09:51.0 
+0900
@@ -320,7 +320,7 @@
cd $(top_builddir)  $(SHELL) ./config.status $(subdir)/$@
 install-destinationPROGRAMS: $(destination_PROGRAMS)
@$(NORMAL_INSTALL)
-   test -z $(destinationdir) || $(mkdir_p) $(DESTDIR)$(destinationdir)
+   test -z $(DESTDIR)$(destinationdir) || $(mkdir_p) 
$(DESTDIR)$(destinationdir)
@list='$(destination_PROGRAMS)'; for p in $$list; do \
  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  if test -f $$p \
@@ -346,7 +346,7 @@
$(CXXLINK) $(octplot_LDFLAGS) $(octplot_OBJECTS) $(octplot_LDADD) 
$(LIBS)
 install-destinationSCRIPTS: $(destination_SCRIPTS)
@$(NORMAL_INSTALL)
-   test -z $(destinationdir) || $(mkdir_p) $(DESTDIR)$(destinationdir)
+   test -z $(DESTDIR)$(destinationdir) || $(mkdir_p) 
$(DESTDIR)$(destinationdir)
@list='$(destination_SCRIPTS)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  if test -f $$d$$p; then \
@@ -1152,7 +1152,7 @@
 uninstall-info-am:
 install-dist_octplotmDATA: $(dist_octplotm_DATA)
@$(NORMAL_INSTALL)
-   test -z $(octplotmdir) || $(mkdir_p) $(DESTDIR)$(octplotmdir)
+   test -z $(DESTDIR)$(octplotmdir) || $(mkdir_p) 
$(DESTDIR)$(octplotmdir)
@list='$(dist_octplotm_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
@@ -1169,7 +1169,7 @@
done
 install-mpathDATA: $(mpath_DATA)
@$(NORMAL_INSTALL)
-   test -z $(mpathdir) || $(mkdir_p) $(DESTDIR)$(mpathdir)
+   test -z $(DESTDIR)$(mpathdir) || $(mkdir_p) $(DESTDIR)$(mpathdir)
@list='$(mpath_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
@@ -1186,7 +1186,7 @@
done
 install-nodist_octplotmDATA: $(nodist_octplotm_DATA)
@$(NORMAL_INSTALL)
-   test -z $(octplotmdir) || $(mkdir_p) $(DESTDIR)$(octplotmdir)
+   test -z $(DESTDIR)$(octplotmdir) || $(mkdir_p) 
$(DESTDIR)$(octplotmdir)
@list='$(nodist_octplotm_DATA)'; for p in $$list; do \
  if test -f $$p; then d=; else d=$(srcdir)/; fi; \
  f=$(am__strip_dir) \
diff -Naur octplot-0.4.0/src/glutesscb.h octplot-0.4.0.patched/src/glutesscb.h
--- octplot-0.4.0/src/glutesscb.h   2007-04-12 10:50:07.0 -0700
+++ octplot-0.4.0.patched/src/glutesscb.h   2008-05-26 16:55:45.0 
-0700
@@ -20,7 +20,7 @@
 // Taken from FTGL/FTVectoriser.cpp
 
 #ifdef __APPLE_CC__
-typedef GLvoid (*GLUTesselatorFunction)(...);
+typedef GLvoid (*GLUTesselatorFunction)();
 #elif defined ( WIN32)
 typedef GLvoid 

[cvs] dists/10.4/stable/main/finkinfo/sci wxmaxima.info,1.10,1.11

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv31961/10.4/stable/main/finkinfo/sci

Modified Files:
wxmaxima.info 
Log Message:
Turn off GTK variant, *again* (at least the aqua variant works on all
supported platforms).
Update DescUsage noting that turning on automatic bracket matching leads
to crashes when entering () or [] from the dropdown menu.

Index: wxmaxima.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/wxmaxima.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- wxmaxima.info   14 Jul 2012 22:07:49 -  1.10
+++ wxmaxima.info   7 Aug 2012 21:55:55 -   1.11
@@ -1,6 +1,6 @@
 Info2: 
 Package: wxmaxima%type_pkg[-ui]%type_pkg[-standalone]
-Type: -ui (-gtk -mac), -standalone (boolean)
+Type: -ui (-mac), -standalone (boolean)
 Version: 12.04.0
 Revision: 4
 Description: Interface to Maxima using wxWidgets
@@ -33,8 +33,10 @@
 Install the wxmaxima-mac-standalone or wxmaxima-gtk-standalone packages if
 you don't want to install Fink's maxima.
 
-NOTE: Using '()'  and '[]' currently crash the program when entered in the
-Expressions field of any of the dialog boxes from the menu.
+NOTE: Using '()'  and '[]' will crash the program when entered in the
+Expressions field of any of the dialog boxes from the menu if the 
+Match Parenthesis in text controls button is checked in the Options
+tab of the wxMaxima Preferences.
 
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Homepage: http://andrejv.github.com/wxmaxima/
@@ -115,6 +117,11 @@
 
 We remove the %p/bin/wxmaxima applications that upstream builds and
 replace them by a script using open -a %p/Applications/wxMaxima.app.
+
+I've yet again turned off the -gtk variant because I can't even get it to work
+intermittently now.
+
+Patch I
 
 License: GPL2
-
\ No newline at end of file
+


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 wxmaxima.info,1.12,1.13

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv31961/10.7/stable/main/finkinfo/sci

Modified Files:
wxmaxima.info 
Log Message:
Turn off GTK variant, *again* (at least the aqua variant works on all
supported platforms).
Update DescUsage noting that turning on automatic bracket matching leads
to crashes when entering () or [] from the dropdown menu.

Index: wxmaxima.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/wxmaxima.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- wxmaxima.info   14 Jul 2012 22:07:50 -  1.12
+++ wxmaxima.info   7 Aug 2012 21:55:55 -   1.13
@@ -1,6 +1,6 @@
 Info2: 
 Package: wxmaxima%type_pkg[-ui]%type_pkg[-standalone]
-Type: -ui (-gtk -mac), -standalone (boolean)
+Type: -ui (-mac), -standalone (boolean)
 Version: 12.04.0
 Revision: 4
 Description: Interface to Maxima using wxWidgets
@@ -33,8 +33,10 @@
 Install the wxmaxima-mac-standalone or wxmaxima-gtk-standalone packages if
 you don't want to install Fink's maxima.
 
-NOTE: Using '()'  and '[]' currently crash the program when entered in the
-Expressions field of any of the dialog boxes from the menu.
+NOTE: Using '()'  and '[]' will crash the program when entered in the
+Expressions field of any of the dialog boxes from the menu if the 
+Match Parenthesis in text controls button is checked in the Options
+tab of the wxMaxima Preferences.
 
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Homepage: http://andrejv.github.com/wxmaxima/
@@ -116,6 +118,11 @@
 
 We remove the %p/bin/wxmaxima applications that upstream builds and
 replace them by a script using open -a %p/Applications/wxMaxima.app.
+
+I've yet again turned off the -gtk variant because I can't even get it to work
+intermittently now.
+
+Patch I
 
 License: GPL2
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/net tinc.info,1.1,1.2

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv7319/10.4/stable/main/finkinfo/net

Modified Files:
tinc.info 
Log Message:
Update and add to 10.7/

Index: tinc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/tinc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tinc.info   11 Feb 2012 21:44:56 -  1.1
+++ tinc.info   7 Aug 2012 23:11:44 -   1.2
@@ -1,14 +1,18 @@
 Package: tinc
-Version: 1.0.13
-Revision: 3
+Version: 1.0.19
+Revision: 1
 Source: http://www.tinc-vpn.org/packages/%n-%v.tar.gz
-Source-MD5: 86263994d38c750431efd17e9a91a248
+Source-MD5: 5d97ee0f1ccf8fea5b492f6b54d5ac32
 Depends: libgettext8-shlibs, libiconv, lzo2-shlibs
-BuildDepends: libgettext8-dev, libiconv-dev, lzo2, gettext-tools, 
system-openssl-dev
+BuildDepends: libgettext8-dev, libiconv-dev, lzo2, gettext-tools, 
system-openssl-dev, fink-package-precedence
 SetCPPFLAGS: -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/system-openssl/lib
 SetCFlags: -Os
-ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--enable-jumbograms --with-openssl=%p/lib/system-openssl
+ConfigureParams: --mandir=%p/share/man --enable-jumbograms 
--with-openssl=%p/lib/system-openssl
+CompileScript: 
+%{default_script}
+fink-package-precedence .
+
 InstallScript: make install DESTDIR=%d
 InfoDocs: tinc.info
 DocFiles: A* COP* Ch* NE* RE* TH*


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/net tinc.info,NONE,1.1

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv7319/10.7/stable/main/finkinfo/net

Added Files:
tinc.info 
Log Message:
Update and add to 10.7/

--- NEW FILE: tinc.info ---
Package: tinc
Version: 1.0.19
Revision: 1
Source: http://www.tinc-vpn.org/packages/%n-%v.tar.gz
Source-MD5: 5d97ee0f1ccf8fea5b492f6b54d5ac32
Depends: libgettext8-shlibs, libiconv, lzo2-shlibs
BuildDepends: libgettext8-dev, libiconv-dev, lzo2, gettext-tools, 
system-openssl-dev, fink-package-precedence
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
SetCFlags: -Os
ConfigureParams: --mandir=%p/share/man --enable-jumbograms 
--with-openssl=%p/lib/system-openssl
CompileScript: 
%{default_script}
fink-package-precedence .

InstallScript: make install DESTDIR=%d
InfoDocs: tinc.info
DocFiles: A* COP* Ch* NE* RE* TH*
Homepage: http://www.tinc-vpn.org
Maintainer: Jack Fink jackf...@users.sourceforge.net
License: GPL
Description: Virtual Private Network daemon


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/crypto libinfinity-0.5.0.info, 1.1, 1.2

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv30466/10.4/stable/main/finkinfo/crypto

Modified Files:
libinfinity-0.5.0.info 
Log Message:
10.7: fix heredoc
10.4: sync maintainership

Index: libinfinity-0.5.0.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/libinfinity-0.5.0.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libinfinity-0.5.0.info  7 Aug 2012 02:44:26 -   1.1
+++ libinfinity-0.5.0.info  8 Aug 2012 03:21:25 -   1.2
@@ -114,7 +114,7 @@
 
 License: LGPL
 Homepage: http://releases.0x539.de/libinfinity
-Maintainer: Jack Fink jackf...@users.sourceforge.net
+Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Description: Backend library of Gobby
 DescPort: 
 For 10.6 and later, pam_appl.h is in /usr/include/security rather than 
/usr/include/pam,


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/crypto libinfinity-0.5.0.info, 1.1, 1.2

2012-08-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv30466/10.7/stable/main/finkinfo/crypto

Modified Files:
libinfinity-0.5.0.info 
Log Message:
10.7: fix heredoc
10.4: sync maintainership

Index: libinfinity-0.5.0.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/libinfinity-0.5.0.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libinfinity-0.5.0.info  7 Aug 2012 02:44:27 -   1.1
+++ libinfinity-0.5.0.info  8 Aug 2012 03:21:25 -   1.2
@@ -129,4 +129,5 @@
 /sw/include/glib-2.0/glib/gmessages.h:265:3: note: expanded from macro 
'g_return_if_fail'
  return;\
 
+
 
\ No newline at end of file


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs