The NetBSD Project

CVS log for pkgsrc/pkgtools/bootstrap-mk-files/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / bootstrap-mk-files

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.59 / (download) - annotate - [select for diffs], Tue May 9 17:02:31 2023 UTC (11 months, 1 week ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.58: +4 -4 lines
Diff to previous 1.58 (colored) to selected 1.8 (colored)

Update to 20230509. Changes:

- OpenBSD: don't install catpages by default.

While here, fix pkglint warnings.

Revision 1.58 / (download) - annotate - [select for diffs], Sat Feb 25 11:27:27 2023 UTC (13 months, 3 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.8 (colored)

bootstrap-mk-files: Do not overwrite OBJECT_FMT.

Fixes builds on macOS.  Bump version to 20230225.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Feb 25 01:46:42 2023 UTC (13 months, 3 weeks ago) by riastradh
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.8 (colored)

bootstrap-mk-files: Set OBJECT_FMT=ELF in bsd.own.mk.

mips64eb is not on a.out, but the outdated bsd.own.mk conditionals
selected that for it.  This now matches modern NetBSD, as of 2008 --
everything's on ELF, nothing on a.out or COFF any more.

Revision 1.56 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:59 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.8 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Sep 1 21:56:04 2018 UTC (5 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.8 (colored)

bootstrap-mk-files: Add aarch64 to get correct OBJECT_FMT. Bump to 20180901

Revision 1.54 / (download) - annotate - [select for diffs], Sat Jan 27 19:07:46 2018 UTC (6 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.8 (colored)

pkgtools/*: Realign variables in Makefiles

Mainly done by pkglint, manually reviewed and improved in some few cases.

Revision 1.53 / (download) - annotate - [select for diffs], Wed Aug 2 09:38:06 2017 UTC (6 years, 8 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.8 (colored)

Remove -Werror from bootstrap path. It makes the cwrappers build
fail unnecessarily on some edge cases such as older glibc.

PR pkg/52390: current fails to bootstrap on CentOS 6

ok pkgsrc-pmc@

Revision 1.52 / (download) - annotate - [select for diffs], Thu Sep 8 14:28:12 2016 UTC (7 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.8 (colored)

bootstrap-mk-files-20160908:
Unless a platform explicitly sets DBG, default to -O2 on all
architectures. Most importantly, don't default to unoptimized builds
on AMD64.

Revision 1.51 / (download) - annotate - [select for diffs], Mon Apr 11 12:37:48 2016 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.8 (colored)

Update bootstrap-mk-files to 20160411.  Changes:

  * Default to MKCATPAGES=no if mandoc is available on newer SunOS.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jan 28 13:39:44 2016 UTC (8 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored) to selected 1.8 (colored)

Add LICENSE (original-bsd).

Revision 1.49 / (download) - annotate - [select for diffs], Tue Sep 8 04:41:04 2015 UTC (8 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.8 (colored)

Per PR 43356, remove references to rules for 'make subdir' for any
subdir in SUBDIRS, as that feature was removed in 1999.

Bump package date to 20150908 as this is a change, even if it's a
fairly minor change.

Revision 1.48 / (download) - annotate - [select for diffs], Mon Aug 31 09:03:19 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.8 (colored)

Update bootstrap-mk-files to 20150831.  Changes:

  * Reduce unnecessary diffs in Darwin, Linux, and SunOS mods.

  * Sync WARNS flags on SunOS.

  * Remove obsolete modifications to bsd.sys.mk and sys.mk on Darwin.  This
    primarily brings in PROG_CXX support.

Tested in bulk builds on all modified platforms.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Jul 4 07:19:08 2015 UTC (8 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.8 (colored)

Update to 20150704

* Improve QNX support.
  From Jan Danielsson.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Jun 11 09:20:55 2015 UTC (8 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.8 (colored)

Do not add -Werror or -Wno-error in sys.mk, it is the generic ruleset
included everywhere.

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jun 4 16:38:10 2015 UTC (8 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.8 (colored)

Update to 20150605

* If NOGCCERROR is not defined, add -Wno-error to CFLAGS instead of -Werror.
  NOGCCERROR means 'do not treat warnings as errors'.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Nov 22 16:32:13 2014 UTC (9 years, 4 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.8 (colored)

Do not use gcc-specific compiler flags on Mac OS versions that come with
clang. Update version for bootstrap-mk-files.

Patch provided by Todd Kover in PR pkg/48966.

Revision 1.43 / (download) - annotate - [select for diffs], Fri May 16 13:13:21 2014 UTC (9 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.8 (colored)

Update to 20140516
Fix PR pkg/48793: Use cc as linker instead of ld under OpenBSD.
Fix undefined __guard_local in devel/libexecinfo.

Revision 1.42 / (download) - annotate - [select for diffs], Sat May 10 23:01:26 2014 UTC (9 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.8 (colored)

Update to 20140510
Fix PR pkg/48793: treat OpenBSD 5.4 or later as ELF platform
Patch from obache@, thank you.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Mar 14 22:03:16 2014 UTC (10 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.8 (colored)

Update to 20140314

* Add SCO OpenServer 5.0.7/3.2 support

Revision 1.40 / (download) - annotate - [select for diffs], Mon Mar 3 03:30:53 2014 UTC (10 years, 1 month ago) by obache
Branch: MAIN
Changes since 1.39: +2 -4 lines
Diff to previous 1.39 (colored) to selected 1.8 (colored)

Just define PKGNAME and use it.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Dec 31 19:10:20 2013 UTC (10 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.8 (colored)

Add support for PROGS (not just PROG) more or less like in the current
NetBSD make library. Bump version (to 20131207, which was when I wrote
this.) Fixes the build of multimedia/bsdav.

Note: this is not a merge from NetBSD HEAD, but a minimal
reimplementation of the feature to get the job done.

These make templates really need to be merged with or replaced by the
latest versions from NetBSD HEAD. Anyone embarking on such a merge
should probably revert this change (which is only to bsd.prog.mk)
before doing so.

No objection after 3+ weeks on tech-pkg.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Oct 25 13:53:03 2013 UTC (10 years, 5 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.8 (colored)

Use the compiler front-end to generate shared libraries on OSX - the
native linker uses different arguments compared to GNU ld.  Fixes various
builds.

Bump version to 20131025.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Sep 12 10:56:36 2013 UTC (10 years, 7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.8 (colored)

bootstrap-mk-files-20130912: Fix catman pages on SunOS.

Introduce a modified bsd.own.mk on SunOS which enables MKCATPAGES by
default, and a modified bsd.man.mk which correctly installs catman
pages with a section suffix rather than a blanket '.0'.

This allows the SunOS man(1) to find the catman pages correctly.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Sep 8 16:27:23 2013 UTC (10 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.8 (colored)

Update to 20130908

* Add FreeMiNT support. This file is needed for bootstrapping pkgsrc.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Aug 30 14:47:29 2013 UTC (10 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.8 (colored)

bootstrap-mk-files-20130830: Use bsdinstall on SunOS by default.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jul 26 09:38:15 2013 UTC (10 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.8 (colored)

Add (Debian) GNU/kFreeBSD port.
Similar to GNU/Linux.

Bump bootstrap-mk-files to 20130727.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jul 3 11:34:27 2013 UTC (10 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.8 (colored)

Increase default SunOS compiler flags to -O2 to match most other systems.

Bump PKGVERSION to today's date.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Sep 11 23:19:34 2012 UTC (11 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.31: +1 -3 lines
Diff to previous 1.31 (colored) to selected 1.8 (colored)

"user-destdir" is default these days

Revision 1.31 / (download) - annotate - [select for diffs], Sun Apr 15 13:03:11 2012 UTC (12 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.8 (colored)

Update to 20120415.

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.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 5 07:26:37 2012 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.8 (colored)

Mirror two changes from the NetBSD mk-files.

1) Stop building catpages by default.
2) Derive MANINSTALL from MKCATPAGES.

Bump package version.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 5 22:40:21 2011 UTC (12 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.8 (colored)

Don't disable builtins for GCC.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Nov 26 15:54:43 2011 UTC (12 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.8 (colored)

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.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Nov 6 21:01:30 2011 UTC (12 years, 5 months ago) by tcort
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored) to selected 1.8 (colored)

Add Minix specific Makefiles to bootstrap-mk-files. PR pkg/45045

Revision 1.26 / (download) - annotate - [select for diffs], Mon Oct 31 23:41:21 2011 UTC (12 years, 5 months ago) by sbd
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.8 (colored)

Move the NOGCCERROR.  When using '+=' on a make variable it  must come
_after_ '?=' is used on that variable.

Bump PKGREVISION

Revision 1.25 / (download) - annotate - [select for diffs], Wed May 12 20:57:46 2010 UTC (13 years, 11 months ago) by tez
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.8 (colored)

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

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 15 22:00:36 2010 UTC (14 years, 3 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored) to selected 1.8 (colored)

Update bsd.files.mk multiple include protection to use the same mechanism
as in the base NetBSD system - fixes PR pkg/39715

Revision 1.23 / (download) - annotate - [select for diffs], Fri Aug 7 07:48:59 2009 UTC (14 years, 8 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.8 (colored)

Yet Another Groff Version, version 1.19.1, present in some release of Gentoo.

Revision 1.22 / (download) - annotate - [select for diffs], Tue May 12 23:21:10 2009 UTC (14 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.8 (colored)

"ranlib -t" doesn't work on Darwin; use "touch" instead.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Apr 9 00:48:10 2009 UTC (15 years ago) by joerg
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored) to selected 1.8 (colored)

Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Apr 8 22:43:24 2009 UTC (15 years ago) by joerg
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored) to selected 1.8 (colored)

Remove the remaining NO_MTREE definitions, it has been a nop for a
while.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Feb 26 07:05:10 2009 UTC (15 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.8 (colored)

Recognize groff-1.20.1 on Linux.
From Stathis Kamperis on pkgsrc-users.

Bump version.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 17 17:08:13 2009 UTC (15 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored) to selected 1.8 (colored)

bootstrap-mk-files-20090217:
Don't leak the unprivileged user for USE_DESTDIR=full.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 14 23:16:54 2009 UTC (15 years, 3 months ago) by dsainty
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.8 (colored)

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).

Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 8 21:15:57 2008 UTC (15 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.8 (colored)

bootstrap-mk-files-20080808:
YAGV (Yet Another Groff Version)

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jul 29 19:39:41 2008 UTC (15 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.8 (colored)

fix yesterday's commit: bump to the correct date (20080728)

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 28 20:18:20 2008 UTC (15 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.8 (colored)

bootstrap-mk-files-20080722:
Yet another Linux TMACDIR fix. PR pkg/39239 from Alexander Nasonov.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 3 20:06:21 2008 UTC (15 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper-base, cwrapper
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.8 (colored)

bootstrap-mk-files-20080703:
AIX's tsort doesn't understand -q, override sys.mk.
Reported in PR 39064.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 19 18:36:51 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.8 (colored)

Add a marker for bootstrap packages to allow special cases them during
bulk builds.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 15 16:49:56 2008 UTC (16 years ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.8 (colored)

bootstrap-mk-files-20080415:
Don't bother with real dependency tracking, just touch .depend.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 13 17:28:23 2008 UTC (16 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 11 15:17:52 2008 UTC (16 years, 2 months ago) by tnn
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bump date for SunOS change.

Revision 1.8 / (download) - annotate - [selected], Wed Jan 16 11:41:15 2008 UTC (16 years, 3 months ago) by tnn
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Bump date because of several HPUX & OSF1 fixes.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 4 08:08:52 2007 UTC (16 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)

Teach bootstrap-mk-files about groff-1.19.2 on Darwin.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 21 17:14:39 2007 UTC (16 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.5: +5 -4 lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)

Fix spelling of variable and add DESTDIR support.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 10 13:04:13 2007 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)

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.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 12 14:36:40 2007 UTC (17 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)

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@

Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 11 18:24:52 2006 UTC (17 years, 5 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 24 17:49:52 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Add missing file to PLIST. Bump version.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 14 23:13:00 2006 UTC (17 years, 9 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 14 23:13:00 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Diff to selected 1.8 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>