1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/Mk
Yasuhiro Kimura 8f7dac72c5 lang/ruby33: Fix build with latest -CURRENT
post-install-DOCS-on copies all files/directories under ${WRKSRC}/doc/
into ${STAGEDIR}${RUBY_DOCDIR}/, then installs ${WRKSRC}/ChangeLog to
same directory. But there is ChangeLog directory under ${WRKSRC}/doc/.
As a result there is already ${STAGEDIR}${RUBY_DOCDIR}/ChangeLog
directory when ${WRKSRC}/ChangeLog is tried to be installed as
${WRKSRC}/doc/ChangeLog. Previously install(1) regards it as non-fatal
and build continues. But on latest -CURRENT the command regards it as
fatal and results in build error. So fix it by moving
${WRKSRC}/ChangeLog to ${WRKSRC}/doc/ChangeLog/ChangeLog at extract
phase.

Bump PORTREVISION as plist is changed.

PR:		278554
Reported by:	Siva Mahadevan
MFH:		2024Q2
2024-04-25 03:07:09 +09:00
..
Features Features/testing.mk: Introduce the TESTING_UNSAFE knob. 2024-03-01 22:26:53 +03:00
Scripts Mk/Scripts: Fix qa for manprefix 2024-04-12 18:02:31 +02:00
Uses lang/ruby33: Fix build with latest -CURRENT 2024-04-25 03:07:09 +09:00
Wrappers
bsd.ccache.mk
bsd.commands.mk Mk/*: Build with a clean environment 2024-02-29 21:21:37 +01:00
bsd.default-versions.mk Mk: unregister expired Go 1.19 2024-04-18 21:03:16 +02:00
bsd.destdir.mk
bsd.gcc.mk Mk/bsd.gcc.mk: Use GCC 12 in examples 2024-03-09 15:15:37 +00:00
bsd.gecko.mk Mk/bsd.gecko.mk: switch LLVM to 17 2024-04-08 23:13:59 +02:00
bsd.java.mk Mk/*: Build with a clean environment 2024-02-29 21:21:37 +01:00
bsd.licenses.db.mk
bsd.licenses.mk component: add SUBPACKAGES 2024-01-01 22:58:53 +01:00
bsd.local.mk Mk/bsd.local.mk: Remove accidental addition from previous commit 2023-07-11 11:34:51 -05:00
bsd.ocaml.mk
bsd.options.desc.mk Mk/bsd.options.desc.mk: Add shared TOML_DESC 2024-02-21 23:11:27 +08:00
bsd.options.mk Mk/bsd.options.mk: add possibility set default options for other (not defined in port) arches 2024-03-22 21:43:25 +03:00
bsd.port.mk Mk/bsd.port.mk: simplify WITH_<feat> code 2024-04-16 19:16:20 +02:00
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk Mk/*: unconditionally use .MAKE.UID and .MAKE.GID 2024-01-15 17:17:05 +01:00
bsd.sanity.mk Mk/**ldap.mk: Convert USE_LDAP to USES=ldap 2023-02-08 04:53:56 -06:00
bsd.sites.mk Mk/bsd.sites.mk: Fix GNOME MASTER_SITES 2024-03-24 15:28:52 +01:00
bsd.wx.mk *: Rename GTK+ to GTK 2023-08-26 21:03:32 +00:00