summaryrefslogtreecommitdiff
path: root/bootstrap/files
AgeCommit message (Collapse)AuthorFilesLines
2006-04-10added bootstrap support for IRIX 5.3 (finally :-))schwarz2-40/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2005-10-09Added definition of PATH. This fixes a silly bug of endless recursionheinz1-1/+2
where "mkdir" is found in WRKDIR/.tools/bin after the tools are available...including mkdir itself.
2005-05-07Sync with v1.88 of packages(7).wiz1-41/+57
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.
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-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.
2004-04-23Rather than work around an automake braindeadness, parameterize install-shtv1-2/+2
so that Interix can set the default mode to 0775. Then add "install_sh" to CONFIGURE_ENV so it uses ${INSTALL}, not the package-supplied install script (as is done for autoconf $INSTALL).
2004-04-12Add script to work around stupid 'mkdir -p' on Unixware.heinz1-0/+44
$ mkdir -p /tmp/foo ; echo $? 0 $ mkdir -p /tmp/foo ; echo $? 2 mkdir-sh calls 'mkdir' except when the target directory already exists.
2004-03-11import the required bits of bootstrap-pkgsrc from 20040311.grant4-0/+1104