Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.41.3 30 Aug 2024 11:06:18 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to 5.41.3
While there, drop the THREADS option [1]
PR: 274192 [1] |
5.41.1_1 19 Aug 2024 10:28:04 |
Mathieu Arnold (mat) |
lang/perl5*: remove calls to makewhatis
The @*exec macros have issues when being used when used with `pkg -r`,
as %D does not account for the root directory. As we have a periodic
task updating the makewhatis databases, and perl ports are the only ones
actually doing that, probably for some long lost historic reason, it is
easier to let that periodic task do its job.
PR: 280458
Discussed with: bapt
Reported by: Siva Mahadevan |
5.41.1 03 Jul 2024 17:21:47 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to 5.41.1 |
5.39.10 05 Jun 2024 12:14:02 |
Mathieu Arnold (mat) |
lang/perl5*: synchronize comments |
5.39.10 25 May 2024 13:30:03 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to 5.39.10
While there, switch to released tarballs |
5.39.0.62_3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
5.39.0.62_3 11 Jul 2023 20:10:58 |
Tijl Coosemans (tijl) |
lang/perl5*: Link with -pthread instead of -lpthread
During configure of security/p5-Crypt-GCrypt a test program is
compiled and run to test libgcrypt. This program segfaults when perl5
is built with the THREADS option. Libgcrypt links with libgpg-error
which has an init function which calls into libintl (gettext) which
calls pthread functions before libthr is initialised.
The compiler command line is provided by perl and it includes both
-pthread and -lpthread. Patch perl to remove -lpthread. With -pthread
the compiler will pass -lpthread to the linker such that it is
initialised early.
Discovered by the exp-run for gettext 0.22.
While here also remove -lc unconditionally and remove the code that
replaced it with -lc_r for old version of FreeBSD because the version
test is incorrect (missing a dot). The -pthread flag already tells
the compiler to use -lc_r on those old versions.
PR: 272210 |
5.39.0.62_2 07 Jul 2023 13:34:27 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to latest commit |
5.37.11.68_2 24 Jun 2023 18:53:28 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to latest commit
(cherry picked from commit 9bd6ffdcb83d03f14dd9075b0d8967fe094cba59) |
5.37.0.271_2 12 Dec 2022 13:34:48 |
Dimitry Andric (dim) |
lang/perl5*: remove workarounds for lld 15 and dtrace enabled
After https://cgit.freebsd.org/src/commit/?id=be39466a1035, there is no
need anymore to patch the perl5 Makefiles to add
"-Wl,--allow-multiple-definition" to the linker flags. They should now
link with lld 15 and later without any issues.
PR: 265516
Fixes: 8c69fc20e6c7
MFH: 2022Q4 |
5.37.0.271_2 21 Sep 2022 20:26:53 |
Dimitry Andric (dim) |
lang/perl5*: alternative workaround for lld 15 and dtrace enabled
Modify the workaround committed in 4ae8ff941b29 by only adding
-Wl,--allow-multiple-definition to the two link command lines that
require it, instead of adding it to hints/freebsd.sh
Otherwise, that linker flag is emitted into perl's global configuration
(/usr/local/lib/perl5/5.xx/mach/Config_heavy.pl), and might be used by
other ports which link in libperl, such as www/mod_perl2, which cannot
correctly handle any unexpected linker flags, leading to errors.
PR: 265516
Reported by: lev
Approved by: maintainer timeout (1 month)
Fixes: 4ae8ff941b29
MFH: 2022Q3 |
5.37.0.271_1 19 Sep 2022 18:54:14 |
Dimitry Andric (dim) |
lang/perl5*: work around duplicate symbol errors with lld 15 and dtrace enabled
Building any of the lang/perl5* ports with clang and lld 15, and the
DTRACE option enabled (which is default on) results in link errors
similar to:
cc -pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib -o miniperl
mpdtrace/opmini.o mpdtrace/perlmini.o mpdtrace/universalmini.o mpdtrace/gv.o
mpdtrace/toke.o mpdtrace/perly.o mpdtrace/pad.o mpdtrace/regcomp.o
mpdtrace/dump.o mpdtrace/util.o mpdtrace/mg.o mpdtrace/reentr.o
mpdtrace/mro_core.o mpdtrace/keywords.o mpdtrace/builtin.o mpdtrace/hv.o
mpdtrace/av.o mpdtrace/run.o mpdtrace/pp_hot.o mpdtrace/sv.o mpdtrace/pp.o
mpdtrace/scope.o mpdtrace/pp_ctl.o mpdtrace/pp_sys.o mpdtrace/doop.o
mpdtrace/doio.o mpdtrace/regexec.o mpdtrace/utf8.o mpdtrace/taint.o
mpdtrace/deb.o mpdtrace/globals.o mpdtrace/perlio.o mpdtrace/numeric.o
mpdtrace/mathoms.o mpdtrace/locale.o mpdtrace/pp_pack.o mpdtrace/pp_sort.o
mpdtrace/caretx.o mpdtrace/dquote.o mpdtrace/time64.o mpdtrace/miniperlmain.o
dtrace_mini.o -lpthread -lm -lcrypt -lutil
ld: error: duplicate symbol: __dtraceenabled_perl___sub__entry
>>> defined in mpdtrace/pp_hot.o
>>> defined in mpdtrace/pp_sort.o
ld: error: duplicate symbol: __dtraceenabled_perl___sub__entry
>>> defined in mpdtrace/pp_hot.o
>>> defined in mpdtrace/regexec.o
(Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.37.0.271 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.37.0.271 20 Jun 2022 10:51:54 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to latest commit |
5.37.0.193 14 Jun 2022 12:12:23 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to v5.37.0-193-g7511199464 |
5.37.0.91 01 Jun 2022 12:17:47 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to v5.37.0-91-g975aa39f26 |
5.35.10.86 01 Jun 2022 12:17:42 |
Mathieu Arnold (mat) |
lang/perl5-devel: add a small knit so I don't forget next year |
5.35.10.86 11 Apr 2022 08:21:15 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.35.10-86-g66f51c878f |
5.35.10.49 04 Apr 2022 07:08:44 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to v5.35.10-49-ga3ccbff349 |
5.35.10.22 28 Mar 2022 09:50:28 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to v5.35.10-22-gf97596086d |
5.35.10.15 24 Mar 2022 17:02:10 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to v5.35.10-15-g7ddf4b5513 |
5.35.8.60 10 Feb 2022 15:35:37 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to v5.35.8-60-gafded0c3c2 |
5.35.4.102 11 Oct 2021 15:09:48 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to v5.35.4-102-ge43d289c7c |
5.35.4.44 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
5.35.4.44 27 Sep 2021 13:14:44 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to v5.35.4-44-ge36174629b |
5.35.3.181 20 Sep 2021 17:23:18 |
Mathieu Arnold (mat) |
lang/perl5-devel: update to latest commit |
5.35.1.99 07 Jul 2021 14:40:46 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.35.1-99-g6cc408b0b0 |
5.35.1.50 28 Jun 2021 15:10:48 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.35.1-50-gfc0b7d587a |
5.35.1.20 21 Jun 2021 07:53:28 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.35.1-20-gc5082864c7 |
5.35.0.138 15 Jun 2021 08:59:01 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.35.0-138-g9b7a2e9a50 |
5.35.0.115 10 Jun 2021 12:13:07 |
Piotr Kubaj (pkubaj) |
lang/perl5-devel: enable DTRACE on powerpc |
5.35.0.115 07 Jun 2021 08:21:21 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.35.0-115-g1c1bafd87b. |
5.35.0.91 31 May 2021 06:43:07 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.35.0-91-gfef07e7ee7. |
5.35.0.68 25 May 2021 07:46:30 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.35.0-68-gfd007c55e2. |
5.34.0.r2.3 17 May 2021 08:51:07 |
Mathieu Arnold (mat) |
Update to v5.34.0-RC2-3-gf212efc79f. |
5.34.0.r1.7 10 May 2021 07:49:01 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.34.0-RC1-7-g1e43c13e1f. |
5.33.9.19 03 May 2021 12:56:00 |
Mathieu Arnold (mat) |
Update to v5.33.9-19-gacd998d763. |
5.33.9.8 26 Apr 2021 08:32:06 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.33.9-8-gcc442aa116. |
5.33.8.57 19 Apr 2021 09:54:27 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to v5.33.8-57-gebdbfbc13a. |
5.33.8.32 12 Apr 2021 15:38:37 |
Mathieu Arnold (mat) |
Update to v5.33.8-32-g79bd11b047. |
5.33.8.26 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.33.8.26 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.33.8.26 06 Apr 2021 09:39:23 |
Mathieu Arnold (mat) |
lang/perl5-devel: Update to latest commit. |
5.33.8.12 29 Mar 2021 09:02:46 |
mat |
Update to v5.33.8-12-g99155265b6. |
5.33.8.8 22 Mar 2021 15:14:00 |
mat |
Update to v5.33.8-8-g3e25f6d2dc. |
5.33.7.42 22 Mar 2021 15:13:55 |
mat |
Fix an obscure sed message while going through check-plist.
The obscure message being:
sed: 4: /tmp/sed_plist_sub.1i0ZNBB8: RE error: trailing backslash (\)
Thanks to: kevans |
5.33.7.42 15 Mar 2021 16:09:34 |
mat |
Update to v5.33.7-42-gbbb5866436. |
5.33.7.24 08 Mar 2021 12:53:22 |
mat |
Update to v5.33.7-24-ge00f60209b. |
5.33.7.17 01 Mar 2021 17:17:10 |
mat |
Update to v5.33.7-17-g5f41fa466a, |
5.33.7.10 22 Feb 2021 15:33:26 |
mat |
Update to v5.33.7-10-g5d273abb14. |
5.33.6.105 15 Feb 2021 13:03:25 |
mat |
Update to v5.33.6-105-g397e6c111f |
5.33.6.31 01 Feb 2021 15:44:40 |
mat |
Update to v5.33.6-31-g8c5e15d0d7. |
5.33.5.127 04 Jan 2021 13:56:03 |
mat |
Update to v5.33.5-127-gb52b12abf8 |
5.33.4.81 05 Dec 2020 22:48:45 |
pkubaj |
lang/perl5*: remove powerpcspe from DTRACE exclude list
Builds fine.
Reported by: jhibbits |
5.33.4.81 03 Dec 2020 00:19:33 |
pkubaj |
lang/perl5-devel: enable DTRACE on powerpc64
Builds fine, no PORTREVISION bump since this port is updated frequently. |
5.33.4.81 30 Nov 2020 11:34:57 |
mat |
Update to v5.33.4-81-gadd0fa5884. |
5.33.3.141 16 Nov 2020 11:01:48 |
mat |
Update to v5.33.3-141-gab307de390. |
5.33.3.110 09 Nov 2020 11:42:08 |
mat |
Update to v5.33.3-110-g09e51a9507. |
5.33.3.26 26 Oct 2020 11:41:00 |
mat |
Update to v5.33.3-26-gbb58640a40. |
5.33.2.204 19 Oct 2020 17:01:35 |
mat |
Update to v5.33.2-204-ge6b76f1d3a. |
5.33.1.201 14 Sep 2020 15:11:21 |
mat |
Update to v5.33.1-201-gb1de2493b5. |
5.33.1.184 07 Sep 2020 15:13:14 |
mat |
Update to v5.33.1-184-g2bd36f42f4. |
5.33.1.58 31 Aug 2020 12:39:42 |
mat |
Update to v5.33.1-58-g682d991d28. |
5.33.1.38 24 Aug 2020 14:29:51 |
mat |
Update to v5.33.1-38-g2385767d71 |
5.33.0.262 17 Aug 2020 14:08:43 |
mat |
Update to v5.33.0-262-g2122602f85. |
5.33.0.198 03 Aug 2020 12:56:43 |
mat |
Update to v5.33.0-198-g3134649473. |
5.33.0.73 20 Jul 2020 13:50:02 |
mat |
Update to v5.33.0-73-g74480d1ece. |
5.32.0.r1.8 15 Jun 2020 12:03:47 |
mat |
Update to v5.32.0-RC1-8-ge1052518d4. |
5.32.0.r1.3 08 Jun 2020 15:17:24 |
mat |
Update to v5.32.0-RC1-3-g41aa777b4d |
5.32.0.r0.28 02 Jun 2020 13:12:07 |
mat |
Update to v5.32.0-RC0-28-gcac6698e07. |
5.31.11.53 25 May 2020 16:50:29 |
mat |
Update to v5.31.11-53-gfe49b83f91. |
5.31.11.21 11 May 2020 11:06:04 |
mat |
Update to v5.31.11-21-g6319bad96e. |
5.31.11.19 04 May 2020 08:23:40 |
mat |
Updqte to v5.31.11-19-g10bee092c7. |
5.31.11.8 30 Apr 2020 13:40:18 |
mat |
Update to v5.31.11-8-gef37f6f5b5 |
5.31.10.24 16 Apr 2020 10:28:00 |
mat |
Fix a few redirects to https in my ports. |
5.31.10.24 30 Mar 2020 19:28:13 |
mat |
Update to v5.31.10-24-g95b7e3a36a. |
5.31.9.71 09 Mar 2020 16:19:34 |
mat |
Update to v5.31.9-71-g76318cfdec. |
5.31.9.44 02 Mar 2020 16:55:41 |
mat |
Update to v5.31.9-44-g125e1a36a9 |
5.31.9.15 26 Feb 2020 09:09:59 |
kp |
perl: Disable DTrace for riscv
Just like other embedded platforms, disable dtrace for riscv builds.
Approved by: mat
Sponsored by: Axiado |
5.31.9.15 24 Feb 2020 15:37:49 |
mat |
Update to v5.31.9-15-g34667d08d3 |
5.31.8.157 17 Feb 2020 11:30:41 |
mat |
Update to v5.31.8-157-gef0d5f5f6f. |
5.31.8.135 11 Feb 2020 14:14:49 |
mat |
Update to v5.31.8-135-gd34b46d077.
While there, run portfmt and portclippy a bit. |
5.31.8.89 03 Feb 2020 13:56:56 |
mat |
Update to v5.31.8-89-g41eecd54c3. |
5.31.8.63 27 Jan 2020 13:59:58 |
mat |
Update to v5.31.8-63-gdefa7a7cea. |
5.31.7.142 20 Jan 2020 13:13:20 |
mat |
Update to v5.31.7-142-g2f4f9a3a99 |
5.31.7.91 13 Jan 2020 13:02:15 |
mat |
Update to v5.31.7-91-gaaa9d2b46f. |
5.31.7.65 08 Jan 2020 16:22:09 |
mat |
Fixup distinfo.
The only difference between the two is the content of the .git_patch in
the root directory. |
5.31.7.65 06 Jan 2020 15:51:31 |
mat |
Update to v5.31.7-65-g3a5c73f344. |
5.31.6.149 16 Dec 2019 10:11:36 |
mat |
Update to v5.31.6-149-g4eb6628cb1. |
5.31.6.115 09 Dec 2019 14:10:11 |
mat |
Update to v5.31.6-115-gd821b3b405. |
5.31.5.287 12 Nov 2019 12:43:10 |
mat |
Update to v5.31.5-287-gbe45a1e1e4. |
5.31.5.160 04 Nov 2019 14:06:29 |
mat |
Update to v5.31.5-160-g98f0203bc5. |
5.31.5.102 29 Oct 2019 11:51:16 |
mat |
Update to v5.31.5-102-g2680ac6d35. |
5.31.5.59 21 Oct 2019 13:54:22 |
mat |
Update to v5.31.5-59-geeaa50cc8b. |
5.31.4.361 14 Oct 2019 14:44:56 |
mat |
Update to v5.31.4-361-gf87d8789b9. |
5.31.4.296 07 Oct 2019 15:42:04 |
mat |
Update to v5.31.4-296-g4f89f09f9b. |
5.31.4.270 04 Oct 2019 22:43:46 |
linimon |
The arch definitions used in the test for DTRACE functionality are
missing the definition for powerpcspe, as well as some obscure mips*
definitions. This patch fixes that.
There should be no need to bump PORTREVISION, because only those
archs are affected, and we do not build packages for any of them
in any case.
PR: 239171
Approved by: mat |
5.31.4.270 30 Sep 2019 14:05:59 |
mat |
Update to v5.31.4-270-g059703b088. |
5.31.4.7 23 Sep 2019 10:58:26 |
mat |
Update to v5.31.4-7-g75e935adf0. |