summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
AgeCommit message (Collapse)AuthorFilesLines
2012-04-15Update to 20120415.obache2-105/+149
Rewrite OpenBSD.bsd.man.mk, based on current NetBSD.bsd.man.mk and changed to use mandoc. Fixes manual pages installation with packages using USE_BSD_MAKEFILE=yes on OpenBSD-5.0.
2012-03-05Mirror two changes from the NetBSD mk-files.sbd2-5/+10
1) Stop building catpages by default. 2) Derive MANINSTALL from MKCATPAGES. Bump package version.
2012-02-15Don't depend on /usr/ucb/install on SunOS, use ${PREFIX}/bin/install-sh.hans1-2/+2
2011-12-05Don't disable builtins for GCC.joerg2-9/+3
2011-11-26Propagate a fix from NetBSD base bsd.lib.mk: if SHLIB_FULLVERSION isdholland2-3/+6
the same as SHLIB_MAJOR, don't try to symlink SHLIB_MAJOR. Otherwise you lose the library and get a symlink pointing to itself, and things fail later with ELOOP. Fixes builds of packages that use bsd.lib.mk for shared libraries and set only a major version number.
2011-11-06Add Minix specific Makefiles to bootstrap-mk-files. PR pkg/45045tcort5-3/+1202
2011-10-31Move the NOGCCERROR. When using '+=' on a make variable it must comesbd2-9/+9
_after_ '?=' is used on that variable. Bump PKGREVISION
2011-10-30Add support for groff-1.18. From norc on pkgsrc-users.wiz1-1/+3
2011-08-29IRIX: Set CPP to '${CC} -E' by default (old value is 'CC -E').cheusov1-2/+2
This fixes bootstrap failure on IRIX with MIPSPro C compiler when MIPSPro C++ is not available. Approved by wiz@
2011-06-17Fixes bsd.own.mk handling in bootstrap.sh script to same as pkg's Makefile.obache1-2/+2
PR#45061.
2011-01-23Add support for MirBSD to pkgsrc. Patches from Benny Siegert andagc1-0/+213
Thorsten Glaser.
2011-01-17Fix the fix for Arch Linuxghen1-2/+2
2011-01-10Yet Another Groff Version (1.21). Fixes bootstrap on ArchLinux.markd1-2/+4
2010-05-12In SunOS, use cpp rather than ${CC} -E, as gcc -E is broken.tez2-3/+9
If /usr/ucb/lib/cpp is in the path before gnu cpp this could break things but that is not an expected situation. The only executable in /usr/ucb/lib is cpp, so there is no other reason to add it to the path. This should fix PR#42624
2010-02-06Initial Haiku support.obache2-0/+724
currently, just copies of Linux's one.
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