[cvs] dists/10.4/unstable/main/finkinfo/crypto openoffice.org-firefox.info, 1.2, NONE openoffice.org.info, 1.2, NONE openoffice.org.patch, 1.1, NONE

2013-01-21 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14667/crypto

Removed Files:
openoffice.org-firefox.info openoffice.org.info 
openoffice.org.patch 
Log Message:
oo.org packags are ancient and tagged for old-distros only and don't even 
compile there any more? buh bye


--- openoffice.org.patch DELETED ---

--- openoffice.org.info DELETED ---

--- openoffice.org-firefox.info DELETED ---


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
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/x11 openoffice.org-nocrypto.info, 1.14, NONE openoffice.org.patch, 1.7, NONE

2013-01-21 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14667/x11

Removed Files:
openoffice.org-nocrypto.info openoffice.org.patch 
Log Message:
oo.org packags are ancient and tagged for old-distros only and don't even 
compile there any more? buh bye


--- openoffice.org.patch DELETED ---

--- openoffice.org-nocrypto.info DELETED ---


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
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/utils sudo.info,1.4,NONE

2013-01-21 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16430/utils

Removed Files:
sudo.info 
Log Message:
has never been buildable on 10.6+, and seems bad to keep such an ancient 
version around for security-related software


--- sudo.info DELETED ---


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/thesin/finkinfo php5.info,1.7,1.8

2013-01-21 Thread Justin F. Hallett
Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22996

