Commit graph

344 commits

Author SHA1 Message Date
tron
6037744b3c Under Mac OS X (Mountain) Lion "packagemaker" is part of the
"PackageMaker" application which resides in "/Applications".
2013-06-01 12:15:54 +00:00
ryoon
827dfb68d8 On Debian/Ubuntu Linux, system's awk is mawk, and mawk does not
understand some regexp like [[:space:]].
ELF shared lib check is not working properly with mawk.
2013-05-11 23:42:44 +00:00
obache
996b1ad488 update comment to refrect current release. 2013-03-17 15:19:11 +00:00
tcort
4b7d5655da bootstrap: Minix support. OK by agc. PR pkg/45041 2013-03-11 22:48:23 +00:00
obache
02d5ed29d9 Add hints for bootstrap pkgsrc on Cygwin. 2013-02-22 13:59:47 +00:00
obache
31200aadac Fix ROOT_USER/ROOT_GROUP for Cygwin to Administrators/Administrators (not using
its UID/GID), and sync platform privilege check with bootstrap script.
2013-02-22 13:39:31 +00:00
obache
b36ecc3b44 Use Administrators for ROOT_GROUP of Cygwin instead of Administrator. 2013-02-20 12:44:14 +00:00
obache
c8843f3359 Fixes reverse condition of is_root() for Cygwin. 2013-02-20 11:04:26 +00:00
obache
6f8c880088 fix a typo 2013-02-20 10:59:36 +00:00
obache
e73a55079b Set proper variables for the case of --compiler=clang. 2013-02-20 10:30:41 +00:00
obache
8661fbca77 Rename objdir for bootstrap bmake, to avoid conflict with system
cygwin/config.h heaer on Cygwin with case-insensitive filesystem.
2013-02-09 12:45:24 +00:00
obache
728a57b97a tell Cygiwn to bootstrap. 2013-02-09 12:41:43 +00:00
schmonz
16f9671f82 Recommend "Command Line Tools for Xcode" as mentioned in
<URL:http://kennethreitz.org/experiments/xcode-gcc-and-homebrew>.
2013-02-06 15:25:24 +00:00
hans
2346907f99 Use /usr/bin/bash on all SunOS 5.11 variants if it exists. Fall back to
shells/pdksh in all other cases, native /bin/ksh is not good enough.
2013-01-31 22:55:21 +00:00
cheusov
6eda5cd991 Latest version of Haiku uses name "baron" for superuser. So, we use id(1) at bootstrap time 2013-01-06 17:33:24 +00:00
wiz
36161114db Note that you should install the command line tools. 2012-12-29 20:02:38 +00:00
wiz
83d1512412 Update where to get X11 and note 10.8 as supported, moving down
older versions as appropriate.
2012-12-29 19:17:57 +00:00
cheusov
424b41d42d Fix "bootstrap --unprivileged" failure on Haiku 2012-10-02 21:02:21 +00:00
jperkin
d54c700402 Add support for --prefer-pkgsrc which will set PREFER_PKGSRC in the bootstrap
and target mk.conf.  Primarily useful to ensure pkgsrc zlib/bzip2 etc are used
for pkg_install.
2012-07-26 13:00:48 +00:00
jperkin
64938354fb Make bash the default shell on SmartOS. 2012-07-24 13:18:00 +00:00
jperkin
6f2da67345 Support GCCBASE in bootstrap, and provide a working example based on OmniOS. 2012-07-13 16:12:41 +00:00
jperkin
bb2f76b393 Use native ksh93 on Solaris 11 and derivatives. 2012-06-15 09:54:41 +00:00
jperkin
beff7c99ea Remove /usr/xpg4/bin from $PATH on Solaris, it causes weird issues in the
bmake test suite, and is unnecessary.  Instead, ensure we use the xpg4 id.

Tested on Solaris 9 and SmartOS.  Fixes PR#45444.
2012-06-08 12:15:29 +00:00
christos
a7d0be3325 Don't enforce vulnerability tests during bootstrap. On old systems eg.
NetBSD-3, the checker command line syntax was different leading to failure
to install.
2012-05-15 16:42:43 +00:00
riz
d053a0cf72 Minor corrections, from Snader_LB on FreeNode:
- capitalize ``NetBSD.org'';
- remove trailing whitespace;
- clarify the bootstrapping procedure's ending sentence, and end
  it with punctuation.
