summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
AgeCommit message (Collapse)AuthorFilesLines
2010-01-15Update bsd.files.mk multiple include protection to use the same mechanismabs2-5/+6
as in the base NetBSD system - fixes PR pkg/39715
2009-12-30Add note on SHLIB_{MAJOR,MINOR,TEENY}abs1-2/+6
2009-12-30Sync comments section with current bsd.lib.mk from NetBSD - fixes variousabs1-4/+8
typos and incorrect entries and also adds a brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY, the latter addresses PR bin/39693 No functionality change, no PKGREVISION bump
2009-08-07Yet Another Groff Version, version 1.19.1, present in some release of Gentoo.dsainty2-3/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-12"ranlib -t" doesn't work on Darwin; use "touch" instead.minskim2-4/+4
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg1-2/+1
while.
2009-04-07Much simpler fix for PR/41125tez1-3/+3
Approved by agc
2009-02-26Recognize groff-1.20.1 on Linux.wiz2-4/+6
From Stathis Kamperis on pkgsrc-users. Bump version.
2009-02-19Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10abs1-1/+7
- At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite() http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 which means (void)fwrite(...) will *always* generate a warning, so set -Wno-error to bypass this in Linux.sys.mk - Ubuntu 8.1 also jumps through hoops to ensure ARG_MAX is *undefined*, so work around this in tnftp and libnbcompat
2009-02-17bootstrap-mk-files-20090217:joerg1-4/+4
Don't leak the unprivileged user for USE_DESTDIR=full.
2009-01-14Yet Another Groff Version (1.17.2), allows successful bootstrapping on andsainty2-3/+5
extremely crufty old Linux box of unclear parentage (but it might be a RedHat 3.0 installation).
2008-11-15remove NetBSD-specific code from OpenBSD's bsd.own.mkschwarz1-14/+1
2008-11-15OpenBSD changed to ELF on i386 with the 3.4 releaseschwarz1-2/+3
2008-08-08bootstrap-mk-files-20080808:joerg2-3/+5
YAGV (Yet Another Groff Version)
2008-07-29fix yesterday's commit: bump to the correct date (20080728)tnn1-2/+2
2008-07-28bootstrap-mk-files-20080722:tnn2-3/+5
Yet another Linux TMACDIR fix. PR pkg/39239 from Alexander Nasonov.
2008-07-03bootstrap-mk-files-20080703:joerg2-2/+210
AIX's tsort doesn't understand -q, override sys.mk. Reported in PR 39064.
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-05-26Remove the broken FreeBSD manual page rule overrides.tnn1-137/+0
This deviates too much from the standard bsd.sys.mk with no good reason, and breaks more than it fixes. PR pkg/38650
2008-05-20Try to fix a bootstrap failure reported on Slackware 12.1. Untested.tnn1-2/+4
2008-04-15bootstrap-mk-files-20080415:joerg2-34/+4
Don't bother with real dependency tracking, just touch .depend.
2008-03-13bootstrap-mk-files-20080310:joerg3-6/+6
IRIX and Linux don't provide lorder in all cases, so just skip the logic for the resorting before building ar(1)chives.
2008-02-21Use echo(1) instead of lorder(1). At least my IRIX 6.5 doesn't have it.tnn1-2/+2
The IRIX 5.3 lorder(1) manpage says: "This command is useless (but not harmful) in IRIX."
2008-02-11Bump date for SunOS change.tnn1-2/+2
2008-02-11${CC} -E is a better default choice for CPP than "cpp".tnn1-2/+2
Prevents many packages from failing with "c preprocessor fails sanity check."
2008-01-16Bump date because of several HPUX & OSF1 fixes.tnn1-2/+2
2008-01-16Fix CPP detectiontnn1-2/+2
2008-01-14Make CPP definition compiler-agnostictnn1-2/+2
2008-01-14fix typotnn1-2/+2
2008-01-14We always have install-sh on HPUXtnn1-2/+2
2008-01-14First cut at some HPUX specific overrides. No version bump of the packagetnn1-0/+193
yet since this will be work in progress for a couple of days ...
2007-11-04Teach bootstrap-mk-files about groff-1.19.2 on Darwin.minskim2-4/+6
2007-09-21Fix spelling of variable and add DESTDIR support.joerg1-4/+5
2007-08-25Only gcc understands those -W* flags for warnings.rillig1-1/+3
2007-08-10Don't use ld -x or ld -X. Bump version to 20070810.joerg6-88/+88
Discussed with and tested by various people over the last two month. This problem was exposed by pbulk.
2007-07-27Split bootstrap into two phases:joerg1-0/+32
- phase one builds the essential tools in the bare minimal version needed by the infrastructure to run "make install". - phase two runs "make install" for all the bootstrap packages. Set WRKOBJDIR for the second phase, we never want to leave garbage around. This increases the time for running bootstrap, but gives more deterministic results. It also means that e.g. configuration files in pkg_install can be handled normally. It is a prerequirement to sanely allow pkg_install some more extended work like building its own libarchive without having to worry too much about limitations on some platforms. This fixes the expansion of @gzcat@ in the download-vulnerability-list script. Tested by tnn@ on Interix and myself on DragonFly.
2007-04-12When calling bootstrap-register from the bootstrap script for thejoerg1-2/+1
various packages, pass down PKG_PRESERVE. Remove the default setting of PKG_PRESERVE, it makes perfect sense to install e.g. pkgtools/mtree and be able to remove it again, if it is not an essientiel tool. OK jlam@
2006-11-11Address PR pkg/34966 as suggested by Oliver Gould and apply the samejschauma4-15/+15
logic to all platforms: Some packages (such as math/gap) create wrappers based on the name of the compiler, so ${CC} should not contain any flags. Move flags into CFLAGS.
2006-08-24Add missing file to PLIST. Bump version.wiz2-3/+4
2006-08-06CPP on IRIX 5 with IDO cc is /usr/lib/cppschwarz1-1/+6
2006-07-14Import pkgtools/bootstrap-mk-files, which is the collection of bmake *.mkjlam46-0/+8774
files from the bootstrap kit. This package is used during bootstrap to properly register the installed *.mk files. The bootstrap bmake(1) utility uses some customised .mk files in order to pre-define certain definitions and targets, which guide the build process. This package provides those *.mk files for the bmake(1) utility.