Author: pebender
Date: Mon Jan 19 17:51:14 2009
New Revision: 4286
Added:
trunk/gar-minimyth/script/net/curl/files/curl-7.19.3.patch.gar
Removed:
trunk/gar-minimyth/script/net/curl/files/curl-7.19.2-fixes.patch
trunk/gar-minimyth/script/net/curl/files/curl-7.19.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 Jan 19
17:51:14 2009
@@ -130,6 +130,7 @@
Updated kernel-headers/linux-headers-2.6.28.
Updated lib/bluez.
Updated lib/freetype.
+ Updated net/curl.
Updated perl/perl-libwww-perl.
Reverted system/lcdproc (breaks imonlcd).
Updated system/lirc.
Modified: trunk/gar-minimyth/script/net/curl/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/curl/Makefile (original)
+++ trunk/gar-minimyth/script/net/curl/Makefile Mon Jan 19 17:51:14 2009
@@ -1,9 +1,9 @@
GARNAME = curl
-GARVERSION = 7.19.2
+GARVERSION = 7.19.3
CATEGORIES = net
MASTER_SITES = http://curl.haxx.se/download/
DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-fixes.patch $(DISTNAME).patch.gar
+PATCHFILES = $(DISTNAME).patch.gar
LICENSE = MIT
DESCRIPTION =
Modified: trunk/gar-minimyth/script/net/curl/checksums
==============================================================================
--- trunk/gar-minimyth/script/net/curl/checksums (original)
+++ trunk/gar-minimyth/script/net/curl/checksums Mon Jan 19 17:51:14 2009
@@ -1,3 +1,2 @@
-3a461b145a4a31fe7d5a44684e7fbdbc download/curl-7.19.2.tar.bz2
-b4fb247835e3d2dea31d9aaf14194797 download/curl-7.19.2-fixes.patch
-3a4bf42d8a87e091a1e0a57ce352fdd6 download/curl-7.19.2.patch.gar
+10eb8c13350c735eff20d7b4530be8cd download/curl-7.19.3.tar.bz2
+6126dcd5f65d6c7d75944bba0a38e350 download/curl-7.19.3.patch.gar
Added: trunk/gar-minimyth/script/net/curl/files/curl-7.19.3.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/net/curl/files/curl-7.19.3.patch.gar Mon Jan
19 17:51:14 2009
@@ -0,0 +1,34 @@
+diff -Naur curl-7.19.3-old/curl-config.in curl-7.19.3-new/curl-config.in
+--- curl-7.19.3-old/curl-config.in 2008-09-03 13:58:29.000000000 -0700
++++ curl-7.19.3-new/curl-config.in 2009-01-19 09:19:29.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
-~----------~----~----~----~------~----~------~--~---