CVS log for pkgsrc/sysutils/m1n1/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / sysutils / m1n1
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 14 15:17:35 2024 UTC (8 weeks, 1 day ago) by nia
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
m1n1: Fix non-portable mv usage
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:42:21 2023 UTC (18 months ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 9 23:42:03 2022 UTC (2 years, 11 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
Fix packages that use GITSUB_MODULES on SunOS and possibly others
This is annoying, but for now we must always explicitly combine
GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar.
This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1
and that is not supported by nbtar(pax), which is the default pkgsrc
tar on some platforms. We cannot override EXTRACT_USING in github.mk
because that is too late.
We should switch all platforms to bsdtar and retire pax.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 1 12:40:52 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
m1n1: Needs ImageMagick for "convert" at build-time
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 30 23:33:23 2021 UTC (3 years, 3 months ago) by jmcneill
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
m1n1: an experimentation playground for Apple Silicon
m1n1 is an initial bootloader which is in charge of pretending to be a XNU
kernel and performing Apple-specific initialiation.
CVSweb <webmaster@jp.NetBSD.org>