Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3339

Modified Files:
        fontconfig2-dev.info fontconfig2-dev.patch 
Log Message:
kill static


Index: fontconfig2-dev.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/fontconfig2-dev.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fontconfig2-dev.patch       7 Apr 2010 13:55:55 -0000       1.7
+++ fontconfig2-dev.patch       23 Apr 2011 18:25:17 -0000      1.8
@@ -1,3 +1,12 @@
+diff -Nurd -x'*~' fontconfig-2.8.0.orig/fontconfig.pc.in 
fontconfig-2.8.0/fontconfig.pc.in
+--- fontconfig-2.8.0.orig/fontconfig.pc.in     2009-11-16 12:24:52.000000000 
-0500
++++ fontconfig-2.8.0/fontconfig.pc.in  2011-04-23 11:56:24.000000000 -0400
+@@ -7,5 +7,4 @@
+ Description: Font configuration and customization library
+ Version: @VERSION@
+ Libs: -L${libdir} -lfontconfig
+-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
+ Cflags: -I${includedir}
 diff -Nurd -x'*~' fontconfig-2.8.0.orig/fonts.conf.in 
fontconfig-2.8.0/fonts.conf.in
 --- fontconfig-2.8.0.orig/fonts.conf.in        2009-06-28 13:48:47.000000000 
-0400
 +++ fontconfig-2.8.0/fonts.conf.in     2010-02-08 05:21:00.000000000 -0500

Index: fontconfig2-dev.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/fontconfig2-dev.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- fontconfig2-dev.info        7 Apr 2010 13:55:55 -0000       1.16
+++ fontconfig2-dev.info        23 Apr 2011 18:25:17 -0000      1.17
@@ -1,6 +1,6 @@
 Package: fontconfig2-dev
 Version: 2.8.0
-Revision: 4
+Revision: 5
 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.3.12-1),
+       freetype219 (>= 2.4.4-1),
        libiconv-dev,
        pkgconfig,
        x11-dev
@@ -24,10 +24,10 @@
 Source: http://www.fontconfig.org/release/fontconfig-%v.tar.gz
 Source-MD5: 77e15a92006ddc2adbb06f840d591c0e
 PatchFile: %n.patch
-PatchFile-MD5: 840d44a69df851a15bf18e6b2f5cd078
+PatchFile-MD5: b016bb5e79e60d05dcfdd964c0ed68a7
 
 SetCFLAGS: -fno-common -g -Os
-ConfigureParams: --prefix=%p/lib/fontconfig2 --with-confdir=%p/etc/fonts 
--disable-docs --enable-dependency-tracking 
--with-cache-dir=%p/var/cache/fontconfig-2.4 
--with-default-fonts=/System/Library/Fonts 
--with-add-fonts=/Library/Fonts,/Network/Library/Fonts,/System/Library/Fonts,/usr/X11/lib/X11/fonts,/usr/X11R6/lib/X11/fonts,/usr/share/fonts
 --disable-silent-rules
+ConfigureParams: --prefix=%p/lib/fontconfig2 --with-confdir=%p/etc/fonts 
--disable-docs --enable-dependency-tracking 
--with-cache-dir=%p/var/cache/fontconfig-2.4 
--with-default-fonts=/System/Library/Fonts 
--with-add-fonts=/Library/Fonts,/Network/Library/Fonts,/System/Library/Fonts,/usr/X11/lib/X11/fonts,/usr/X11R6/lib/X11/fonts,/usr/share/fonts
 --disable-silent-rules --disable-static
 CompileScript: <<
        %{default_script}
        fink-package-precedence --prohibit-bdep %n .
@@ -49,7 +49,7 @@
        Depends: <<
                fontconfig-config (= %v-%r),
                expat1-shlibs,
-               freetype219-shlibs (>= 2.3.12-1),
+               freetype219-shlibs (>= 2.4.4-1),
                libiconv
        <<
        DocFiles: AUTHORS COPYING ChangeLog NEWS README
@@ -133,5 +133,14 @@
 dir of same name". Remove the symlink in *this* PreInst, so installing
 this package's actual files doesn't follow it and install in system
 location.
-<<
 
+       No longer supply static (as of 2.8.0-5), therefore no longer
+       need to propagate linking against libs that are not in public
+       ABI.
+
+       Not sure if we should Requires: or Requires.private: freetype2
+       (we remove it from Libs.private: because no benefit to forcing
+       others to link libft). It's in fcfreetype.h public header, so
+       would help make sure others don't need to know to pass ft's
+       special -I flag.
+<<


------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to