Author: pebender
Date: Mon Sep 1 10:55:48 2008
New Revision: 3687
Added:
trunk/gar-minimyth/script/net/curl/files/curl-7.19.0.patch.gar
Removed:
trunk/gar-minimyth/script/net/curl/files/curl-7.18.2.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/net/curl/Makefile
trunk/gar-minimyth/script/net/curl/checksums
Log:
- Updated package
net/curl
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 Mon Sep 1
10:55:48 2008
@@ -97,6 +97,7 @@
Updated multimedia/mplayer-svn.
Updated multimedia/vlc.
Updated multimedia/xine-lib.
+ Updated net/curl.
Updated net/ntp.
Updated system/udev.
Updated utils/busybox.
Modified: trunk/gar-minimyth/script/net/curl/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/curl/Makefile (original)
+++ trunk/gar-minimyth/script/net/curl/Makefile Mon Sep 1 10:55:48 2008
@@ -1,5 +1,5 @@
GARNAME = curl
-GARVERSION = 7.18.2
+GARVERSION = 7.19.0
CATEGORIES = net
MASTER_SITES = http://curl.haxx.se/download/
DISTFILES = $(DISTNAME).tar.bz2
Modified: trunk/gar-minimyth/script/net/curl/checksums
==============================================================================
--- trunk/gar-minimyth/script/net/curl/checksums (original)
+++ trunk/gar-minimyth/script/net/curl/checksums Mon Sep 1 10:55:48 2008
@@ -1,2 +1,2 @@
-c389be5b0525276e58865956b7465562 download/curl-7.18.2.tar.bz2
-ca885b8611a22eb0debf86ea6b1b6856 download/curl-7.18.2.patch.gar
+c299c5e0f20f633791b4c4f7ced4effe download/curl-7.19.0.tar.bz2
+17ce234ce1eaed22f1ba23ab198fb499 download/curl-7.19.0.patch.gar
Added: trunk/gar-minimyth/script/net/curl/files/curl-7.19.0.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/net/curl/files/curl-7.19.0.patch.gar Mon Sep
1 10:55:48 2008
@@ -0,0 +1,34 @@
+diff -Naur curl-7.19.0-old/curl-config.in curl-7.19.0-new/curl-config.in
+--- curl-7.19.0-old/curl-config.in 2008-01-10 14:14:02.000000000 -0800
++++ curl-7.19.0-new/curl-config.in 2008-09-01 09:50:25.000000000 -0700
+@@ -181,19 +181,11 @@
+ ;;
+
+ --cflags)
+- if test "[EMAIL PROTECTED]@" = "X/usr/include"; then
+- echo ""
+- else
+- echo "[EMAIL PROTECTED]@"
+- fi
++ echo ""
+ ;;
+
+ --libs)
+- if test "[EMAIL PROTECTED]@" != "X/usr/lib" -a "[EMAIL PROTECTED]@" !=
"X/usr/lib64"; then
+- CURLLIBDIR="[EMAIL PROTECTED]@ "
+- else
+- CURLLIBDIR=""
+- fi
++ CURLLIBDIR=""
+ if test "[EMAIL PROTECTED]@" = "Xyes"; then
+ echo ${CURLLIBDIR}-lcurl @LDFLAGS@ @LIBCURL_LIBS@ @LIBS@
+ else
+@@ -202,7 +194,7 @@
+ ;;
+
+ --static-libs)
+- echo @libdir@/[EMAIL PROTECTED]@ @LDFLAGS@ @LIBCURL_LIBS@ @LIBS@
++ echo @GAR_DESTDIR@@libdir@/[EMAIL PROTECTED]@ @LDFLAGS@ @LIBCURL_LIBS@
@LIBS@
+ ;;
+
+ *)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---