2012-01-11 01:15:17 +00:00
hans
680632a7db Revert nawk change. 2011-11-29 17:06:45 +00:00
hans
69291b7877 On SunOS, don't build nawk if a native one is available. 2011-11-29 15:06:20 +00:00
hans
72d908a076 Not every tar knows -z. 2011-10-04 11:37:38 +00:00
hans
772457add3 Use more host tools on SunOS. Default to GNU tools when available. 2011-09-14 15:14:53 +00:00
agc
3264219c8c order the options alphabetically - makes it much easier to see what options
there are.

no functional change.
2011-06-12 17:46:02 +00:00
obache
88dfb94b0c Drop --ignore-case-check option from bootstrap script.
pkgsrc infrastructure itself does not require case-sensitive filesystem
nowadays, and always no need to check filesystem case-check.
2011-06-12 08:28:32 +00:00
obache
dd9b16b43e drop --fetch-cmd option and FETCH_CMD settings for default mk.conf.
fetch stuff was changed and it will not works as expected nowadays.
2011-06-12 07:58:51 +00:00
joerg
4ca8f01e99 Disable USE_DESTDIR for bootstrap. 2011-04-15 09:02:00 +00:00
agc
7dc98a08cb Move this file to a 2-clause BSD license. 2011-04-05 05:43:19 +00:00
tron
b6b0db34bc Use "-n" instead of "! -z". 2011-03-22 08:39:30 +00:00
gdt
e35422cc23 Note that i386 mode is the default, and point to tron@'s 2009 tech-pkg
post that explained the issues clearly.

Caution that 10.4 support is on even thinner ice with 10.7 due out.
2011-03-05 12:36:39 +00:00
agc
231a384ac3 Add support for MirBSD to pkgsrc. Patches from Benny Siegert and
Thorsten Glaser.
2011-01-23 19:07:24 +00:00
adam
fbe9c9f697 Allow to provide CC on Darwin 2010-12-26 11:24:21 +00:00
asau
47d8b2f4c8 Update information with my experience. Thanks to <riz> for reminding.
While here, remind about PATH.
2010-12-02 17:12:39 +00:00
obache
dbd88dfc84 Revert r1.159, adding WRKOBJDIR to mk.conf from --workdir.
PR#44117.
2010-11-20 00:49:33 +00:00
joerg
8af46e3f40 Bailout if the SH override is not a full path. 2010-11-13 21:43:39 +00:00
gdt
11a26b8f27 Describe levels of likely support for various versions of OS X, based
on consensus of pkgsrc developers from private discussion.

Essentially 10.3 and below will not be allowed to clutter the PR db,
10.4 is iffy, and 10.5 and 10.6 are normal.
2010-10-31 21:24:14 +00:00
obache
6eaeb7d0d1 Update status of upstream Issue#5784. 2010-09-30 12:01:09 +00:00
obache
6b5d180696 Set WRKOBJDIR=${workdir}/pkgsrc to target mk.conf if --workdir is specified. 2010-08-30 06:21:49 +00:00
obache
ad6916e046 Initial bootstrap README for Haiku.
Now, we can bootstrap pkgsrc on Haiku without extra patch.
2010-08-22 04:32:53 +00:00
joerg
2cdbb513d2 Don't allow a prefix or other directory ending in /. Adresses PR 43754. 2010-08-13 18:57:36 +00:00
seanb
715c18f2e9 - Update QNX. 2010-03-19 14:11:11 +00:00
schmonz
106c08d7fa It's been a couple years since the pkgsrc repository was modified
to support being checked out on case-insensitive file systems, and
many bulk builds have been done since then. Remove verbiage on this
subject, since nobody needs to concern themselves with it anymore,
and retire the associated script to create a suitable disk image.

(Similar changes to the Guide will follow shortly.)
2010-02-21 19:04:07 +00:00
obache
0508da62d2 Add Haiku support. 2010-02-06 10:28:54 +00:00
obache
d0bd59d599 remove redundant period in message, part of PR#41130. 2010-02-06 05:54:17 +00:00