History log of /netbsd-src/external/bsd/pkg_install/lib/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# 0a3564ed 02-Dec-2020 wiz <wiz@NetBSD.org>

Define PREFIX for pkg_install build.


# 628b66af 04-Oct-2019 mrg <mrg@NetBSD.org>

turn off various warnings for various things:

- file has looks bogus maybe-uninitialized
- llvm triggers an attribute violation:
ScheduleDAGInstrs.cpp:1430:14: error: declaration of
'llvm::raw

turn off various warnings for various things:

- file has looks bogus maybe-uninitialized
- llvm triggers an attribute violation:
ScheduleDAGInstrs.cpp:1430:14: error: declaration of
'llvm::raw_ostream& llvm::operator<<(llvm::raw_ostream&, const llvm::ILPValue&)'
with attribute 'noinline' follows inline declaration [-Werror=attributes]
- ntp and pkg_install have obvious restrict violations, should be
fixed but i'm avoiding patching upstream code in this pass
- tftp has an array bounds that doesn't seem real issue
- sysinst's partman.c has major problem with passing the same
string as source and dest in snprintf, as a way to strcat
with formatting which trip restrict violations. non trivial
to fix so for now the warning is elided.
- Xext's XEVI.c has similar issue as partman.c

everyone and GCC 8 gets these warnings turned off for now:

-Wno-format-truncation
-Wno-stringop-overflow
-Wno-stringop-truncation
-Wno-cast-function-type

as they trip a large amount of code. most of them should be
investigated, but the few i looked at were not finding actually
real bugs, vs instances of poor coding, so skipping for now.

show more ...


# 323fc697 23-Apr-2010 joerg <joerg@NetBSD.org>

Update build glue for pkg_install-20100421


# b9b5f223 06-Aug-2009 joerg <joerg@NetBSD.org>

Use WARNS=4.


# bfdba539 26-Apr-2009 joerg <joerg@NetBSD.org>

Update build system for pkg_install-20090425.


# 60d9c216 28-Feb-2009 joerg <joerg@NetBSD.org>

Update build glue for pkg_install-20090228.


# 4d694e83 26-Feb-2009 joerg <joerg@NetBSD.org>

Remove pkg_install.conf.5 on make clean.


# e0c851f7 25-Feb-2009 joerg <joerg@NetBSD.org>

Update build glue for pkg_install-20090225.


# 6a4d107f 15-Feb-2009 joerg <joerg@NetBSD.org>

Install pkg_install.conf(5).


# bb314659 02-Feb-2009 joerg <joerg@NetBSD.org>

Merge pkg_install-20090201 and update build system.


# 1e586023 30-Sep-2008 joerg <joerg@NetBSD.org>

Add build glue for pkg_install.