Revision: 5657
Author: pebender
Date: Sun Oct 11 09:05:11 2009
Log: - Updated package lib/freetype.


http://code.google.com/p/minimyth/source/detail?r=5657

Added:
  /trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.11.patch.gar
Deleted:
  /trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.10.patch.gar
Modified:
  /trunk/gar-minimyth/script/lib/freetype/Makefile
  /trunk/gar-minimyth/script/lib/freetype/checksums

=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.11.patch.gar     
 
Sun Oct 11 09:05:11 2009
@@ -0,0 +1,56 @@
+diff -Naur freetype-2.3.11-old/builds/unix/freetype-config.in  
freetype-2.3.11-new/builds/unix/freetype-config.in
+--- freetype-2.3.11-old/builds/unix/freetype-config.in 2009-03-14  
06:45:26.000000000 -0700
++++ freetype-2.3.11-new/builds/unix/freetype-config.in 2009-10-11  
08:46:08.000000000 -0700
+@@ -9,6 +9,7 @@
+ # indicate that you have read the license and understand and accept it
+ # fully.
+
++destd...@gar_destdir@
+ pref...@prefix@
+ exec_pref...@exec_prefix@
+ exec_prefix_set=no
+@@ -16,7 +17,6 @@
+ libd...@libdir@
+ enable_shar...@build_libtool_libs@
+ w...@wl@
+-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
+
+ usage()
+ {
+@@ -131,9 +131,9 @@
+ fi
+
+ if test "$echo_cflags" = "yes" ; then
+-  cflags="-I$includedir/freetype2"
+-  if test "$includedir" != "/usr/include" ; then
+-    echo $cflags -I$includedir
++  cflags="-I$DESTDIR/$includedir/freetype2"
++  if test "$includedir" != "@GAR_includedir@" ; then
++    echo $cflags -I$DESTDIR/$includedir
+   else
+     echo $cflags
+   fi
+@@ -141,12 +141,9 @@
+
+ if test "$echo_libs" = "yes" ; then
+   rpath=
+-  if test "$enable_shared" = "yes" ; then
+-    eval "rpath=\"$hardcode_libdir_flag_spec\""
+-  fi
+   libs="-lfreetype @LIBZ@ @FT2_EXTRA_LIBS@"
+-  if test "$libdir" != "/usr/lib" && test "$libdir" != "/usr/lib64"; then
+-    echo -L$libdir $rpath $libs
++   if test "$libdir" != "@GAR_libdir@" ; then
++     echo -L$DESTDIR/$libdir $libs
+   else
+     echo $libs
+   fi
+@@ -154,7 +151,7 @@
+
+ if test "$echo_libtool" = "yes" ; then
+   convlib="libfreetype.la"
+-  echo $libdir/$convlib
++  echo $DESTDIR/$libdir/$convlib
+ fi
+
+ # EOF
=======================================
--- /trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.10.patch.gar     
 
Wed Oct  7 09:25:47 2009
+++ /dev/null
@@ -1,56 +0,0 @@
-diff -Naur freetype-2.3.10-old/builds/unix/freetype-config.in  
freetype-2.3.10-new/builds/unix/freetype-config.in
---- freetype-2.3.10-old/builds/unix/freetype-config.in 2009-03-14  
06:45:26.000000000 -0700
-+++ freetype-2.3.10-new/builds/unix/freetype-config.in 2009-10-07  
09:23:06.000000000 -0700
-@@ -9,6 +9,7 @@
- # indicate that you have read the license and understand and accept it
- # fully.
-
-+destd...@gar_destdir@
- pref...@prefix@
- exec_pref...@exec_prefix@
- exec_prefix_set=no
-@@ -16,7 +17,6 @@
- libd...@libdir@
- enable_shar...@build_libtool_libs@
- w...@wl@
--hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
-
- usage()
- {
-@@ -131,9 +131,9 @@
- fi
-
- if test "$echo_cflags" = "yes" ; then
--  cflags="-I$includedir/freetype2"
--  if test "$includedir" != "/usr/include" ; then
--    echo $cflags -I$includedir
-+  cflags="-I$DESTDIR/$includedir/freetype2"
-+  if test "$includedir" != "@GAR_includedir@" ; then
-+    echo $cflags -I$DESTDIR/$includedir
-   else
-     echo $cflags
-   fi
-@@ -141,12 +141,9 @@
-
- if test "$echo_libs" = "yes" ; then
-   rpath=
--  if test "$enable_shared" = "yes" ; then
--    eval "rpath=\"$hardcode_libdir_flag_spec\""
--  fi
-   libs="-lfreetype @LIBZ@ @FT2_EXTRA_LIBS@"
--  if test "$libdir" != "/usr/lib" && test "$libdir" != "/usr/lib64"; then
--    echo -L$libdir $rpath $libs
-+   if test "$libdir" != "@GAR_libdir@" ; then
-+     echo -L$DESTDIR/$libdir $libs
-   else
-     echo $libs
-   fi
-@@ -154,7 +151,7 @@
-
- if test "$echo_libtool" = "yes" ; then
-   convlib="libfreetype.la"
--  echo $libdir/$convlib
-+  echo $DESTDIR/$libdir/$convlib
- fi
-
- # EOF
=======================================
--- /trunk/gar-minimyth/script/lib/freetype/Makefile    Wed Oct  7 09:25:04  
2009
+++ /trunk/gar-minimyth/script/lib/freetype/Makefile    Sun Oct 11 09:05:11  
2009
@@ -1,5 +1,5 @@
  GARNAME = freetype
-GARVERSION = 2.3.10
+GARVERSION = 2.3.11
  CATEGORIES = lib
  MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
  DISTFILES = $(DISTNAME).tar.bz2
=======================================
--- /trunk/gar-minimyth/script/lib/freetype/checksums   Wed Oct  7 09:25:04  
2009
+++ /trunk/gar-minimyth/script/lib/freetype/checksums   Sun Oct 11 09:05:11  
2009
@@ -1,2 +1,2 @@
-b7a8a26cc137716a32b788664697d727  download/freetype-2.3.10.tar.bz2
-415f28d9c38968b8bb4e1baba6fe0059  download/freetype-2.3.10.patch.gar
+519c7cbf5cbd72ffa822c66844d3114c  download/freetype-2.3.11.tar.bz2
+3d64e43df9544dadfaedb32ebc3a5529  download/freetype-2.3.11.patch.gar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to