Author: pebender
Date: Thu Jan 22 19:37:02 2009
New Revision: 4313
Added:
trunk/gar-minimyth/script/lib/libgcrypt/files/libgcrypt-1.4.4.patch.gar
Removed:
trunk/gar-minimyth/script/lib/libgcrypt/files/libgcrypt-1.4.3.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/lib/libgcrypt/Makefile
trunk/gar-minimyth/script/lib/libgcrypt/checksums
Log:
- Updated package
lib/libgcrypt
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Jan 22
19:37:02 2009
@@ -166,6 +166,7 @@
Updated lib/alsa-lib.
Updated lib/bluez.
Updated lib/freetype.
+ Updated lib/libgcrypt.
Updated lib/libxml2.
Updated net/curl.
Updated mediaplayers/xine-lib.
Modified: trunk/gar-minimyth/script/lib/libgcrypt/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/libgcrypt/Makefile (original)
+++ trunk/gar-minimyth/script/lib/libgcrypt/Makefile Thu Jan 22 19:37:02
2009
@@ -1,5 +1,5 @@
GARNAME = libgcrypt
-GARVERSION = 1.4.3
+GARVERSION = 1.4.4
CATEGORIES = lib
MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.bz2
Modified: trunk/gar-minimyth/script/lib/libgcrypt/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/libgcrypt/checksums (original)
+++ trunk/gar-minimyth/script/lib/libgcrypt/checksums Thu Jan 22 19:37:02
2009
@@ -1,2 +1,2 @@
-46e50e811ed51f1e0e8dd677dded967d download/libgcrypt-1.4.3.tar.bz2
-52b9c5e292f90372b6e93b8b4d13ee8f download/libgcrypt-1.4.3.patch.gar
+34105aa927e23c217741966496b97e67 download/libgcrypt-1.4.4.tar.bz2
+a884a122283ce10b9e89d76cfdff71f8 download/libgcrypt-1.4.4.patch.gar
Added:
trunk/gar-minimyth/script/lib/libgcrypt/files/libgcrypt-1.4.4.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/libgcrypt/files/libgcrypt-1.4.4.patch.gar
Thu Jan 22 19:37:02 2009
@@ -0,0 +1,33 @@
+diff -Naur libgcrypt-1.4.4-old/src/libgcrypt-config.in
libgcrypt-1.4.4-new/src/libgcrypt-config.in
+--- libgcrypt-1.4.4-old/src/libgcrypt-config.in 2008-08-19
08:20:04.000000000 -0700
++++ libgcrypt-1.4.4-new/src/libgcrypt-config.in 2009-01-22
19:24:06.000000000 -0800
+@@ -12,6 +12,7 @@
+ # File: @configure_input@
+
+ # General.
++destd...@gar_destdir@
+ prefix="@prefix@"
+ exec_prefix="@exec_prefix@"
+ version="@VERSION@"
+@@ -126,8 +127,8 @@
+ cflags_final="$cflags"
+
+ # Set up `includes'.
+- if test "x$includedir" != "x/usr/include"
-a "x$includedir" != "x/include"; then
+- includes="-I$includedir"
++ if test "x$DESTDIR$includedir" != "x...@gar_destdir@@GAR_includedir@";
then
++ includes="-I$DESTDIR$includedir"
+ fi
+ # Set up `cflags_final'.
+ cflags_final="$cflags_final $gpg_error_cflags"
+@@ -146,8 +147,8 @@
+ libs_final="$libs"
+
+ # Set up `libdirs'.
+- if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/lib"; then
+- libdirs="-L$libdir"
++ if test "x$DESTDIR$libdir" != "x...@gar_destdir@@GAR_libdir@"
-a "x$DESTDIR$libdir" != "x...@gar_destdir@@GAR_elibdir"; then
++ libdirs="-L$DESTDIR$libdir"
+ fi
+
+ # Set up `libs_final'.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---