Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
problem with building on systems that don't have the
/usr/lib/libc.a (LIBC).
This is the log entry from mk-files 20051104:
* prog.mk: remove all the LIBC?= junk, use
.-include libnames.mk instead (none by default).
Note this is not an exact copy of the mk-files 20051104 prog.mk.
(Todo: compare and test all the mk files with sjg's version.)
|
|
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>
|
|
|
|
And mention about PATH, MANPATH, and mk.conf.example.
|
|
since yesterday's update (since it overwrites it).
|
|
|
|
for "bmake".
Remove all of bmake source from this bootstrap.
Keep bootstrap/bmake/mk -- copy to files-mk (so the
bmake "boot-strap" doesn't notice the mk*).
This was tested on DragonFly, NetBSD and some on Linux.
Hopefully all the fixes to boostrap's bmake are included in
devel/bmake/files.
Note that the "mk" files is still not using devel/mk-files.
|
|
sysconfdir to be reset if --prefix is later on command line.
|
|
|
|
where "mkdir" is found in WRKDIR/.tools/bin after the tools are
available...including mkdir itself.
|
|
Obtained-from: src/usr.bin/make/main.c, rev 1.98
|
|
from John Heasley in PR pkg/30544.
|
|
|
|
pkgsrc/mk/defaults/mk.conf.
This is from PR 30741 from anonymous AT example.net.
|
|
|
|
|
|
default installation paths to be inside ~/pkg and define UNPRIVILEGED=yes
in the generated mk.conf. This lets regular users to simply bootstrap by
doing './bootstrap --ignore-user-check'.
|
|
parsing code. For maximum portability it uses the expr(1) command
instead of sed(1), the same way as it is done in the core of the latest
GNU configure scripts.
|
|
|
|
shell-style words).
|
|
|
|
groff macro files. Since we don't have a pkgsrc groff tool dependency,
we ignore the dependencies if the macro files are not there.
|
|
between the --prefix and the directory. This makes life easier for users
that often run GNU ./configure scripts manually.
|
|
a little happier.
|
|
an illustrating example.
|
|
|
|
|
|
Bump BOOTSTRAP_VERSION.
|
|
mk.conf
|
|
|
|
(1) rework how command-line arguments are parsed:
instead of --command=<arg>, use --command <arg>
This allows us to not rely on certain commands for which we first need
to figure out where they are to parse the arguments, which in turn
allows us to
(2) add the command-line option
--preserve-path
to prevent bootstrap from munging the PATH (as it does on some platforms)
and look in places that are not currently in the PATH
Finally,
(3) add a check to see if we're using gcc, and set and add the
PKGSRC_COMPILER=<compiler>
flag to the sample mk.conf. This is particularly useful (and actually
necessary) under IRIX.
Bump BOOTSTRAP_VERSION.
|
|
PKGSRC_COMPILER=mipspro
if this compiler is used. Otherwise, wrong CFLAGS might be passed.
XXX: we probably want to add a check for the proper compiler into the
bootstrap process and add this line automatically, if necessary.
|
|
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.
|
|
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.
|
|
|
|
directory must be created... do it.
Also replace /usr/pkg with $prefix in a few places.
|
|
P. Schmiedeskamp, A. Wallis, and others on tech-pkg).
(TODO: look at http://home.comcast.net/~rawallis/ for adding
gzip to bootstrap.)
|
|
|
|
|
|
them instead.
|
|
Re-bootstrapping with pax fixes the situation.
Fix from Todd Willey.
|
|
|
|
|
|
|
|
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.
|
|
about a mismatch.
|
|
Todd Willey in PR 28941.
|
|
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.)
|
|
|