gdt
83e12739b4
Rototiil versions section
...
Replace and simplify the versions section. Drop notion of
supported/deprecated. Explain why people run specific old versions.
Assert that there are no 10.4 pkgsrc users, and very few 10.5. Keep
notion that PRs for <= 10.5 without fixes can be closed without
fixing.
Explain Darwin vs OS X. Point to PureDarwin. Explain that pkgsrc for
Darwin is really for OSX and invite doc patches.
Make a few minor edits.
It remains for someone to explain more clearly the issue of
broken/missing SDKs in 10.11 and command line tools.
As discussed on tech-pkg, with input from jperkin and tron.
2015-11-07 12:55:03 +00:00
gdt
0a5272fd89
Fix a typo and s/Mac OS X/OS X/g
...
Thanks to wiz@ and Luis Muir for pointing these out.
2015-11-06 16:38:27 +00:00
gdt
01012f32b6
Make assorted minor updates
...
- Remove information about older versions of pkgsrc.
- Note that /usr/include is gone and that there are SDKs
- Add hazy explanation of the missing SDK/command-line-tools issue.
- Add 10.11 (but do not change deprecation status of anything).
- Clarify (but do not try to update for current reality) the 10.6/10.9
bulk build descriptions.
2015-11-06 15:48:52 +00:00
tron
619b1bd74a
If "/usr/bin/bash" is installed under Solaris always prefer it over the
...
"pdksh" package. Using the package is too problematic, see PR pkg/39524.
2015-06-13 13:15:39 +00:00
sevan
8514571a7a
Introduce preliminary support for Bitrig to pkgsrc
...
Initial patchset to add support by rodent@
Further adjustments made based on feedback by joerg@
Tested by myself with numerous bulkbuilds thanks to Patrick Wildt @ Bitrig
Reviewed by bsiegert@ joerg@ wiz@
2015-06-04 15:48:45 +00:00
sevan
4e8a0fc564
Use pdksh when bootstrapping on AIX, while it's possible to bootstrap
...
successfully using the stock /bin/sh supplied with the system, things don't work
correctly.
Reviewed by wiz@
2015-05-03 14:26:57 +00:00
tnn
b76489d84e
mention installation instructions for GCC toolchains
2015-04-19 19:29:44 +00:00
tnn
c9dd3c8c54
Don't recommend the native compiler or native X11 any more.
...
GCC and X11_TYPE=modular is what will work best.
2015-04-19 19:21:39 +00:00
rodent
d160bf4a08
Update for the OpenBSD of today. Add info on test cases. Improve wording.
2015-04-05 00:40:07 +00:00
prlw1
fb86d64311
typo
2015-02-28 18:50:46 +00:00
gdt
d193405d3f
Drop xlc compiler information.
...
This was added in 2004 and there have been no reports of anyone even
trying to use it in many many years. Searching on the web finds only
information from 2003.
2015-02-22 17:11:34 +00:00
gdt
787883acc8
Rototill version list (without policy change).
...
Add Joyent bulk build links.
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2015-02-22 17:08:17 +00:00
obache
0b7a7fd02d
remove obsolated information for bootstrap kit and binary packages.
2015-01-19 00:12:43 +00:00
jperkin
9bf4d06492
Don't build the cwrappers package during bootstrap, it is pulled in
...
as a build dependency as needed.
2014-12-04 10:36:02 +00:00
jperkin
eb5184f07c
Add a "--cwrappers" option to build and enable cwrappers.
2014-12-01 13:43:55 +00:00
jperkin
9b3f758131
Add support for --make-jobs, which passes down -j or MAKE_JOBS as
...
appropriate. The default continues to be 1.
2014-09-01 12:29:58 +00:00
cheusov
eec1402772
Fix packages creation on Interix.
...
User/group names are used instead of uid/gid.
Problem with spaces inside user/group name should be fixed by Cygwin
support added some time ago.
2014-08-14 00:21:24 +00:00
schmonz
b7f74ffdde
"--compiler clang" will have gotten better by the next quarterly branch.
2014-08-03 01:16:41 +00:00
schmonz
3898d50233
Need nbsed on Yosemite (not sure about awk, but little harm).
2014-08-01 15:01:16 +00:00
schmonz
8a0b90762f
Detecting clang on OS X is stymied in some configurations by "gcc"
...
looking sufficiently like gcc. Inspect "cc" instead, and don't
believe it's __GNUC__ unless it's also not __clang__.
While here, if you manage to find and install PackageMaker.app, it
still works on 10.9 for --binary-macpkg.
From Sevan Janiyan.
2014-07-30 16:30:26 +00:00
ryoon
906069ae93
Remove unnecessary .
2014-07-14 13:54:24 +00:00
jperkin
9e9ad92b64
Use check_compiler=yes on Darwin, fixes bootstrap with newer XCode that
...
includes gcc which is actually clang.
2014-07-11 17:29:21 +00:00
asau
b673262e2f
Amend previous: pick built bmake binary from correct directory.
2014-04-17 18:29:01 +00:00
asau
f335584ed6
Follow the conventional path of "configure-make-install"
...
when bootstrapping bmake.
2014-04-17 18:27:24 +00:00
asau
44162d0641
The only use of "bmakexenv" variable is on IRIX to pass MAKE=pmake
...
to devel/bmake when bootstrapping the latter.
bmake doesn't take this environment variable into consideration anyway.
2014-04-17 18:12:47 +00:00
obache
545c8428c8
Set CLANGBASE=/usr automatically if CLANGBASE is not set and /usr/bin/clang exists.
...
It is expected in mk/compiler/clang.mk that CLANGBASE is set properly
even if builtin clang is selected.
2014-04-03 09:05:11 +00:00
gdt
aebfc1d012
Explain problems with sed.
...
Basically: 10.9's sed is broken, bootstrap works around this via nbsed
on 10.9, and therefore while a 10.6 boostrap's binaries will *run* on
10.9, one can't reliably build new packages.
(Thanks to jperkin@ for pointing this out.)
2014-03-18 01:28:26 +00:00
gdt
cfd25cb301
Update pointer to bulk build message (to be a quarterly one).
2014-03-17 17:12:58 +00:00
ryoon
6f83137ff3
Add README for Xinuos SCO OpenServer 5.0.7/3.2
2014-03-14 21:54:25 +00:00
ryoon
d0f71acda6
Add Xinuos SCO OpenServer 5.0.7/3.2 support
...
The license donation for OpenServer 5.0.7/3.2 by Xinuos Inc. helped to
make this commit possible.
2014-03-14 21:52:13 +00:00
gdt
1073191d2d
Seriously rototill Mac instructions.
...
Explain clang. Add 10.9. Point out jperkin's builds.
2014-03-13 20:57:20 +00:00
asau
5cca1eda52
Detect Clang and apply proper compiler settings.
...
This fixes bootstrapping on FreeBSD 10 where cc is Clang
pretending poorly to be GCC.
2014-03-10 20:50:35 +00:00
jperkin
88099c9cc6
Add bootstrap support for multiarch support on Linux. For now only
...
building 32-bit packages on x86_64 is supported.
2014-03-07 14:59:42 +00:00
ryoon
f44b8ee992
Fix usage of build_package
2014-02-10 10:43:02 +00:00
asau
d3391891ea
Suggest placing pkgdb under prefix.
2013-12-16 10:43:09 +00:00
asau
22bad8788c
Actualise.
...
Don't insist on moving system tools.
2013-12-16 10:40:16 +00:00
joerg
15534d87f5
Mark the copy of bmake's configure as executable in case the checkout is
...
missing the bit.
2013-10-03 01:24:57 +00:00
ryoon
01967278e4
Add FreeMiNT settings.
2013-09-08 16:29:28 +00:00
jperkin
7bb768c97a
Add a new use_bsdinstall variable which, if set to 'yes', will use bsdinstall
...
instead of install-sh on platforms which need a BSD install. The install-sh
script is still used during the bootstrap process regardless.
Default to 'yes' on SunOS. Other platforms can migrate over once they confirm
that sysutils/bsdinstall builds correctly.
2013-08-28 12:05:10 +00:00
ryoon
2fb31a1cd9
Fix one more pasto.
2013-08-22 13:46:37 +00:00
ryoon
0549226122
GNU/kFreeBSD user should install libncurses-dev.
2013-08-22 13:45:58 +00:00
ryoon
b5aa3b80ce
or equivalent is not needed.
2013-08-22 13:45:01 +00:00
ryoon
356dc71912
Add README file for GNU/kFreeBSD platform.
2013-08-22 13:34:08 +00:00
jperkin
5029454154
Add --pkginfodir support. Fixes --prefix=/usr defaults.
2013-08-09 12:57:38 +00:00
obache
4ab9a5aaab
overwrite config.{guess,sub} automatically after copied from in-place source
...
tree in bootstrap.
2013-08-04 01:19:19 +00:00
ryoon
4a0907cc4d
Add (Debian) GNU/kFreeBSD port.
...
Similar to GNU/Linux.
Bump bootstrap-mk-files to 20130727.
2013-07-26 09:38:15 +00:00
tron
ce13bd791b
Don't use the bundled "awk" and "sed" under Mac OX Mountain Lion and newer.
...
They break badly on files with binary characters. This fixes e.g. the
build of the "youtube-dl" package.
2013-06-14 15:07:37 +00:00
tron
885aba5472
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
c0b144c06b
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
6dc52584f3
update comment to refrect current release.
2013-03-17 15:19:11 +00:00
tcort
a8c64cfc46
bootstrap: Minix support. OK by agc. PR pkg/45041
2013-03-11 22:48:23 +00:00
obache
99d4ac611f
Add hints for bootstrap pkgsrc on Cygwin.
2013-02-22 13:59:47 +00:00
obache
381fd5cad9
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
c786fb3750
Use Administrators for ROOT_GROUP of Cygwin instead of Administrator.
2013-02-20 12:44:14 +00:00
obache
949655aa14
Fixes reverse condition of is_root() for Cygwin.
2013-02-20 11:04:26 +00:00
obache
a801271e05
fix a typo
2013-02-20 10:59:36 +00:00
obache
99dcda1037
Set proper variables for the case of --compiler=clang.
2013-02-20 10:30:41 +00:00
obache
bd575bf9fa
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
a2d8b8c8f7
tell Cygiwn to bootstrap.
2013-02-09 12:41:43 +00:00
schmonz
770a889561
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
1b5c526284
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
89159d130f
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
7a0e9ffa7a
Note that you should install the command line tools.
2012-12-29 20:02:38 +00:00
wiz
f69b8cf333
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
e68b228a58
Fix "bootstrap --unprivileged" failure on Haiku
2012-10-02 21:02:21 +00:00
jperkin
ac8fbf323d
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
74f81035d9
Make bash the default shell on SmartOS.
2012-07-24 13:18:00 +00:00
jperkin
91411eac7f
Support GCCBASE in bootstrap, and provide a working example based on OmniOS.
2012-07-13 16:12:41 +00:00
jperkin
dcc44bc21e
Use native ksh93 on Solaris 11 and derivatives.
2012-06-15 09:54:41 +00:00
jperkin
72cf2ffded
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
570a256f33
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
49fa835809
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
10556c70f1
Revert nawk change.
2011-11-29 17:06:45 +00:00
hans
b371a54c94
On SunOS, don't build nawk if a native one is available.
2011-11-29 15:06:20 +00:00
hans
3bc2d126f2
Not every tar knows -z.
2011-10-04 11:37:38 +00:00
hans
e419fd7957
Use more host tools on SunOS. Default to GNU tools when available.
2011-09-14 15:14:53 +00:00
agc
b6ae3a4acf
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
21461b22c1
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
7c52b9b70b
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
9a13771a76
Disable USE_DESTDIR for bootstrap.
2011-04-15 09:02:00 +00:00
agc
418419f39a
Move this file to a 2-clause BSD license.
2011-04-05 05:43:19 +00:00
tron
ebb9d3bfd3
Use "-n" instead of "! -z".
2011-03-22 08:39:30 +00:00
gdt
3d95057a13
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
e81f515156
Add support for MirBSD to pkgsrc. Patches from Benny Siegert and
...
Thorsten Glaser.
2011-01-23 19:07:24 +00:00
adam
b2bfa79acd
Allow to provide CC on Darwin
2010-12-26 11:24:21 +00:00
asau
e1f43dba2a
Update information with my experience. Thanks to <riz> for reminding.
...
While here, remind about PATH.
2010-12-02 17:12:39 +00:00
obache
cc5fecb01d
Revert r1.159, adding WRKOBJDIR to mk.conf from --workdir.
...
PR#44117.
2010-11-20 00:49:33 +00:00
joerg
f2d21a4c3b
Bailout if the SH override is not a full path.
2010-11-13 21:43:39 +00:00
gdt
456d32aefe
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
4d059ed1ca
Update status of upstream Issue#5784.
2010-09-30 12:01:09 +00:00
obache
02b701ffb9
Set WRKOBJDIR=${workdir}/pkgsrc to target mk.conf if --workdir is specified.
2010-08-30 06:21:49 +00:00
obache
2066ae39a1
Initial bootstrap README for Haiku.
...
Now, we can bootstrap pkgsrc on Haiku without extra patch.
2010-08-22 04:32:53 +00:00
joerg
d8dd23b81a
Don't allow a prefix or other directory ending in /. Adresses PR 43754.
2010-08-13 18:57:36 +00:00
seanb
9a61897f0a
- Update QNX.
2010-03-19 14:11:11 +00:00
schmonz
61445a3327
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
72923363d0
Add Haiku support.
2010-02-06 10:28:54 +00:00
obache
76457bad72
remove redundant period in message, part of PR#41130.
2010-02-06 05:54:17 +00:00
obache
586ea81f3f
Honor LIBS environment variable, part of PR#41130.
2010-02-06 05:51:50 +00:00
obache
f5999a6387
Sort $opsys case alphabetically.
...
part of PR#41130.
2010-02-06 04:30:49 +00:00
obache
2d7e9ef220
Add support of SSD/Linux.
...
* ROOT_GROUP=wheel, fixes PR#42073.
* LOWER_VENDOR=ssd
* adjust paths for some tools
2010-01-16 02:16:35 +00:00
obache
807f4576b8
No need to use pkgsrc bsd_install, awk, sed and xargs for SUA 6.0 on bootstrap.
...
XXX: If someone confirmed SUA 5.2 also so, please adjust "3.* | 5.*)" to "3.*)".
2009-12-13 08:35:22 +00:00
tron
66d7280734
Recommend to manually enforce the use of the 32-Bit API under
...
Mac OS X Snow Leopard at the moment.
2009-09-21 15:33:13 +00:00
dholland
24ef710dba
Add /usr/bsd to $overpath for IRIX as per PR 38802. I'm going to leave
...
/usr/bsd/bin there for now (unless someone wants to confirm it's never
existed in *any* IRIX version) because it should ordinarily be harmless.
2009-08-01 20:19:37 +00:00
dholland
38be874322
fix typo
2009-08-01 20:16:25 +00:00
ahoka
e07420b706
Rollback my previous commit: pdksh doesnt solve the problem I wanted to.
2009-07-05 12:35:13 +00:00
ahoka
7e5a6ef277
Require ksh on HP-UX: /bin/sh dumps core during install on certain systems.
2009-06-27 22:30:50 +00:00
joerg
2dde42a844
Bail out before doing anything if PKG_PATH is set.
2009-06-15 17:02:14 +00:00
rillig
41caf0d671
Fixed the infinite recursion as suggested in PR 41446. Thanks for the
...
patch.
2009-05-29 15:58:37 +00:00
rillig
32ee6a524a
Replaced the weird-looking and probably wrong code in mkdir_p_early with
...
much simpler code. This works around an endless recursion (and a
segmentation fault when using bash) when ./bootstrap is run in a
read-only directory.
2009-05-28 20:25:35 +00:00
billc
8551ba9310
also cleanup for testbootstrap
2009-05-17 23:44:48 +00:00
minskim
16eae2fdc0
Fix a square bracket mismatch.
2009-04-23 00:15:53 +00:00
joerg
c802ed4e34
Provide a better mkdir -p replacement for the early build for platforms
...
that don't have it.
Explicitly bail out if the work directory exists already.
2009-04-21 14:21:10 +00:00
joerg
d4f61b3a35
Don't install ftp -- it is no longer a dependency of bootstrap
...
components, so it doesn't need the special threatment.
2009-04-06 14:21:05 +00:00
joerg
abd77ea1ca
Remove LIBNBCOMPAT_STYLE for nbsed, it is not used anywhere.
2009-02-05 18:53:03 +00:00
joerg
60f2e49122
Make life easier and pull in bdb and getopt for the initial build during
...
the bootstrap as well. Fixes the remainining part of PR 40544.
2009-02-04 07:44:58 +00:00
joerg
c8381772dc
- retire fnmatch magic
...
- drop tnftp and pax from bootstrap, they can be installed as normal
dependencies now that pkg_install doesn't need them.
2009-02-02 13:01:29 +00:00
sketch
7ff985072a
tyop
2009-01-26 10:02:19 +00:00
sketch
2d44a8903e
Add default CC, CXX and CPP to mk.conf for Sun Studio. Ideally none of
...
these would have to be set here and instead default in mk/compiler but
the legacy share/*.mk stuff won't allow that yet.
2009-01-21 00:07:40 +00:00
adrianp
b0a5bee584
+sendmail
2009-01-19 20:34:33 +00:00
adrianp
3fcbff5331
We need printf too
2009-01-17 21:56:13 +00:00
adrianp
51d191d616
Add a note about additional packages required if bootstrap is in a Solaris
...
Zone.
2009-01-17 21:32:12 +00:00
sketch
6c43cf49d5
/usr/ucb/install cannot handle a Solaris zone with a read-only /usr but
...
writeable /usr/pkg, so use install-sh on Solaris instead.
2008-11-19 16:35:23 +00:00
joerg
8d0d604bc5
bmake is supposed to be standalone and we don't document a requirement
...
of make, so build libnbcompat after bmake using bmake.
2008-10-14 22:50:54 +00:00
joerg
6e80035f26
Use /usr/xpg4/bin/id on Solaris to get user id and group id.
...
Reported by David H. Gutter and based on the suggestion from salo
in PR 39235.
2008-07-31 13:42:57 +00:00
dbj
079359e425
previous commit also accidentally added default fetch_cmd=/usr/bin/ftp on darwin.
2008-07-20 23:57:36 +00:00
dbj
ddd4c9aaf3
support NBPAX_PROGRAM_PREFIX variable in TOOLS_PLATFORM.{pax,tar}
...
leave default value unset to preserve existing behavior.
you can now set NBPAX_PROGRAM_PREFIX=nb (for example) in your mk.conf
to have the bootstrap install and use nbpax/nbtar/nbcpio which don't conflict
with system provided tools.
2008-07-20 23:54:48 +00:00
reed
f2dfdebea7
Mention that if the default mk.conf doesn't already exist, the example is
...
copied into place.
2008-06-23 21:12:16 +00:00
reed
b7e90fd789
Remove old note about mk.conf.example file.
2008-06-23 21:11:39 +00:00
joerg
da712f263e
Add a marker for bootstrap packages to allow special cases them during
...
bulk builds.
2008-06-19 18:36:51 +00:00
dmcmahill
fa85ed5bcc
Document the issue and workaround for missing /lib/libattr.la on some RHEL
...
systems.
2008-06-18 21:37:31 +00:00
sketch
045e6bc85b
Bail out if passed --abi on a platform for which we do special-case handling.
2008-06-17 12:11:59 +00:00
sketch
8bb95ad74e
Update notes for using Sun's compiler and 64-bit support.
2008-06-17 11:59:08 +00:00
sketch
8bb177563e
Save SUNWSPROBASE if provided.
2008-06-17 11:50:45 +00:00
sketch
7465f6ce76
Add --abi to set $ABI correctly, avoids the need for CFLAGS hacks.
2008-06-17 11:38:52 +00:00
sketch
eeaed4ba57
If $need_ksh, set TOOLS_PLATFORM.ksh too, else packages with USE_TOOLS+=ksh
...
overwrite the installed dependancy, breaking bulk builds.
2008-06-11 12:47:07 +00:00
tnn
d510667ede
Build install-sh a bit earlier, so it's available before pdksh.
2008-05-24 13:38:33 +00:00
tnn
2be145ec3b
Set need_ksh=yes for SunOS as well. Asked by joerg@
2008-05-23 18:06:44 +00:00
tnn
499593f589
- Update bootstrap stuff to build shells/pdksh if need_ksh=yes
...
- set need_ksh=yes for OSF1
- rebootstrap the early bmake after having built ksh, so it's more
likely to have a working shell for later use.
2008-05-23 17:49:52 +00:00
agc
23ee2f813b
Remove the text which warns against using a case-insensitive file system
...
on Mac OS X - that hasn't been true for about a year.
2008-05-09 18:39:54 +00:00
agc
f3b1199e8a
Remove the text which asserts that pkgsrc cannot be used on
...
case-insensitive file systems - it hasn't been true for about a year.
2008-05-09 18:37:54 +00:00
agc
8dd14e552e
It's been possible to use case-insensitive file systems for Mac OS X for
...
about a year now. In celebration of this, remove the check and error message
when ensuring a case- sensitive filesystem on Mac OS X.
Keep the check for Interix.
2008-05-09 18:35:35 +00:00
minskim
6952c62e96
Set packagemaker so that the .pkg is built on Darwin.
...
This functionality disappeared when mkbinarykit was merged into bootstrap.
Still need to revive support for universal binary.
2008-04-30 03:14:55 +00:00
minskim
a82566f9af
Make the --binary-macpkg option compatible with the other binary-kit options.
2008-04-29 22:03:19 +00:00
rtr
9c42693d00
note that if you intend to use gcc 4 on Tiger that you need to download
...
the xcode 2.5 development package. gcc4 that comes with xcode 2.0 builds
broken pkg_install tools.
2008-04-20 02:58:51 +00:00
jlam
84fa8ca684
+ Remove pkgtools/pax and pkgtools/tnftp as they are no longer different
...
from archivers/pax and net/tnftp, respectively. In the past, the
pkgtools version of these packages installed into ${PKG_TOOLS_BIN},
but this was changed in:
pkgtools/pax/Makefile:1.15
pkgtools/tnftp/Makefile:1.3
+ Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common
by merging them into their respective Makefiles. The Makefile.common
files existed solely for inclusion by the pkgtools versions of these
packages, but with the removal of those packages, these files are
now unnecessary.
+ Add full DESTDIR support to archivers/pax and net/tnftp.
+ Modify the bootstrap to build archivers/pax and net/tnftp instead of
the pkgtools versions of these packages.
2008-03-06 04:45:58 +00:00
tron
5acb5cbde8
Try to fix PR pkg/26143 with caution:
...
- Set "CC" to "gcc -isystem /usr/include" during bootstrap.
- Add "-isystem /usr/include" to the Darwin specific "CPPFLAGS".
2008-01-30 22:57:31 +00:00
joerg
e5ec1e7ace
Change default pathes to more sane values:
...
- /var as varbase is only used for privileged builds without prefix
or when prefix is explicitly set to /usr/pkg
- if prefix is set to a non-standard value, derive varbase from it
- derive pkgdbdir from varbase
Based on the discussion in PR 37796 and with jlam@.
2008-01-24 14:48:02 +00:00
joerg
1d688ef264
Add --binary-kit, --gzip-binary-kit and --binary-macpkg to bootstrap
...
and retire mkbinarkit. The options take the desired output name as
argument.
2008-01-23 21:12:41 +00:00
rillig
cb7ca2f08d
Make sure that the files found by check_prog are really regular files
...
and nothing else. This prevents bootstrap from exiting just because
there is a subdirectory named "awk" (or another tool) in one of the PATH
directories.
Fixes PR 37806.
2008-01-20 19:55:29 +00:00
tnn
41c4b93e60
Update URL for GCC toolchain kit.
2008-01-14 21:32:29 +00:00