diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:40:33 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:40:33 +0000 |
commit | decc454be4c8a3fc37cf46bb14d1b2da283dc47c (patch) | |
tree | bf5408406d2a3e8af472eb9b96b3e4b5833dde2f /ftp/curl/files/patch-Makefile.in | |
parent | Enable the bash-static port. (diff) |
At long last, update the curl port to its almost-current version, 7.19.2.
Yes, there's been a new 7.19.3 version for a couple of days now,
but I figure you folks have been waiting for me much too much as it is :(
Apologies all around!
Prompted by: several PR's and more people (and portmgrs) than I dare admit
Notes
Notes:
svn path=/head/; revision=226720
Diffstat (limited to 'ftp/curl/files/patch-Makefile.in')
-rw-r--r-- | ftp/curl/files/patch-Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ftp/curl/files/patch-Makefile.in b/ftp/curl/files/patch-Makefile.in index b6dccfe10e70..53b03300702e 100644 --- a/ftp/curl/files/patch-Makefile.in +++ b/ftp/curl/files/patch-Makefile.in @@ -1,8 +1,8 @@ diff -urN -x .svn ../../vendor/curl/Makefile.in ./Makefile.in ---- ../../vendor/curl/Makefile.in 2008-03-20 15:23:26.000000000 +0200 -+++ ./Makefile.in 2008-03-21 12:25:17.000000000 +0200 -@@ -259,9 +259,9 @@ - curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat libcurl.pc.in +--- ../../vendor/curl/Makefile.in 2008-11-05 14:00:46.000000000 +0200 ++++ ./Makefile.in 2009-01-21 16:12:08.000000000 +0200 +@@ -273,9 +273,9 @@ + libcurl.pc.in vc6curl.dsw bin_SCRIPTS = curl-config -SUBDIRS = lib src @@ -14,7 +14,7 @@ diff -urN -x .svn ../../vendor/curl/Makefile.in ./Makefile.in pkgconfig_DATA = libcurl.pc all: all-recursive -@@ -817,12 +817,10 @@ +@@ -835,12 +835,10 @@ # We extend the standard install with a custom hook: install-data-hook: cd include && $(MAKE) install @@ -24,6 +24,6 @@ diff -urN -x .svn ../../vendor/curl/Makefile.in ./Makefile.in uninstall-hook: cd include && $(MAKE) uninstall - cd docs && $(MAKE) uninstall - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: + + ca-bundle: lib/mk-ca-bundle.pl + @echo "generate a fresh ca-bundle.crt" |