christos
bf7113376a
Create a new bsd.hostinit.mk file and put the build definitions for all host
...
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
2018-05-01 19:59:42 +00:00
nonaka
3d708747ff
gmake: Revert configure r1.2 and configure.in r1.2.
...
> gmake: Apply patch to support GLIBC glob interface v2
>
> http://git.savannah.gnu.org/cgit/make.git/commit/?id=48c8a116
>
> Fix a build failure on Ubuntu 18.04.
Don't apply an imcompatible license patch.
2018-05-01 00:39:58 +00:00
nonaka
f39e32fc5f
gmake: Revert dir.c r.1.2.
...
> gmake: Make this work with glibc glob interface v2
>
> http://git.savannah.gnu.org/cgit/make.git/commit/?id=193f1e81
Don't apply an imcompatible license patch.
Reported by kamil@n.o.
2018-05-01 00:36:57 +00:00
nonaka
a637d6f757
gmake: Make this work with glibc glob interface v2
...
http://git.savannah.gnu.org/cgit/make.git/commit/?id=193f1e81
2018-04-30 04:17:27 +00:00
christos
c796a4efe9
keep going if there is a CVS directory already, but warn
2018-04-29 15:47:01 +00:00
nonaka
d54c6989c4
gmake: Apply patch to support GLIBC glob interface v2
...
http://git.savannah.gnu.org/cgit/make.git/commit/?id=48c8a116
Fix a build failure on Ubuntu 18.04.
2018-04-28 12:20:40 +00:00
christos
4f1477379d
According to:
...
https://sourceforge.net/p/predef/wiki/Libraries/
The macro used for old glibc is __GNU_LIBRARY__ and the new one is __GLIBC__.
Try to fix linux compilation by detecting both.
2018-04-16 16:11:40 +00:00
kamil
b91714d723
Revert previous glob.c change
...
It broke on !GLIBC.
2018-04-16 16:02:57 +00:00
kamil
3c41a2b898
Fix build of gmake (in tools) on new GLIBC systems
...
Reported on Debian and Fedora.
Reference for similar fix:
https://lists.nongnu.org/archive/html/bug-make/2017-11/msg00020.html
Tested by <Mateusz Guzik> on Fedora.
Tested by <Mandacaru Cascavel> on Debian.
2018-04-16 14:39:19 +00:00
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