Author: pebender
Date: Thu Sep 11 19:00:04 2008
New Revision: 3739
Added:
trunk/gar-minimyth/script/lib/libgcrypt/files/libgcrypt-1.4.2.patch.gar
Removed:
trunk/gar-minimyth/script/lib/libgcrypt/files/libgcrypt-1.4.1.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 Sep 11
19:00:04 2008
@@ -15,6 +15,7 @@
Updated packages
lib/libdvdnav.
+ lib/libgcrypt.
utils/pciutils.
utils/module-init-tools.
utils/util-linux-ng.
Modified: trunk/gar-minimyth/script/lib/libgcrypt/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/libgcrypt/Makefile (original)
+++ trunk/gar-minimyth/script/lib/libgcrypt/Makefile Thu Sep 11 19:00:04
2008
@@ -1,5 +1,5 @@
GARNAME = libgcrypt
-GARVERSION = 1.4.1
+GARVERSION = 1.4.2
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 Sep 11 19:00:04
2008
@@ -1,2 +1,2 @@
-26703ecef4bbe113b8e6a87572b80b32 download/libgcrypt-1.4.1.tar.bz2
-ca2ccf3c43c2fa7b80b309781f2bc513 download/libgcrypt-1.4.1.patch.gar
+0d27005ff43ecf3d96ae02d99bf793ba download/libgcrypt-1.4.2.tar.bz2
+812df695df137694397e30816467e727 download/libgcrypt-1.4.2.patch.gar
Added:
trunk/gar-minimyth/script/lib/libgcrypt/files/libgcrypt-1.4.2.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/libgcrypt/files/libgcrypt-1.4.2.patch.gar
Thu Sep 11 19:00:04 2008
@@ -0,0 +1,33 @@
+diff -Naur libgcrypt-1.4.2-old/src/libgcrypt-config.in
libgcrypt-1.4.2-new/src/libgcrypt-config.in
+--- libgcrypt-1.4.2-old/src/libgcrypt-config.in 2008-08-19
08:20:04.000000000 -0700
++++ libgcrypt-1.4.2-new/src/libgcrypt-config.in 2008-09-11
13:11:44.000000000 -0700
+@@ -12,6 +12,7 @@
+ # File: @configure_input@
+
+ # General.
[EMAIL PROTECTED]@
+ 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" != "[EMAIL PROTECTED]@@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" != "[EMAIL PROTECTED]@@GAR_libdir@"
-a "x$DESTDIR$libdir" != "[EMAIL PROTECTED]@@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
-~----------~----~----~----~------~----~------~--~---