Author: pebender
Date: Tue Mar 3 18:05:31 2009
New Revision: 4442
Added:
trunk/gar-minimyth/script/net/curl/files/curl-7.19.4.patch.gar
Removed:
trunk/gar-minimyth/script/net/curl/files/curl-7.19.3.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 Tue Mar 3
18:05:31 2009
@@ -80,6 +80,7 @@
Updated lib/mpfr.
Updated lib/readline.
Updated mediaplayers/mplayer-svn.
+ Updated net/curl.
Updated net/gpxe.
Updated net/mount.cifs.
Updated net/openssh.
Modified: trunk/gar-minimyth/script/net/curl/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/curl/Makefile (original)
+++ trunk/gar-minimyth/script/net/curl/Makefile Tue Mar 3 18:05:31 2009
@@ -1,5 +1,5 @@
GARNAME = curl
-GARVERSION = 7.19.3
+GARVERSION = 7.19.4
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 Tue Mar 3 18:05:31 2009
@@ -1,2 +1,2 @@
-10eb8c13350c735eff20d7b4530be8cd download/curl-7.19.3.tar.bz2
-6126dcd5f65d6c7d75944bba0a38e350 download/curl-7.19.3.patch.gar
+2734167c1e5f7ce6be99b75d2d371d85 download/curl-7.19.4.tar.bz2
+37ad3ff3e7e4687423cb6a9a330f3e42 download/curl-7.19.4.patch.gar
Added: trunk/gar-minimyth/script/net/curl/files/curl-7.19.4.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/net/curl/files/curl-7.19.4.patch.gar Tue Mar
3 18:05:31 2009
@@ -0,0 +1,34 @@
+diff -Naur curl-7.19.4-old/curl-config.in curl-7.19.4-new/curl-config.in
+--- curl-7.19.4-old/curl-config.in 2008-09-03 13:58:29.000000000 -0700
++++ curl-7.19.4-new/curl-config.in 2009-03-03 17:19:38.000000000 -0800
+@@ -125,19 +125,11 @@
+ ;;
+
+ --cflags)
+- if test "x...@includedir@" = "X/usr/include"; then
+- echo ""
+- else
+- echo "-...@includedir@"
+- fi
++ echo ""
+ ;;
+
+ --libs)
+- if test "x...@libdir@" != "X/usr/lib" -a "x...@libdir@" !=
"X/usr/lib64"; then
+- CURLLIBDIR="-...@libdir@ "
+- else
+- CURLLIBDIR=""
+- fi
++ CURLLIBDIR=""
+ if test "x...@require_lib_deps@" = "Xyes"; then
+ echo ${CURLLIBDIR}-lcurl @LDFLAGS@ @LIBCURL_LIBS@ @LIBS@
+ else
+@@ -146,7 +138,7 @@
+ ;;
+
+ --static-libs)
+- echo @libdir@/libcu...@libext@ @LDFLAGS@ @LIBCURL_LIBS@ @LIBS@
++ echo @GAR_DESTDIR@@libdir@/libcu...@libext@ @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
-~----------~----~----~----~------~----~------~--~---