Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31465

Modified Files:
      Tag: pangocairo-branch
        pwlib1.info 
Log Message:
same changes as in HEAD

Index: pwlib1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/pwlib1.info,v
retrieving revision 1.2.2.8
retrieving revision 1.2.2.9
diff -u -d -r1.2.2.8 -r1.2.2.9
--- pwlib1.info 15 Feb 2008 15:30:29 -0000      1.2.2.8
+++ pwlib1.info 21 May 2008 16:05:59 -0000      1.2.2.9
@@ -1,6 +1,6 @@
 Package: pwlib1
 Version: 1.10.10
-Revision: 2
+Revision: 3
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
 GCC: 4.0
 BuildDepends: audiofile, cyrus-sasl2-dev, doxygen, esound (>= 0.2.38-1), 
expat1, libdv4, openldap23-dev, openssl097-dev, sdl, sed, fink (>= 0.27.2)
@@ -19,7 +19,9 @@
 PatchScript: <<
 #!/bin/sh -ev
   find . \( -name CVS -o -name '.cvsignore' -o -name '*.bak' \) -exec rm -fR 
\{\} \+ || true
-  sed -ri.bak -e '/P_MACOSX/,+40{/socklen_t/d}' 
include/ptlib/unix/ptlib/pmachdep.h
+   sed -ri.bak -e '/P_MACOSX/,+45{/socklen_t/d ; s,setpgrp,setpgid, }' 
include/ptlib/unix/ptlib/pmachdep.h
+# the def of SEM_FAILED changed between 10.4 and 10.5.  We coerce it anyway to 
sem_t *
+  sed -ri.bak -e 's,\(int\)sem != SEM_FAILED,sem != (sem_t *)SEM_FAILED,' 
src/ptlib/unix/tlibthrd.cxx
 #  perl -pi.bak -e 's,^LDAP_SOURCE,CFLAGS += -DLDAP_DEPRECATED\n$&,' 
src/ptlib/unix/Makefile
   perl -pi.bak -e 's,sys/soundcard\.h,liboss/soundcard.h,' 
{,plugins/}configure*
   sed -ri.bak -e '/NETBSD/,+5{ /#endif/a\
@@ -31,6 +33,8 @@
   sed -ri -e 's,^\#include <sys/socket\.h>,#include <stddef.h>,' configure
   sed -ri.bak -e 's,libesd.a,libesd.dylib,' -e 's, \-I\$\(ESDDIR\)/include,,' 
make/unix.mak
   sed -ri.bak -e 's,-shared,-bundle,' make/plugins.mak
+## relying on Apple's version of the MIN macro too system-dependent, rely 
instead on PMIN in ptlib/object.h :
+  sed -ri.bak -e 's, MIN\(, PMIN\(,' 
src/ptlib/unix/maccoreaudio{.cxx,/circular_buffer.inl}
 ## for the build of dependent pkgs (SYSLIBDIR is only defined for a couple of 
OS's, and not necessarily where pwlib is installed):
   sed -ri.bak -e 's,SYSLIBDIR,shell ptlib-config --libdir,' make/common.mak
 ## for vers. 1.11.1 :


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to