delphij
78ae915c4d
Don't explicitly specify c99 or gnu99 as the default is now gnu99.
...
MFC after: 2 weeks
2020-08-17 05:57:02 +00:00
manu
a77ce411ec
pkgbase: Create a FreeBSD-utilities package and make it the default one
...
The default package use to be FreeBSD-runtime but it should only contain
binaries and libs enough to boot to single user and repair the system, it
is also very handy to have a package that can be tranform to a small mfsroot.
So create a new package named FreeBSD-utilities and make it the default one.
Also move a few binaries and lib into this package when it make sense.
Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D21506
2019-09-05 14:15:47 +00:00
markj
52c17af77d
Document fetchReqHTTP().
...
Submitted by: Farhan Khan <khanzf@gmail.com>
Reviewed by: 0mp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D18788
2019-08-28 17:01:28 +00:00
gjb
fef2698edf
First pass through library packaging.
...
Sponsored by: The FreeBSD Foundation
2016-02-04 21:16:35 +00:00
bapt
6adce30d28
Convert libraries to use LIBADD
...
While here reduce a bit overlinking
2014-11-25 11:07:26 +00:00
imp
2118f42afd
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
...
from the latter.
2014-05-06 04:22:01 +00:00
des
d123c9234a
Use libmd if and only if OpenSSL is not available.
...
PR: bin/171402
MFC after: 3 days
2012-09-14 13:00:43 +00:00
des
18a608d91f
Builds cleanly at the default WARNS level (WARNS=6).
2011-05-12 21:30:46 +00:00
des
9740a3f77d
Increase WARNS to 4.
2011-05-12 21:26:42 +00:00
des
db3b3a9ab5
Increase WARNS to 3.
2011-05-12 21:12:24 +00:00
des
0e83531890
Add missing DPADD and fix whitespace.
...
Submitted by: ru
2010-01-19 13:31:57 +00:00
des
709f5f5dad
Add HTTP digest authentication.
...
Submitted by: Jean-Francois Dockes <jf@dockes.org>
Forgotten by: des (repeatedly)
2010-01-19 10:19:55 +00:00
kensmith
9c2c634ee9
Bump the version of all non-symbol-versioned shared libraries in
...
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.
Reviewed by: kib
Approved by: re (rwatson)
2009-07-19 17:25:24 +00:00
ru
512a90a235
Add missing dependencies on Makefile (fixes NO_CLEAN builds).
2007-12-19 05:10:07 +00:00
des
a1830118ba
Clean up namespace violations.
...
MFC after: 1 week
2007-12-14 10:26:58 +00:00
des
74e15e6c70
Enable FTP_COMBINE_CWDS.
2007-05-24 20:28:14 +00:00
deischen
ff36458e08
Bump library versions in preparation for 7.0.
...
Ok'd by: kan
2007-05-21 02:49:08 +00:00
yar
59f55ad58c
Respect MK_INET6_SUPPORT.
2006-07-27 04:54:03 +00:00
ru
388e590f95
Reimplementation of world/kernel build options. For details, see:
...
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)
2006-03-17 18:54:44 +00:00
kensmith
f97f77429f
Bump the shared library version number of all libraries that have not
...
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
2005-07-22 17:19:05 +00:00
ru
f4c44b761b
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
cperciva
e629b37603
Join the 21st century: Cryptography is no longer an optional component
...
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
2004-08-06 07:27:08 +00:00
ru
35d5e319f1
Make sure the crypto versions of libfetch and fetch(1) appear in
...
the "crypto" distribution.
Approved by: des
2003-07-22 13:54:31 +00:00
des
e5d2d778eb
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
des
9e8300e563
Mark libfetch as c99-clean. Always build at WARNS level 2 rather than
...
juggling with levels 2 and 3, as this has lead to world breakage for
NOCRYPT users in the past.
2003-05-01 14:39:43 +00:00
markm
21f0f28e47
No need for the OPENSSL_NO_KRB5 switch anymore.
...
Fixed by: nectar
2003-01-31 23:26:55 +00:00
markm
0d82b8beac
Adjust for OpenSSL 0.9.7.
2003-01-28 23:03:15 +00:00
jake
4cbd3579e8
Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.
...
This may only be turning up now to changes in the cpp predefines for sparc64,
which may be turning on more strict alignment checking.
Approved by: re
2002-12-04 04:34:59 +00:00
des
deb00535da
Clarify my feelings towards fetch / libfetch.
2002-10-30 04:53:58 +00:00
des
8f1da1ac7d
libfetch is now WARNS5 clean in the non-SSL case.
2002-10-28 10:37:31 +00:00
fenner
519bc6cb16
Up WARNS to 3 if not building with crypto.
...
Approved by: des
2002-10-28 01:41:28 +00:00
obrien
ddccb9e2b3
Use a warns setting we can catch regressions with.
2002-10-20 23:50:28 +00:00
peter
0a7f0ba37e
Zap now-unused SHLIB_MINOR
2002-09-28 00:25:32 +00:00
des
10a50c435b
Fix incorrect library ordering. I thought I'd committed this already...
2002-06-21 09:56:38 +00:00
ru
876652376e
libfetch now depends on libcrypto and libssl.
2002-06-06 13:45:46 +00:00
des
0642a9650f
Make SSL support conditional on NOCRYPT.
2002-06-05 21:35:35 +00:00
des
694ae4fc45
During buildworld, "regular" libraries are built before crypto stuff, so
...
libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch
until we can figure out how to fix this.
2002-06-05 21:25:33 +00:00
des
71760f5130
Add the necessary dependencies for SSL.
2002-06-05 11:38:19 +00:00
des
ec29926e4d
Reindent, and add parentheses to return statements. Some functions in
...
ftp.c and http.c now have exceedingly long lines due to deep nesting;
this will be corrected by reorganizing the code in a later revision.
2002-02-05 22:13:51 +00:00
des
b073ce5f0e
Don't build with NDEBUG.
...
PR: bin/32615
MFC after: 1 week
2001-12-09 15:06:38 +00:00
des
38d04ef419
Add NO_WERROR so the build won't die because of discarded qualifiers
2001-10-19 10:08:38 +00:00
des
f8774d9490
Tons of type, style and warning fixes that have been rotting in my tree for
...
ages - some of which wouldn't be necessary if gcc wasn't broken or TPTB were
willing to do something (-fno-builtin) about it.
2001-10-18 08:29:26 +00:00
des
7be28011c0
Bump major number.
2001-05-26 19:37:26 +00:00
ru
25ef23ac1c
MAN[1-9] -> MAN.
2001-03-27 17:27:19 +00:00
des
0c87c94a31
Back out previous (accidental) commit.
2001-01-08 13:17:21 +00:00
des
e75c537ff5
Use "anonymous" rather than "ftp" as login name for anonymous ftp.
...
Rather than have a separate (misnamed) FTP_ANONYMOUS_PASSWORD constant, use
FTP_ANONYMOUS_USER (i.e. "anonymous") to construct the anonymous ftp password
if getlogin() fails.
2001-01-08 13:15:14 +00:00
obrien
dd714aa7f1
Install per function manpages so one doesn't mistakenly think we don't
...
have manpages for libfetch's functions.
2000-10-28 20:32:39 +00:00
des
e5d7688f99
Dump com_err, it's a stinking crock of shit.
2000-05-25 16:24:31 +00:00
ume
1db238984d
IPv6 support.
2000-05-20 18:23:51 +00:00
des
2d5449b6f7
Bump major number, since struct url has changed.
...
Discussed with: jdp
2000-05-11 15:29:26 +00:00