Modified Files:
php5.info 
Log Message:
  * Install logrotate script in php5-fpm package (Closes: #673558)
  * Remove php.ini from install and Conffiles since it's ucf is now dealing
with it


Index: php5.info
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/php5.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- php5.info   5 Dec 2012 18:02:18 -   1.7
+++ php5.info   21 Jan 2013 19:06:16 -  1.8
@@ -1,7 +1,7 @@
 Info2: 
 Package: php5
 Version: 5.4.4
-Revision: 10.1
+Revision: 11.1
 Type: sapiver (20100525)
 ###
 BuildDepends: fink (= 0.34.99.git), automake1.11, apache2-prefork-dev, 
aspell-dev, coreutils, cyrus-sasl2-dev, db53-aes, enchant1-dev, expat1, 
file-dev, freetds (= 1:0.91-1), freetds-dev, freetype219, gd2, glib2-dev, 
gmp5, libapr.0-dev, libc-client1-dev, libcurl4, libevent2, libgcrypt, 
libicu36-dev, libjpeg8, libmcrypt, libmhash2, libonig2-dev, libodbc3-dev, 
libpcre1, libpng15, libtidy-0.99.0-dev, libtool2, libxml2, libxslt, 
mysql-unified-dev | libmysqlclient18-dev, libnetsnmp30-dev, netcat, 
openldap24-dev, openssl100-dev, postgresql91-dev, qdbm14, re2c, recode-dev, 
sed, sqlite3-dev, wrap
@@ -495,6 +495,8 @@
 mkdir -p %i/sbin
 mkdir -p %i/share/man/man8
 mkdir -p %i/etc/php5/fpm/pool.d
+mkdir -p %i/etc/logrotate.d
+install -m644 %b/fink/php5-fpm.logrotate %i/etc/logrotate.d/php5-fpm
 cp %b/fpm-build/sapi/fpm/php-fpm %i/sbin/php5-fpm
 cp %b/fpm-build/sapi/fpm/php-fpm.8 %i/share/man/man8/php5-fpm.8
 # we don't want the pool definitions on the main file itself:
@@ -541,11 +543,11 @@
 for i in apache2 apache2filter cgi cli embed fpm; do \
   install -d -m755 %i/etc/php5/$i; \
   ln -s %p/etc/php5/conf.d %i/etc/php5/$i/conf.d; \
-  if [ $i = cli ]; then \
-install -m644 %i/share/php5/php.ini-production.cli %i/etc/php5/$i/php.ini; 
\
-  else \
-install -m644 %i/share/php5/php.ini-production %i/etc/php5/$i/php.ini; \
-  fi \
+#  if [ $i = cli ]; then \
+#install -m644 %i/share/php5/php.ini-production.cli 
%i/etc/php5/$i/php.ini; \
+#  else \
+#install -m644 %i/share/php5/php.ini-production %i/etc/php5/$i/php.ini; \
+#  fi \
 done
 
 # If run in maintainer mode include test-results
@@ -2836,7 +2838,6 @@
   Provides: phpapi-%type_raw[sapiver]
   Depends: ucf, %N-common (= %v-%r), httpd, bzip2-shlibs, db53-aes-shlibs, 
libgettext8-shlibs, libiconv, libonig2-shlibs, libpcre1-shlibs, libxml2-shlibs, 
openssl100-shlibs, qdbm14-shlibs
   ConfFiles: 
-%p/etc/php5/cgi/php.ini
 %p/etc/apache2/mods-available/php5_cgi.conf
 %p/etc/apache2/mods-available/php5_cgi.load
   
@@ -2938,7 +2939,6 @@
   Package: %N-cli
   Provides: phpapi-%type_raw[sapiver]
   Depends: ucf, %N-common (= %v-%r), bzip2-shlibs, db53-aes-shlibs, 
libgettext8-shlibs, libiconv, libonig2-shlibs, libpcre1-shlibs, libxml2-shlibs, 
openssl100-shlibs, qdbm14-shlibs
-  ConfFiles: %p/etc/php5/cli/php.ini
   Files: 
 etc/php5/cli
 bin/php5
@@ -2999,11 +2999,14 @@
   Package: %N-fpm
   Provides: phpapi-%type_raw[sapiver]
   Depends: ucf, %N-common (= %v-%r), httpd, daemonic, bzip2-shlibs, 
db53-aes-shlibs, libgettext8-shlibs, libiconv, libonig2-shlibs, 
libpcre1-shlibs, libxml2-shlibs, openssl100-shlibs, qdbm14-shlibs
+  Recommends: logrotate
   ConfFiles: 
+%p/etc/logrotate.d/php5-fpm
 %p/etc/php5/fpm/php-fpm.conf
 %p/etc/php5/fpm/pool.d/www.conf
   
   Files: 
+etc/logrotate.d
 etc/php5/fpm
 sbin/php5-fpm
 share/man/man8/php5-fpm.8


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
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 whatcheck.info, 1.9, NONE whatcheck.patch, 1.4, NONE

2013-01-21 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31387

Removed Files:
whatcheck.info whatcheck.patch 
Log Message:
source hasn't been available in a long time; found it and it still doesn't 
compile


--- whatcheck.patch DELETED ---

--- whatcheck.info DELETED ---


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
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/graphics libavcodec54-1.0-shlibs-h264_error_value.patch, NONE, 1.1 libavcodec54-1.0-shlibs.info, 1.2, 1.3

2013-01-21 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26307

Modified Files:
libavcodec54-1.0-shlibs.info 
Added Files:
libavcodec54-1.0-shlibs-h264_error_value.patch 
Log Message:
ffmpeg 1.0.2

Index: libavcodec54-1.0-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/libavcodec54-1.0-shlibs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libavcodec54-1.0-shlibs.info5 Dec 2012 14:57:36 -   1.2
+++ libavcodec54-1.0-shlibs.info21 Jan 2013 23:11:03 -  1.3
@@ -1,5 +1,5 @@
 Package: libavcodec54-1.0-shlibs
-Version: 1.0.1
+Version: 1.0.2
 Revision: 1
 BuildDepends: 
bzip2,
@@ -31,7 +31,7 @@
sdl,
system-openssl-dev,
texi2html,
-   twolame-dev,
+   twolame-dev (= 0.3.13-1),
x11-dev,
xvidcore,
yasm
@@ -62,13 +62,16 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
xvidcore-shlibs
 
 ###
 Source: http://ffmpeg.org/releases/ffmpeg-%v.tar.bz2
-Source-MD5: dbbb88ce5525dea22b24aaa098a9bcc2
+Source-MD5: a7efff0f149aa2b6e6f7595b0544ee20
 ###
+### h264_error_value patch needed for 1.0.2.  Fixed in 1.0.3 on.
+PatchFile: %N-h264_error_value.patch
+PatchFile-MD5: ad9d415f9feccfc49cd9bf2a1b3c90ae
 PatchScript: 
   #!/bin/sh -ev
   %{default_script}
@@ -218,7 +221,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs

@@ -292,7 +295,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs

@@ -358,7 +361,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs

@@ -426,7 +429,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs

@@ -493,7 +496,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs

@@ -560,7 +563,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs

@@ -627,7 +630,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs
 
@@ -697,7 +700,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs

@@ -746,7 +749,7 @@
libvorbis0-shlibs,
libx264-118-shlibs (= 0.0.20111013-1),
sdl-shlibs,
-   twolame-shlibs,
+   twolame-shlibs (= 0.3.13-1),
x11-shlibs,
xvidcore-shlibs


--- NEW FILE: libavcodec54-1.0-shlibs-h264_error_value.patch ---
From 5ee483ae62663361833d70263cd4d626ba280452 Mon Sep 17 00:00:00 2001
From: Anton Khirnov an...@khirnov.net
Date: Mon, 14 Jan 2013 20:07:53 +0100
Subject: [PATCH] h264: fix ff_generate_sliding_window_mmcos() prototype.

It's been returning an error value since
bad446e251405dc250c3cbee199072e083a1e4b9

Also check for the errors it returns.
(cherry picked from commit ea382767ad2191acbe97e90624059723e15f0e4b)

Signed-off-by: Michael Niedermayer michae...@gmx.at
---
 libavcodec/h264.c  |  6 --
 libavcodec/h264.h  |  2 +-
 libavcodec/h264_refs.c | 12 
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index c8c3974..e28cc63 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -2360,7 +2360,7 @@ static int 

[cvs] dists/10.7/stable/main/finkinfo/devel cvs-fast-export.info, NONE, 1.1

2013-01-21 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3773

Added Files:
cvs-fast-export.info 
Log Message:
New package cvs-fast-export 0.3.

--- NEW FILE: cvs-fast-export.info ---
Package: cvs-fast-export
Version: 0.3
Revision: 1
Description: Export CVS to fast-import stream
DescDetail: 
Export an RCS or CVS history as a fast-import stream. This program
analyzes a collection of RCS files in a CVS repository (or outside of
one) and, when possible, emits an equivalent history in the form of a
fast-import stream. Not all possible histories can be rendered this way;
the program tries to emit useful warnings when it can't. The program can
also produce a visualization of the resulting commit DAG in the DOT
format handled by the graphviz suite.

Homepage: http://www.catb.org/~esr/cvs-fast-export/
License: GPL2
Maintainer: Daniel Johnson dan...@daniel-johnson.org

Source: http://www.catb.org/~esr/%n/%n-%v.tar.gz
Source-MD5: 5c5b93821c629ad3afd4e8eb13e7f32c

# Bug in Makefile; 'all' isn't defined.
PatchScript: perl -pi -e 's/ all/ cvs-fast-export/' Makefile

# These are needed to build the manpage.
BuildDepends: 
asciidoc-a2x,
docbook-dtd,
docbook-xsl,
libxml2-bin


CompileScript: make prefix=%p

InstallScript: make cvs-fast-export.html install prefix=%p DESTDIR=%d

DocFiles: AUTHORS COPYING NEWS README cvs-fast-export.html docbook-xsl.css


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/text asciidoc.info,1.2,1.3

2013-01-21 Thread Charles Lepple
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13683

Modified Files:
asciidoc.info 
Log Message:
asciidoc: new upstream 8.6.8


Index: asciidoc.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/asciidoc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- asciidoc.info   22 Dec 2011 19:36:17 -  1.2
+++ asciidoc.info   22 Jan 2013 01:58:56 -  1.3
@@ -1,9 +1,9 @@
 Info2: 
 Package: asciidoc
-Version: 8.6.6
+Version: 8.6.8
 Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 44b872d9c300ffa5a8fe8b3c4d10957c
+Source-MD5: 61ab211f30481741ce4d1e4b12bf
 
 DocFiles: README BUGS filters/code/code-filter-readme.txt COPYING CHANGELOG
 
@@ -30,8 +30,9 @@
 
 SplitOff: 
 Package: asciidoc-a2x
-Depends: asciidoc (= %v-%r), libxslt-bin, lynx
+Depends: asciidoc (= %v-%r), libxslt-bin, libxml2-bin, docbook-dtd, 
docbook-xsl, lynx
 Recommends: fop
+# TODO: also recommend dblatex, when available. Then fix the DescUsage below.
 Replaces: asciidoc ( 8.4.5-3)
 Files: 
  bin/a2x
@@ -54,6 +55,11 @@
 translates an AsciiDoc text file FILE to PDF, DVI, PS, LaTeX, XHTML (single
 page or chunked), man page, HTML Help or plain text formats.
 
+DescUsage: 
+If you prefer to use FOP instead of dblatex to generate PDFs, install the 'fop'
+package. FOP requires Java. However, at the time of writing, dblatex was not
+available in Fink for all versions of OS X.
+
 
 
 License: GPL


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/graphics netpbm10.info,1.2,1.3

2013-01-21 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15837

Modified Files:
netpbm10.info 
Log Message:
netpbm 10.35.87, latest of super stable series
with maintainer OK

Index: netpbm10.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/netpbm10.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- netpbm10.info   21 Aug 2012 09:09:19 -  1.2
+++ netpbm10.info   22 Jan 2013 02:21:51 -  1.3
@@ -1,5 +1,5 @@
 Package: netpbm10
-Version: 10.35.81
+Version: 10.35.87
 Revision: 1
 BuildDepends: libjpeg8, libpng3, libtiff, fink (= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
@@ -7,7 +7,7 @@
 Conflicts: netpbm
 BuildDependsOnly: True
 Source: mirror:sourceforge:netpbm/netpbm-%v.tgz
-Source-MD5: d02c5681d36ab4d58747363d7e0b3e4e

+Source-MD5: e7566949b032efdbc40ac98a0415ef69
 NoSetMAKEFLAGS: true
 NoSetLDFLAGS: true
 SetLIBRARY_PATH: %p/lib


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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 wine-32bit.info,1.5,1.6

2013-01-21 Thread Sjors Gielen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16799/x11

Modified Files:
wine-32bit.info 
Log Message:
Update wine-32bit to 1.5.22; force it to use TrueType, fixes font metrics issue


Index: wine-32bit.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/wine-32bit.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wine-32bit.info 15 Oct 2012 06:02:58 -  1.5
+++ wine-32bit.info 22 Jan 2013 02:32:21 -  1.6
@@ -1,8 +1,9 @@
 Package: wine-32bit
-Version: 1.3.21
-Revision: 5
+Version: 1.5.22
+Revision: 1
 Description: Microsoft Windows compatibility layer (x86)
 License: LGPL
+
 # Sjors is maintainer of the wine-32bit package, while Damian Dimmich
 # is the maintainer of the normal wine package on Fink i386.
 Maintainer: Sjors Gielen f...@sjorsgielen.nl
@@ -16,13 +17,7 @@
 # Does not compile on PowerPC.
 # error: encode_type: VT_USERDEFINED - unhandled type 17
 Architecture: x86_64
-# Requires too old of an Xcode for 10.8
-Distribution: 10.7
-# Trevor writes:
-# According to the Wine README, any GCC higher than 2.7.2 should work, but 
only GCC 4.x has been tested.
-# See Wine's documentation/PACKAGING file for more details about dependencies.
-# I may have gone overboard on these dependencies, but better safe than sorry.
-# Sjors writes:
+
 # http://wiki.winehq.org/Wine64 describes that for building x86-64,
 # gcc = 4.5.1 is required.
 BuildDepends: 
@@ -31,7 +26,7 @@
  glib2-dev, lcms, lcms-bin, libgettext8-dev, libiconv-dev, libicu36-dev,
  libjpeg8, libusb, libxml2 (=2.6.21), libxml2-bin (=2.6.21), libxslt, 
libxslt-bin,
  openldap24-dev, system-openssl-dev, sane-backends-dev, x11-dev, libgphoto2,
- glib2-dev, libpng15-32bit (=1.5.5-2), xcode ( 4.2-1 ), gcc4.2
+ glib2-dev, libpng15-32bit (=1.5.5-2), xcode, dev-tools
 
 Depends: 
  dbus1.3-shlibs, fontconfig2-shlibs,
@@ -54,7 +49,7 @@
  wine-stable
 
 Source: mirror:sourceforge:wine/wine-%v.tar.bz2
-Source-MD5: dfcefe48a9aae82f7f1aa4d2c6617961
+Source-MD5: 8b37350b58da09eb3ce63422070c27c4
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
@@ -63,29 +58,26 @@
   --host=i686-apple-darwin11 \
   --x-includes=/usr/X11/include \
   --x-libraries=/usr/X11/lib \
-  --without-esd \
   --without-gnutls \
   --without-gstreamer \
-  --without-jack \
   --without-mpg123 \
   --without-openal \
+  --with-freetype \
   --with-png
 
-# Was: --disable-win16
-# A custom CompileScript is necessary for the extra make depend step
 CompileScript: 
 #!/bin/sh -ev
  export 
CPATH=%p/include/dbus-1.0:%p/lib/dbus-1.0/include:%p/include:/usr/X11/include
  export LDFLAGS=-L%p/lib/i386 -L/%p/lib/system-openssl/lib -Wl,-no_pie
  export LD_LIBRARY_PATH=%p/lib
- export CPPFLAGS=-I/%p/lib/system-openssl/include -D_DARWIN_NO_64_BIT_INODE
- export CC=/Developer/usr/bin/i686-apple-darwin11-gcc-4.2.1
- export CXX=/Developer/usr/bin/i686-apple-darwin11-g++-4.2.1 
+ export CPPFLAGS=-I/%p/lib/system-openssl/include
+ export CC=%p/bin/gcc-fsf-4.7
+ export CXX=/%p/bin/g++-fsf-4.7
  export ft_devel=%p/bin/freetype-config
  mkdir bin
- ln -s /Developer/usr/bin/as bin/i686-apple-darwin11-as
- ln -s /Developer/usr/bin/ld bin/i686-apple-darwin11-ld
- ln -s /Developer/usr/bin/nm bin/i686-apple-darwin11-nm
+ ln -s /usr/bin/as bin/i686-apple-darwin11-as
+ ln -s /usr/bin/ld bin/i686-apple-darwin11-ld
+ ln -s /usr/bin/nm bin/i686-apple-darwin11-nm
  ln -s $CC bin/i686-apple-darwin11-gcc
  ln -s $CXX bin/i686-apple-darwin11-g++
  export PATH=`pwd`/bin:$PATH
@@ -103,6 +95,8 @@
  perl -pi.bak -e 's,\-L%p/lib ,,g; s:\-I%p/include( |,):\1:g; 
s,\-l(m|dl|pthread)([^a-z]),\2,g' config.status
  ./config.status
  make depend
+ perl -pi -e 's,^CC   ,CC = /usr/bin/clang -m32\n#,g;' 
dlls/winemac.drv/Makefile
+ perl -pi -e 's,LDEXECFLAGS = ,LDEXECFLAGS = /usr/lib/crt1.o ,;' 
loader/Makefile
  make
 
 Shlibs: %p/lib/libwine.1.dylib 1.0.0 %n (= 0.9.21-3)


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs