Author: pebender
Date: Thu Jan 15 13:41:05 2009
New Revision: 4253

Added:
    trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.8.patch.gar
Removed:
    trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.7.patch.gar
Modified:
    trunk/gar-minimyth/script/db/sqlite/Makefile
    trunk/gar-minimyth/script/db/sqlite/checksums
    trunk/gar-minimyth/script/lib/freetype/Makefile
    trunk/gar-minimyth/script/lib/freetype/checksums
    trunk/gar-minimyth/script/perl/perl-libwww-perl/Makefile
    trunk/gar-minimyth/script/perl/perl-libwww-perl/checksums

Log:
- Updated packages
     db/sqlite
     lib/freetype
     perl/perl-libwww-perl



Modified: trunk/gar-minimyth/script/db/sqlite/Makefile
==============================================================================
--- trunk/gar-minimyth/script/db/sqlite/Makefile        (original)
+++ trunk/gar-minimyth/script/db/sqlite/Makefile        Thu Jan 15 13:41:05 2009
@@ -1,5 +1,5 @@
  GARNAME = sqlite
-GARVERSION = 3.6.8
+GARVERSION = 3.6.9
  CATEGORIES = db
  MASTER_SITES = http://www.sqlite.org/
  DISTFILES = $(DISTNAME).tar.gz

Modified: trunk/gar-minimyth/script/db/sqlite/checksums
==============================================================================
--- trunk/gar-minimyth/script/db/sqlite/checksums       (original)
+++ trunk/gar-minimyth/script/db/sqlite/checksums       Thu Jan 15 13:41:05 2009
@@ -1 +1 @@
-b3e75659c1e9f61e13a0f776c8ee43dd  download/sqlite-3.6.8.tar.gz
+4cfef90543d712a5b8fbcc6444956e03  download/sqlite-3.6.9.tar.gz

Modified: trunk/gar-minimyth/script/lib/freetype/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/freetype/Makefile     (original)
+++ trunk/gar-minimyth/script/lib/freetype/Makefile     Thu Jan 15 13:41:05 2009
@@ -1,5 +1,5 @@
  GARNAME = freetype
-GARVERSION = 2.3.7
+GARVERSION = 2.3.8
  CATEGORIES = lib
  MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
  DISTFILES = $(DISTNAME).tar.bz2

Modified: trunk/gar-minimyth/script/lib/freetype/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/freetype/checksums    (original)
+++ trunk/gar-minimyth/script/lib/freetype/checksums    Thu Jan 15 13:41:05  
2009
@@ -1,2 +1,2 @@
-83306194817ebdea554133b4232a34aa  download/freetype-2.3.7.tar.bz2
-ce5d6b478aa3955bcd2b4c8884ff1ad0  download/freetype-2.3.7.patch.gar
+6cf31a08826715a0d16ae366da9c7d3b  download/freetype-2.3.8.tar.bz2
+f4960aab0711fb4eb492c01d18a53550  download/freetype-2.3.8.patch.gar

Added: trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.8.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/freetype/files/freetype-2.3.8.patch.gar       
 
Thu Jan 15 13:41:05 2009
@@ -0,0 +1,56 @@
+diff -Naur freetype-2.3.8-old/builds/unix/freetype-config.in  
freetype-2.3.8-new/builds/unix/freetype-config.in
+--- freetype-2.3.8-old/builds/unix/freetype-config.in  2008-06-09  
14:25:37.000000000 -0700
++++ freetype-2.3.8-new/builds/unix/freetype-config.in  2009-01-15  
08:58:46.000000000 -0800
+@@ -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()
+ {
+@@ -128,9 +128,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
+@@ -138,12 +138,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
+@@ -151,7 +148,7 @@
+
+ if test "$echo_libtool" = "yes" ; then
+   convlib="libfreetype.la"
+-  echo $libdir/$convlib
++  echo $DESTDIR/$libdir/$convlib
+ fi
+
+ # EOF

Modified: trunk/gar-minimyth/script/perl/perl-libwww-perl/Makefile
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-libwww-perl/Makefile    (original)
+++ trunk/gar-minimyth/script/perl/perl-libwww-perl/Makefile    Thu Jan 15  
13:41:05 2009
@@ -1,5 +1,5 @@
  GARNAME      = perl-libwww-perl
-GARVERSION   = 5.822
+GARVERSION   = 5.823
  MASTER_SITES = http://www.cpan.org/authors/id/G/GA/GAAS/
  DEPENDS      = perl/perl-HTML-Parser perl/perl-URI


Modified: trunk/gar-minimyth/script/perl/perl-libwww-perl/checksums
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-libwww-perl/checksums   (original)
+++ trunk/gar-minimyth/script/perl/perl-libwww-perl/checksums   Thu Jan 15  
13:41:05 2009
@@ -1 +1 @@
-5b5856e0d61abb75fb5f52ed1678161f  download/libwww-perl-5.822.tar.gz
+9e1d2039e5ed9ed5e0783c2c1c33db8f  download/libwww-perl-5.823.tar.gz

--~--~---------~--~----~------------~-------~--~----~
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