aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-9/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Use libmd if and only if OpenSSL is not available.Dag-Erling Smørgrav2012-09-141-3/+4
| | | | | | | | PR: bin/171402 MFC after: 3 days Notes: svn path=/head/; revision=240496
* Fixed static linkage.Ruslan Ermilov2010-02-261-2/+2
| | | | Notes: svn path=/head/; revision=204352
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139113
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
| | | | | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 Notes: svn path=/head/; revision=133196
* Make sure the crypto versions of libfetch and fetch(1) appear inRuslan Ermilov2003-07-221-0/+1
| | | | | | | | | the "crypto" distribution. Approved by: des Notes: svn path=/head/; revision=117890
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/head/; revision=115157
* Mark fetch(1) as c99- and WARNS6-clean.Dag-Erling Smørgrav2003-05-011-1/+2
| | | | Notes: svn path=/head/; revision=114422
* Clarify my feelings towards fetch / libfetch.Dag-Erling Smørgrav2002-10-301-1/+0
| | | | Notes: svn path=/head/; revision=106187
* fetch(1) is WARNS-5 clean (tested on i386 and Alpha)Dag-Erling Smørgrav2002-07-281-0/+1
| | | | Notes: svn path=/head/; revision=100835
* Reorder LDADD to fix static linking.Dag-Erling Smørgrav2002-06-121-2/+2
| | | | Notes: svn path=/head/; revision=98144
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-1/+1
| | | | Notes: svn path=/head/; revision=97930
* Figures they had to call it NOCRYPT instead of NOCRYPTO.Dag-Erling Smørgrav2002-06-051-1/+1
| | | | Notes: svn path=/head/; revision=97889
* During buildworld, "regular" libraries are built before crypto stuff, soDag-Erling Smørgrav2002-06-051-0/+4
| | | | | | | | libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch until we can figure out how to fix this. Notes: svn path=/head/; revision=97888
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* WARNS cleanup + remove an unused macro and an unused function argument.Dag-Erling Smørgrav2001-07-171-2/+1
| | | | Notes: svn path=/head/; revision=79837
* New libfetch-based fetch.Dag-Erling Smørgrav2000-06-281-6/+7
| | | | Notes: svn path=/head/; revision=62216
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'tGarrett Wollman1997-01-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | recognize it any more. This makes the following significant changes: - The main body of the program doesn't know a thing about URIs, HTTP, or FTP. This makes it possible to easily plug in other protocols. (The next revision will probably be able to dynamically add new recognizers.) - There are no longer arbitrary timeouts for the protocols. If you want to set one for yourself, use the environment variables. - FTP proxies are now supported (if I implemented it right). - The HTTP implementation is much more complete, and can now do restarts, preserve modtimes, and mrun in mirror mode. It's not yet up to 1.1, but it's getting there. - Transaction TCP is now used for sending HTTP requests. The HTTP/1.1 syntax for requesting that the connection be closed after one request is implemented. In all of this, I have doubtless broken somebody. Please test it and tell me about the bugs. Notes: svn path=/head/; revision=22133
* Add -Wall to CFLAGSGary Palmer1996-06-261-0/+2
| | | | Notes: svn path=/head/; revision=16783
* Jean-Marc's url fetch program, with Josh MacDonald's patches andSatoshi Asami1996-06-191-0/+7
Jordan's ftpio library. Submitted by: jmz, jkh, jmacd (three-j!) Notes: svn path=/cvs2svn/branches/JMZ/; revision=16504