Commit Graph

252 Commits

Author SHA1 Message Date
mrg
f0a3006c1d use CLEANFILES+= not CLEANFILES= to avoid overriding what was already
setup before now.
2018-03-13 03:03:33 +00:00
uwe
5a14c3e55e Add FreeBSD 11.0 and 12.0 2018-02-25 12:46:49 +00:00
mrg
2e19323388 add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts
to bsd.prog.mk.  use them instead of hard coding various lists
of libraries for krb5.

this fixes static builds.
2018-02-25 00:16:48 +00:00
mrg
6d188dd0d7 convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
  GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code.  we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)
2018-02-02 01:02:39 +00:00
skrll
ac34435581 Remove port-acorn26
OK core@
2018-01-24 09:04:40 +00:00
uwe
eff95422ee Copy-paste a .Dx macro for DragonFly (from .Ox) and add a couple of
FreeBSD versions to make autofs(5) man pages cleanly format with groff.
2018-01-14 03:33:10 +00:00
uwe
47d66394b3 Fix trailing whitespace. 2018-01-13 14:00:50 +00:00
joerg
a50acb30f1 Remove pre-generated files as they can confuse make when using hg or git. 2017-10-08 11:06:48 +00:00
christos
7985e76473 1/2 the number of {l,s}stat(2) calls by exposing the stat data found
when calling islink()!
2017-09-15 21:03:26 +00:00
christos
74e8c71cd1 Fix for CVE-2017-12836; (cvs command injection) from MirBSD.
XXX: pullup-8
2017-08-22 10:06:57 +00:00
jmcneill
c9b5b227bd Update the dtc version string to match the imported version and note that
version_gen.h should be updated when importing a new version.
2017-06-16 22:47:22 +00:00
skrll
69aac38ce1 Adjust build for new source location for real. 2017-06-08 18:57:21 +00:00
skrll
e4b9d0a850 Update for new libfdt location 2017-06-08 17:24:31 +00:00
skrll
0d9bd96367 s/ALIGN/FDTALIGN2/ 2017-06-08 17:24:10 +00:00
skrll
b2f342ca16 Merge conflicts 2017-06-08 16:00:40 +00:00
skrll
d89652e256 Import of DTC from DTC version 1.4.4 2017-06-08 15:59:15 +00:00
skrll
3569839b05 Add a dtc2netbsd script 2017-06-08 15:51:12 +00:00
skrll
97d12aea86 Reduce number of ALIGN macros defines and rename to avoid namespace clash 2017-06-06 20:19:04 +00:00
christos
5b3fb03fcc add DTC 2017-06-05 23:44:27 +00:00
christos
461d2d6a4c Add build glue (from skrll) 2017-06-05 18:59:43 +00:00
christos
f8d365c3eb Make this compatible with byacc 2017-06-05 18:59:21 +00:00
christos
5e046fca2c rename include file per our convention. 2017-06-05 18:59:10 +00:00
snj
58b76b4c18 8.0 update, and add 9.0 for THE FUTURE 2017-06-04 07:16:34 +00:00
sevan
cc576e1d8e Update supporting files for components which rely on autoconf to allow systems
introducing since release of software to be recognised. This should hopefully
allow the builds to progress a littles further on systems such as the POWER8
which features a little endian 64-bit PowerPC CPU identified as ppc64le.
2017-02-01 09:26:39 +00:00
snj
5e9bd3fe06 add 7.1 2017-01-29 05:12:17 +00:00
christos
37255f022c add sqlite3 2017-01-28 23:59:15 +00:00
abhinav
8dbf57f731 Fix a spelling: s/regestring/registering 2017-01-20 16:54:11 +00:00
christos
717c531541 Don't re-define MAP_ANONYMOUS 2017-01-12 23:15:49 +00:00
christos
dc7a20515e only preserve timestamps on specific revisions if we've been asked to.
found by martin@
2017-01-04 16:11:20 +00:00
christos
e124df0e11 document -t for update 2016-12-21 21:26:28 +00:00
christos
5f89f912be fix the usage message 2016-12-19 17:31:47 +00:00
christos
992b578414 remove obsolete comment, flip polarity. 2016-12-19 04:54:49 +00:00
christos
66ae322aee fix reversed logic 2016-12-19 04:44:35 +00:00
christos
2cfd74dfe4 add -t to preserve timestamps. 2016-12-19 04:37:13 +00:00
christos
ac78ac450b Always pass the modification time of the file to the client and let it decide
if it is going to use it to set the time. This makes update work like checkout
with respect to time setting. The time of the updated file is set to the
repository modification time of the file as opposed to the the time that the
file was checked out.
2016-12-19 03:15:31 +00:00
kamil
ba06ccfe95 Add initial documentation (man-pages) for libpthread_dbg
Document libpthread_dbg and basic function calls: td_open() and td_close()

Sponsored by <The NetBSD Foundation>
2016-11-21 20:43:25 +00:00
joerg
388eae8172 Revert half of the last commit. Turns out that in some contexts,
BEGIN_QUOTE/END_QUOTE is used intentionally as non-char marker.
2016-10-08 23:40:52 +00:00
joerg
654832016f BEGIN_QUOTE and END_QUOTE have values outside the range of a signed char
for non-EBCDIC host. Explicitly cast them to char to avoid the implicit
cast.
2016-10-08 20:44:59 +00:00
joerg
01415aaf3e Explicitly cast Meta(c) to char as the intermediate value can be too
large for a signed character.
2016-10-08 20:34:59 +00:00
christos
c610b4a73b Hack for powerpc64 2016-10-04 14:33:16 +00:00
abhinav
f7b948b9bc Fix typo: processess -> processes 2016-06-09 09:01:21 +00:00
abhinav
179ece970c Fix .Xr references to troff(1), ok from wiz@ 2016-06-06 16:09:47 +00:00
christos
e9a9a47d86 Make sure that all messages end in '\n' in make_message_rcsvalid() and
compensate for it in add_rcs_file().
2016-05-30 17:49:51 +00:00
christos
5a6c14c844 Add RCSID's 2016-05-17 14:00:09 +00:00
christos
01a3dc11b3 limit to gcc, requested by joerg. 2016-05-04 17:17:00 +00:00
christos
d6db3d67c9 prevent gcc from combining memset+malloc -> calloc inside calloc so that
we end up calling ourselves recursively.
2016-05-04 14:39:49 +00:00
wiz
3c8121f349 Hardcode man page dates to date of groff release (September 4, 2005
for 1.19.2 in this case).

We can not use mdate.sh since after checkout/update from version
control, it might be today's date and MKREPRO won't work.
2016-03-16 23:52:04 +00:00
christos
e0ab85cf5e Handle the last newline in the "special" import for new file like RCS does.
I.e. make_message_rcsvalid() removes it, and we put it back.
2016-02-21 00:56:44 +00:00
christos
2e3fb283fe Use .PARSEDIR to set the TOP. It makes things more portable since they
can work outside the tree.
2016-01-30 16:47:00 +00:00
christos
1798a208d9 Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.

XXX: pullup 6, 7
2016-01-30 16:21:47 +00:00