joerg
bc33260ee1
Don't disable builtins for GCC.
2011-12-05 22:40:21 +00:00
dholland
161fe78ad0
Propagate a fix from NetBSD base bsd.lib.mk: if SHLIB_FULLVERSION is
...
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-26 15:54:43 +00:00
tcort
2b50f16fbb
Add Minix specific Makefiles to bootstrap-mk-files. PR pkg/45045
2011-11-06 21:01:30 +00:00
sbd
98aee4d22c
Move the NOGCCERROR. When using '+=' on a make variable it must come
...
_after_ '?=' is used on that variable.
Bump PKGREVISION
2011-10-31 23:41:21 +00:00
tez
e51f92232a
In SunOS, use cpp rather than ${CC} -E, as gcc -E is broken.
...
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-05-12 20:57:46 +00:00
abs
ccbfb9752b
Update bsd.files.mk multiple include protection to use the same mechanism
...
as in the base NetBSD system - fixes PR pkg/39715
2010-01-15 22:00:36 +00:00
dsainty
c692fde374
Yet Another Groff Version, version 1.19.1, present in some release of Gentoo.
2009-08-07 07:48:59 +00:00
minskim
2de8351d52
"ranlib -t" doesn't work on Darwin; use "touch" instead.
2009-05-12 23:21:10 +00:00
joerg
368d71b62e
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
2009-04-09 00:48:06 +00:00
joerg
d0076c3403
Remove the remaining NO_MTREE definitions, it has been a nop for a
...
while.
2009-04-08 22:43:23 +00:00
wiz
108d0702df
Recognize groff-1.20.1 on Linux.
...
From Stathis Kamperis on pkgsrc-users.
Bump version.
2009-02-26 07:05:10 +00:00
joerg
5ff23c6137
bootstrap-mk-files-20090217:
...
Don't leak the unprivileged user for USE_DESTDIR=full.
2009-02-17 17:08:13 +00:00
dsainty
c417193ec6
Yet Another Groff Version (1.17.2), allows successful bootstrapping on an
...
extremely crufty old Linux box of unclear parentage (but it might be a RedHat
3.0 installation).
2009-01-14 23:16:54 +00:00
joerg
95e4b0f2c3
bootstrap-mk-files-20080808:
...
YAGV (Yet Another Groff Version)
2008-08-08 21:15:57 +00:00
tnn
5849537ceb
fix yesterday's commit: bump to the correct date (20080728)
2008-07-29 19:39:41 +00:00
tnn
77b09d1486
bootstrap-mk-files-20080722:
...
Yet another Linux TMACDIR fix. PR pkg/39239 from Alexander Nasonov.
2008-07-28 20:18:20 +00:00
joerg
73d1f41e9b
bootstrap-mk-files-20080703:
...
AIX's tsort doesn't understand -q, override sys.mk.
Reported in PR 39064.
2008-07-03 20:06:21 +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
joerg
22f59d0159
bootstrap-mk-files-20080415:
...
Don't bother with real dependency tracking, just touch .depend.
2008-04-15 16:49:56 +00:00
joerg
9794279905
bootstrap-mk-files-20080310:
...
IRIX and Linux don't provide lorder in all cases, so just skip
the logic for the resorting before building ar(1)chives.
2008-03-13 17:28:23 +00:00
tnn
aab417c507
Bump date for SunOS change.
2008-02-11 15:17:52 +00:00
tnn
e21f12791a
Bump date because of several HPUX & OSF1 fixes.
2008-01-16 11:41:15 +00:00
minskim
829766824a
Teach bootstrap-mk-files about groff-1.19.2 on Darwin.
2007-11-04 08:08:52 +00:00
joerg
7a57e890e0
Fix spelling of variable and add DESTDIR support.
2007-09-21 17:14:39 +00:00
joerg
06cbbe0491
Don't use ld -x or ld -X. Bump version to 20070810.
...
Discussed with and tested by various people over the last two month.
This problem was exposed by pbulk.
2007-08-10 13:04:13 +00:00
joerg
2a722b785e
When calling bootstrap-register from the bootstrap script for the
...
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@
2007-04-12 14:36:40 +00:00
jschauma
4b05d984b2
Address PR pkg/34966 as suggested by Oliver Gould and apply the same
...
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-11-11 18:24:52 +00:00
wiz
91588977bb
Add missing file to PLIST. Bump version.
2006-08-24 17:49:52 +00:00
jlam
c71e325c08
Import pkgtools/bootstrap-mk-files, which is the collection of bmake *.mk
...
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.
2006-07-14 23:13:00 +00:00