summaryrefslogtreecommitdiff
path: root/bootstrap
AgeCommit message (Collapse)AuthorFilesLines
2005-03-08Were the overrides in mods/mk ever tested?tv1-4/+3
Fix the override logic for $opsys.bsd.{lib,man}.mk to install the files in the correct place -- this was previously all kinds of b0rken. Now it's possible to build shlibs properly on Interix using <bsd.lib.mk>, and may be possible on Darwin as well.
2005-03-04Some strip(1) commands don't strip anything but executables, so in orderjschauma1-3/+10
to strip dynamic libraries, one would have to pass "-f" to strip(1). This is done by passing "-S -f" to install, which implies "-s". Make it so.
2005-02-19set MACHINE_ARCH correctly on AIX.grant1-1/+12
2005-02-18Before copying the mk.conf.example file into PKG_SYSCONFDIR, thextraeme1-11/+14
directory must be created... do it. Also replace /usr/pkg with $prefix in a few places.
2005-02-16Note that gzip may be needed (as mentioned by T. Rightnour,reed1-1/+4
P. Schmiedeskamp, A. Wallis, and others on tech-pkg). (TODO: look at http://home.comcast.net/~rawallis/ for adding gzip to bootstrap.)
2005-02-16note that icc 8.1 needs to be built with -i-static.grant1-1/+4
2005-02-15add some info about using icc.grant1-1/+37
2005-02-15don't override the CPPFLAGS and LDFLAGS environment variables, add togrant1-6/+6
them instead.
2005-01-20DragonFly's pax(1) has different options to those in NetBSD.agc1-3/+2
Re-bootstrapping with pax fixes the situation. Fix from Todd Willey.
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
2005-01-16ensure we can find strip(1)grant1-3/+8
2005-01-16append, not prepend, /usr/ccs/bin to the $PATH (where it exists).grant1-2/+2
Solaris is happy with it being tacked onto the end, and it unbreaks the build on HP-UX with the native compiler. from Andrey Zakharchenko.
2005-01-12Set machine_arch=mipseb on IRIX, so that binary packages don't complainjschauma1-1/+2
about a mismatch.
2005-01-12Apply fixes to set TARPROG definition properly for DragonFlyBSD fromagc1-1/+4
Todd Willey in PR 28941.
2005-01-05Add temporary Interix-only hack: don't set the MAKEFILE variable based ontv1-4/+13
what files exist in the fs. This works around a problem that crops up when using a nfs-mounted pkgsrc repository under Interix. (When going to "su" during the install phase, bmake sees "makefile" for a moment in lieu of "Makefile", and all hell breaks loose.)
2005-01-05No need to "cp -p" here.tv1-2/+2
2004-12-21use /usr/pkg/pkgdb on DragonFly by defaultgrant1-1/+5
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-1/+1
Suggested by Roland Illig, ok'd by various.
2004-11-27ditch NetBSD-specific stuff, specifically -Werror which xlc doesn'tgrant1-0/+65
support.
2004-11-26ensure MAKEFLAGS is empty when calling bmake.boot. HP-UX make(1) setsgrant1-2/+2
MAKEFLAGS incorrectly and bmake interprets this as a target. from Eric Schnoebelen in PR pkg/23683. thanks!
2004-11-20add support for Tru64, patches provided by Tobias Nygrengrant5-5/+237
<tnn at netilium dot org> with minor changes by me. tested on Tru64 5.0 and 5.1B.
2004-11-06pull up revision 1.38 from src:grant1-10/+4
Remove some code which makes file lookup rely on the fact that the first two directory entries are "." and "..". This behaviour is not required by applicable standards, and actually not provided by "coda". Now we get the "." and ".." into the per-directiry hash tables, but this should not hurt. fixes bmake build on Fedora Core 2, PR pkg/26140 from Shoichi Miyake.
2004-10-31Add DragonFlyBSD recognition defaults, provided by Todd Willey on tech-pkg.wiz1-1/+10
2004-10-24note that you need -ma to bootstrap with xlc.grant1-1/+5
2004-10-11Why all the complexity? Just remove $wrkdir. (The previous incarnation lefttv1-15/+3
a still-littered "work" directory; rather, this should nuke the whole thing.)
2004-10-08Bump BOOTSTRAP_VERSION for previous.tv1-2/+2
2004-10-08Revert part of rev 1.19:tv1-4/+4
There's one place where you absolutely *must* use bmake: when building pkg_install. Otherwise its Makefiles will attempt to get $(MACHINE_ARCH) from the system make, which is not likely to be correct on several platforms.
2004-10-07add some info about xlc support.grant1-1/+21
2004-09-20Also need tools in /usr/xpg4/bin (such as id). PR#26924.cjep1-1/+2
2004-09-12Update my IRIX test systems used.jschauma1-3/+4
2004-09-12We also need SUNWscpu (for /usr/ucb/install). Part of PR#26924cjep1-1/+2
2004-08-27Catch up with textproc/nbsed needing to be configured withjlam1-2/+2
--program-transform-name="s,sed,nbsed," to be installed with the correct name.
2004-08-23Emphasize that UNIX Perl must not be installed, and that case-sensitivetv1-13/+36
filesystems are a must. Add instructions on how to change these things after SFU is already installed (so a reinstall is not necessary).
2004-08-23* Modify bmake to use libnbcompat to ensure that a regex implementationjlam5-22/+36
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-22Also capture stderr to the log.jlam1-2/+2
2004-08-22Auto-save output by tee-ing into BOOTSTRAP.LOG (thanks, schmonz!).jlam1-2/+3
2004-08-21Add a `testbootstrap' script that calls the bootstrap script with thejlam1-0/+50
correct args to build all of the bootstrap packages without needing root privileges.
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-15Add a script to make a source bootstrap kit. By default, the "kitdir"jlam1-0/+41
is ${TMPDIR}/bootstrap-kit-<today>, the resulting archive will extract a directory tree rooted in "bootstrap-kit-<today>".
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-07-31I'm currently using pkgsrc under OpenBSD 3.5, so update the commentxtraeme1-2/+2
about tested versions.
2004-07-31Update comment about supported versions, I'm using pkgsrc underxtraeme1-2/+2
FreeBSD -current and in the past I used it succesfully on 4.x.
2004-06-28allow --ignore-user-check to pass through to the bootstrap script,grant1-1/+7
too. useful for unprivileged build testing.
2004-06-23PKGDBDIR -> PKG_DBDIR for consistency. From Jim Bernard in PR 26027.wiz1-3/+3
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-25only attempt to remove bmake files if 'cd bmake' was successful.jschauma1-2/+2
2004-05-17install(1) allows for installing /dev/null to create an empty file,jschauma1-1/+4
so let's do this here, too. This should address PR pkg/25313.