Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-15 | Use '-x' instead of '-X'; | jschauma | 1 | -8/+8 | |
use '-none' instead of '-notall' to increase odds that this'll work under older IRIX versions. | |||||
2004-08-15 | substitute --whole-archive and --no-whole-archive with the appropriate | jschauma | 1 | -4/+4 | |
linker flags (-all and -notall, respectively). Pointed out by Georg Schwarz in private mail. | |||||
2004-08-15 | Remove spurious ")" that was preventing bootstrapping on NetBSD 1.6.2. | jlam | 1 | -2/+2 | |
2004-08-01 | Define TMACDIR and CATDEPS appropriately (on Panther, at least) to | schmonz | 1 | -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-05 | IRIX does not have or need ranlib, so set RANLIB to true(1). | jschauma | 2 | -5/+3 | |
Noted in private email by Georg Schwarz. | |||||
2004-05-10 | Remove this and the kit builds again (at least on i386 a.out,3.2 and | cjep | 1 | -176/+0 | |
i386 ELF 3.5 for which I have virtual machines). | |||||
2004-04-12 | Add inital version of sys.mk, derived from the SunOS/Solaris version. | heinz | 1 | -0/+195 | |
2004-04-07 | IRIX' tsort doesn't take '-q' | jschauma | 1 | -2/+2 | |
2004-04-07 | Add support for the --sysconfdir argument, which changes the location of | jmmv | 3 | -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-04 | allow for the fact that tmac.andoc and tmac.doc were renamed in the | grant | 1 | -3/+10 | |
update to groff-1.19 in NetBSD-current 20030630. | |||||
2004-03-29 | Make more like the vanilla version. | tv | 1 | -4/+4 | |
2004-03-11 | Parameterize the root user, and provide an alternative implementation | tv | 1 | -8/+8 | |
of the is_root() function for Interix only. | |||||
2004-03-11 | Primordial sys.mk for Interix. | tv | 1 | -0/+194 | |
2004-03-11 | import the required bits of bootstrap-pkgsrc from 20040311. | grant | 19 | -0/+4864 | |