2006-07-14 17:18:17 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Don't bother installing the catman page... it's not worth the hassle for
a bootstrap tool to figure out how to do this.
|
2006-05-31 11:47:01 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix bootstrap on platforms with incompatible /usr/share/mk/sys.mk
by always forcing our internal search path when invocing bmake.boot.
This does not affect the generated binary and is the reason why this
goes directly into the tree.
|
2006-03-01 17:54:46 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update AC_C___ATTRIBUTE__ to fix GCC 4 build issues.
Regen configure with autoconf-2.59.
|
2005-12-02 01:14:56 by Simon J. Gerraty | Files touched by this commit (4) |
Log message:
Actually import the bmake src into files, and apply pkgsrc patches.
Also provide an import script to help keep imports consistent.
|
2005-11-16 14:53:51 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
sysMkPath should be ${PREFIX}/share/mk by default and only that.
Including e.g. /usr/share/mk results in sys.mk read from there
as well. On DragonFly this adds X11BASE and results in obscure
breakages. Since the mk files are supposed to be self-contained,
it doesn't make much sense to look in other directories anyway.
Bump revision to annotate this.
Discussed-with: reed@.
Reported-by: Aggelos Economopoulos <aoiko AT cc DOT ece DOT ntua DOT gr>
|
2005-11-10 01:09:34 by Jeremy C. Reed | Files touched by this commit (7) |
Log message:
Update to version 20051105.
Remove GNU_CONFIGURE=no from pkgsrc Makefile.
Add "--mksrc none" to arguments and
add --prefix=${PREFIX} and --sysconfdir=${PKG_SYSCONFDIR}
and remove ${CONFIGURE_ARGS} for boot-strap.
Note that I didn't import the files that only change was a
CVS $Id$ tag.
>From ChangeLog:
2005-11-05 Simon J. Gerraty <sjg@void.crufty.net>
* Makefile.in (BMAKE_VERSION): bump to 20051105
* configure.in: always set default_sys_path
default is ${prefix}/share/mk
- remove prefix_sys_path, anyone wanting more than above
needs to set it manually.
2005-11-04 Simon J. Gerraty <sjg@void.crufty.net>
* boot-strap: make this a bit easier for pkgsrc folk.
bootstrap still fails on IRIX64 since MACHINE_ARCH gets set to
'mips' while pkgsrc wants 'mipseb' or 'mipsel'
2005-11-02 Simon J. Gerraty <sjg@void.crufty.net>
* Makefile.in (BMAKE_VERSION): bump to 20051102
* job.c (JobFinish): fix likely ancient merge lossage
fix from Todd Vierling.
* boot-strap (srcdir): allow setting mksrc=none
2005-10-31 Simon J. Gerraty <sjg@void.crufty.net>
* Makefile.in (BMAKE_VERSION): bump to 20051031
* ranlib.h: skip on OSF too.
(NetBSD PR 31864)
|
2005-11-02 19:41:37 by Jeremy C. Reed | Files touched by this commit (2) |
Log message:
Don't use a patch for this OSF1 fix -- so bootstrap will use this.
|
2005-11-02 19:16:04 by Todd Vierling | Files touched by this commit (2) |
Log message:
Fix glaring error in job.c that I fixed back in the prehistoric
bootstrap-pkgsrc incarnation (WTERMSIG->WSTOPSIG).
|
2005-11-01 01:07:20 by Jeremy C. Reed | Files touched by this commit (3) |
Log message:
Add patch-ab and bump PKGREVISION.
This is from bootstrap for OSF1 5.1 from Sergey Svishchev in PR 31864.
|
2005-10-31 22:52:26 by Jeremy C. Reed | Files touched by this commit (43) |
Log message:
Add source files missing in last commit.
|