History log of /openbsd-src/gnu/usr.bin/texinfo/Makefile.bsd-wrapper (Results 1 – 25 of 48)
Revision Date Author Comments
# fc532a6e 06-Sep-2023 jca <jca@openbsd.org>

Build with -std=gnu89 to fix the build with clang-16

This is ancient GNU software that tends to break whenever clang adds
more warnings about deprecated features in new languages versions or
turns t

Build with -std=gnu89 to fix the build with clang-16

This is ancient GNU software that tends to break whenever clang adds
more warnings about deprecated features in new languages versions or
turns them into errors. Using -std=gnu89 (the defaults for base-gcc)
for those packages means we'll probably avoid most new warnings, errors,
and possible miscompilations when updating clang.

This fixes the build of libiberty and texinfo with clang-16.

ok robert@

show more ...


# 3367dcf5 21-Dec-2019 espie <espie@openbsd.org>

a few depend:-related thingies that were still in.

okay millert@, tb@


# 752051c1 12-Jun-2017 espie <espie@openbsd.org>

destroy lint remnants.
okay millert@ deraadt@


# fb1aaa56 16-Nov-2016 tb <tb@openbsd.org>

Set permissions of /usr/share/info/dir explicitly, so they don't depend on
the umask.

ok millert


# a6f733a9 03-Oct-2016 natano <natano@openbsd.org>

Fix ownership for install on a noperm filesystem.
joint work with tb


# 8bf92a93 11-Sep-2016 natano <natano@openbsd.org>

Install binaries, scripts and documentation with the usual owner/group/mode.
ok deraadt


# d9d2cbc0 11-Jul-2014 jsg <jsg@openbsd.org>

use CC when running configure
matches the behaviour of the other Makefile.bsd-wrapper files
ok miod@


# 43406112 03-Nov-2007 espie <espie@openbsd.org>

man pages can only be built after configure has run


# a62c7e93 17-Jul-2006 espie <espie@openbsd.org>

manpage for texi2pdf, with some help from jmc@, okay theo@


# 47e8a8af 17-Jul-2006 espie <espie@openbsd.org>

let texinfo use whatever makeinfo it wants, preferably the one it just
built, and override MAKEINFOFLAGS for --no-split instead.


# 2e0e222d 12-Jul-2006 espie <espie@openbsd.org>

makeinfo --no-split, simplifies sets immensely.
Approved deraadt@, kettenis@


# 15d744a2 16-Feb-2003 deraadt <deraadt@openbsd.org>

a few missing man pages converted from info documents; work done by jmc


# 63048f39 11-Jun-2002 art <art@openbsd.org>

Zap CLEANFILES. Those files are no longer generated.
From fransoa holop with modifcations.


# 990d9201 10-Jun-2002 espie <espie@openbsd.org>

disable all auto* stuff explicitly, which is a heck of a lot easier to do
now.


# d8685319 10-Jun-2002 espie <espie@openbsd.org>

explicitly pass DESTDIR=value on install line, instead of tweaking
Makefiles to say DESTDIR?=.


# c5bb870a 04-Aug-2000 espie <espie@openbsd.org>

New make passes DESTDIR correctly, and texinfo handles it correctly.


# 1726ff7a 31-Jul-2000 espie <espie@openbsd.org>

Remove unneeded SUBDIR override.


# feca34b4 15-Feb-2000 espie <espie@openbsd.org>

--infodir in configure. Don't rely on stuff that is no longer available.


# 672dff93 09-Feb-2000 espie <espie@openbsd.org>

Merge conflicts, and a few details:
- Makefile.bsd-wrapper: man pages, disable NLS for now.
- doc/Makefile.in: install man pages manually, remove buggy targets that
would break `make clean'.
- makein

Merge conflicts, and a few details:
- Makefile.bsd-wrapper: man pages, disable NLS for now.
- doc/Makefile.in: install man pages manually, remove buggy targets that
would break `make clean'.
- makeinfo/Makefile.in: shell failure ??? rework problematic line.
- util/texindex.c: let maketempname create the file, remove race condition.

show more ...


# 7566b474 07-Jun-1999 deraadt <deraadt@openbsd.org>

move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jp


# 8ba519d4 24-Jan-1999 espie <espie@openbsd.org>

Clean up mess instead of applying band-aids.


# 37464bf8 24-Jan-1999 downsj <downsj@openbsd.org>

Whomever thinks that a 'make clean' should do a 'make all' first shall be
cursed to do builds on a 68020 for the rest of their life!


# 12dd3952 11-Jan-1999 espie <espie@openbsd.org>

Upgrade to 3.12, merge with OpenBSD changes.


# 03a5d0d0 18-Oct-1998 millert <millert@openbsd.org>

set PATH before running configure since we can't rely on the user's path being sane


# 13aac98a 05-Sep-1997 flipk <flipk@openbsd.org>

after configure, call "make all-recursive" instead of "make" -- this
short-circuits the dependencies that try to run things like automake
which we don't have and touch timestamp files in the source d

after configure, call "make all-recursive" instead of "make" -- this
short-circuits the dependencies that try to run things like automake
which we don't have and touch timestamp files in the source dir.
texinfo now appears to build in a read-only tree.

show more ...


12