Author: pebender
Date: Mon May 18 14:59:18 2009
New Revision: 4781
Added:
trunk/gar-minimyth/script/net/curl/files/curl-7.19.5.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 Mon May 18
14:59:18 2009
@@ -144,6 +144,7 @@
Updated lib/nss.
Updated mediaplayers/mplayer-svn.
Updated mediaplayers/xine-lib.
+ Updated net/curl.
Updated net/mount.cifs.
Updated net/syslinux.
Updated perl/perl-DBI.
Modified: trunk/gar-minimyth/script/net/curl/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/curl/Makefile (original)
+++ trunk/gar-minimyth/script/net/curl/Makefile Mon May 18 14:59:18 2009
@@ -1,9 +1,9 @@
GARNAME = curl
-GARVERSION = 7.19.3
+GARVERSION = 7.19.5
CATEGORIES = net
MASTER_SITES = http://curl.haxx.se/download/
DISTFILES = $(DISTNAME).tar.bz2
-#PATCHFILES = $(DISTNAME).patch.gar
+PATCHFILES = $(DISTNAME).patch.gar
LICENSE = MIT
DESCRIPTION =
@@ -35,8 +35,8 @@
--disable-manual \
--enable-libgcc \
--disable-ipv6 \
- --enable-nonblocking \
--enable-thread \
+ --enable-nonblocking \
--disable-ares \
--enable-verbose \
--disable-sspi \
@@ -45,7 +45,6 @@
--enable-hidden-symbols \
--disable-soname-bump \
--with-gnu-ld \
- --without-ldap \
--without-krb4 \
--without-spnego \
--without-gssapi \
Modified: trunk/gar-minimyth/script/net/curl/checksums
==============================================================================
--- trunk/gar-minimyth/script/net/curl/checksums (original)
+++ trunk/gar-minimyth/script/net/curl/checksums Mon May 18 14:59:18 2009
@@ -1,3 +1,2 @@
-10eb8c13350c735eff20d7b4530be8cd download/curl-7.19.3.tar.bz2
-6126dcd5f65d6c7d75944bba0a38e350 download/curl-7.19.3.patch.gar
-10eb8c13350c735eff20d7b4530be8cd download/curl-7.19.3.tar.bz2
+426d161661dce70c8ea9ad8f553363a3 download/curl-7.19.5.tar.bz2
+672f7fa2729845e406eef1d8daa4439d download/curl-7.19.5.patch.gar
Added: trunk/gar-minimyth/script/net/curl/files/curl-7.19.5.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/net/curl/files/curl-7.19.5.patch.gar Mon May
18 14:59:18 2009
@@ -0,0 +1,34 @@
+diff -Naur curl-7.19.5-old/curl-config.in curl-7.19.5-new/curl-config.in
+--- curl-7.19.5-old/curl-config.in 2009-03-20 05:42:29.000000000 -0700
++++ curl-7.19.5-new/curl-config.in 2009-05-18 14:51:36.000000000 -0700
+@@ -122,19 +122,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
+@@ -143,7 +135,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
-~----------~----~----~----~------~----~------~--~---