summaryrefslogtreecommitdiff
path: root/bootstrap/mods
AgeCommit message (Collapse)AuthorFilesLines
2005-04-19Define TMACDIR and CATDEPS appropriately on Linux.minskim1-0/+203
Bump BOOTSTRAP_VERSION.
2005-01-18Add random image-base address hack adapted from libtool.tv1-1/+2
2005-01-18Gimme a bsd.lib.mk that actually can build shlibs on Interix.tv1-0/+471
2004-11-27ditch NetBSD-specific stuff, specifically -Werror which xlc doesn'tgrant1-0/+65
support.
2004-11-20add support for Tru64, patches provided by Tobias Nygrengrant1-0/+193
<tnn at netilium dot org> with minor changes by me. tested on Tru64 5.0 and 5.1B.
2004-08-23* Modify bmake to use libnbcompat to ensure that a regex implementationjlam1-2/+4
exists. * nbsed-20040821 requires libnbcompat, so make the appropriate adjustments to the build to use it. * If nbsed is built during bootstrap, then use it as the sed for pkg_install so that the correct program is embedded into the pkg_view and linkfarm scripts. * We don't need bmake to build any of the bootstrap packages, so just call out to the system make.
2004-08-15Use '-x' instead of '-X';jschauma1-8/+8
use '-none' instead of '-notall' to increase odds that this'll work under older IRIX versions.
2004-08-15substitute --whole-archive and --no-whole-archive with the appropriatejschauma1-4/+4
linker flags (-all and -notall, respectively). Pointed out by Georg Schwarz in private mail.
2004-08-15Remove spurious ")" that was preventing bootstrapping on NetBSD 1.6.2.jlam1-2/+2
2004-08-01Define TMACDIR and CATDEPS appropriately (on Panther, at least) toschmonz1-3/+7
allow packages using <bsd.man.mk> to generate catted man pages. Problem noticed with mail/mailwrapper, for which this fixes the build.
2004-06-05IRIX does not have or need ranlib, so set RANLIB to true(1).jschauma2-5/+3
Noted in private email by Georg Schwarz.
2004-05-10Remove this and the kit builds again (at least on i386 a.out,3.2 andcjep1-176/+0
i386 ELF 3.5 for which I have virtual machines).
2004-04-12Add inital version of sys.mk, derived from the SunOS/Solaris version.heinz1-0/+195
2004-04-07IRIX' tsort doesn't take '-q'jschauma1-2/+2
2004-04-07Add support for the --sysconfdir argument, which changes the location ofjmmv3-3/+9
configuration files. From now on, mk.conf is first searched under the value passed to the sysconfdir argument (which defaults to ${prefix}/etc, to match pkgsrc's PKG_SYSCONFDIR default value). If not found, /etc/mk.conf is tried, to not break existing installations which have the file in that location. This is done to help with non-root installations of pkgsrc. Also change pkgsrc's PKG_SYSCONFBASE value to match what is given to sysconfdir, for consistency. While doing this, rename $opsys.own.mk files to $opsys.own.mk.in for clarity, as they now need sed replacements to work (i.e., the SYSCONFDIR stuff).
2004-04-04allow for the fact that tmac.andoc and tmac.doc were renamed in thegrant1-3/+10
update to groff-1.19 in NetBSD-current 20030630.
2004-03-29Make more like the vanilla version.tv1-4/+4
2004-03-11Parameterize the root user, and provide an alternative implementationtv1-8/+8
of the is_root() function for Interix only.
2004-03-11Primordial sys.mk for Interix.tv1-0/+194
2004-03-11import the required bits of bootstrap-pkgsrc from 20040311.grant20-0/+4980