Commit graph

15 commits

Author SHA1 Message Date
bsiegert
924e069772 This is definitely not for Darwin.
a) it does not build
b) Darwin uses Mach-O
2016-05-14 08:29:37 +00:00
joerg
fcc7db1cf2 Disable various noisy warnings for GCC too. Adjust clang handling to
also work directly with bootstrap-mk-files.
2016-05-07 09:52:44 +00:00
tnn
8e8dea547e needs m4 2016-03-09 21:34:21 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
joerg
0560a7e509 Ignore const cast issues. 2014-12-10 23:22:05 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
joerg
0028a55169 Ignore conversion warnings for now. Some of them are easy to fix, but a
bunch of them are tricky.
2014-04-17 20:17:52 +00:00
joerg
147328e974 Annotate variadic functions. 2014-01-15 13:50:43 +00:00
joerg
ee7b08b627 Continue on certain harmless default warnings from clang. 2013-09-10 14:16:52 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
dholland
a05135e91b Fix warnings about old-style function definitions that are fatal in
some(?) builds.
2012-09-28 08:59:07 +00:00
dholland
77ffe8687a Force MKPROFILE=yes to prevent plist divergence. It seems that in a
bootstrapped environment on NetBSD, MKPROFILE defaults to no, but
using the base system's make library it defaults to yes. This seems
like a bug, but I'm not sure where to fix it so I'm going to stick to
working around it for the moment.
2011-11-26 19:59:58 +00:00
dholland
65f45fd80b Add a minor version to the shared libraries; otherwise a bootstrapped
build does e.g. "ln -sf libelf.so.1 libelf.so.1" and then install
fails with ELOOP.

This is a bug in bootstrap-mk-files but I'm going to fix it in both
places to avoid demanding rebootstrapping.
2011-11-26 15:50:27 +00:00
joerg
d64f4f0856 Not MAKE_JOBS_SAFE. 2011-11-25 21:39:07 +00:00
agc
f15d9e1fe6 Initial import of elftoolchain-0.5.1 into the packages collection.
A BSD-licensed implementation of compilation tools (nm, ar,
	as, ld, etc.) for the ELF object format.

	This release contains BSD-licensed implementations of the
	"libdwarf" and "libelf" libraries, and of the "addr2line",
	"ar", "brandelf", "c++filt", "elfcopy", "elfdump",
	"findtextrel", "mcs", "nm", "ranlib", "readelf", "size",
	"strings" and "strip" program development utilities.  The
	release also contains API and utility reference documentation
	(300+ manual entries in all), and contains test suites for
	some of these released utilities and libraries.

With thanks to jkoshy for all the help.
2011-11-20 06:25:17 +00:00