non port: lang/perl5-devel/Makefile |
Number of commits found: 377 (showing only 100 on this page) |
Friday, 30 Aug 2024
|
11:06 Mathieu Arnold (mat)
lang/perl5-devel: update to 5.41.3
While there, drop the THREADS option [1]
PR: 274192 [1]
0675402 |
Monday, 19 Aug 2024
|
10:28 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
0674578 |
Wednesday, 5 Jun 2024
|
12:14 Mathieu Arnold (mat)
lang/perl5*: synchronize comments
0666402 |
Saturday, 25 May 2024
|
13:30 Mathieu Arnold (mat)
lang/perl5-devel: update to 5.39.10
While there, switch to released tarballs
0665211 |
Sunday, 31 Dec 2023
|
00:37 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
bbab7f5 |
Tuesday, 11 Jul 2023
|
20:10 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
0b59b92 |
Friday, 7 Jul 2023
|
13:34 Mathieu Arnold (mat)
lang/perl5-devel: update to latest commit
0624811 |
Saturday, 24 Jun 2023
|
18:53 Mathieu Arnold (mat)
lang/perl5-devel: update to latest commit
(cherry picked from commit 9bd6ffdcb83d03f14dd9075b0d8967fe094cba59)
0623387 |
Wednesday, 21 Sep 2022
|
20:26 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
8c69fc2 |
Monday, 19 Sep 2022
|
18:54 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
ld: error: duplicate symbol: __dtraceenabled_perl___op__entry
>>> defined in mpdtrace/perlmini.o
>>> defined in mpdtrace/run.o
ld: error: duplicate symbol: __dtraceenabled_perl___op__entry
>>> defined in mpdtrace/perlmini.o
>>> defined in mpdtrace/dump.o
ld: error: duplicate symbol: __dtraceenabled_perl___sub__entry
>>> defined in mpdtrace/pp_hot.o
>>> defined in mpdtrace/pp_ctl.o
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Work around these errors by allowing multiple definitions during
linking, using the --allow-multiple-definition linker flag. (Note: this
flag is also supported by GNU ld.)
PR: 265516
Approved by: maintainer timeout (1 month)
MFH: 2022Q3
4ae8ff9 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 20 Jun 2022
|
10:51 Mathieu Arnold (mat)
lang/perl5-devel: update to latest commit
189caff |
Tuesday, 14 Jun 2022
|
12:12 Mathieu Arnold (mat)
lang/perl5-devel: update to v5.37.0-193-g7511199464
10c0ba4 |
Wednesday, 1 Jun 2022
|
12:17 Mathieu Arnold (mat)
lang/perl5-devel: update to v5.37.0-91-g975aa39f26
038304c |
12:17 Mathieu Arnold (mat)
lang/perl5-devel: add a small knit so I don't forget next year
f28be26 |
Monday, 11 Apr 2022
|
08:21 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.35.10-86-g66f51c878f
dedac46 |
Monday, 4 Apr 2022
|
07:08 Mathieu Arnold (mat)
lang/perl5-devel: update to v5.35.10-49-ga3ccbff349
bdbcd8d |
Monday, 28 Mar 2022
|
09:50 Mathieu Arnold (mat)
lang/perl5-devel: update to v5.35.10-22-gf97596086d
8a37243 |
Thursday, 24 Mar 2022
|
17:02 Mathieu Arnold (mat)
lang/perl5-devel: update to v5.35.10-15-g7ddf4b5513
ace3623 |
Thursday, 10 Feb 2022
|
15:35 Mathieu Arnold (mat)
lang/perl5-devel: update to v5.35.8-60-gafded0c3c2
c2993d6 |
Monday, 11 Oct 2021
|
15:09 Mathieu Arnold (mat)
lang/perl5-devel: update to v5.35.4-102-ge43d289c7c
1541c8d |
Thursday, 30 Sep 2021
|
21:23 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
620968a |
Monday, 27 Sep 2021
|
13:14 Mathieu Arnold (mat)
lang/perl5-devel: update to v5.35.4-44-ge36174629b
7f4b7cf |
Monday, 20 Sep 2021
|
17:23 Mathieu Arnold (mat)
lang/perl5-devel: update to latest commit
41dc452 |
Wednesday, 7 Jul 2021
|
14:40 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.35.1-99-g6cc408b0b0
79ec777 |
Monday, 28 Jun 2021
|
15:10 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.35.1-50-gfc0b7d587a
faaeab3 |
Monday, 21 Jun 2021
|
07:53 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.35.1-20-gc5082864c7
98d0a702 |
Tuesday, 15 Jun 2021
|
08:59 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.35.0-138-g9b7a2e9a50
8e209d2 |
Thursday, 10 Jun 2021
|
12:13 Piotr Kubaj (pkubaj)
lang/perl5-devel: enable DTRACE on powerpc
e4fa411 |
Monday, 7 Jun 2021
|
08:21 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.35.0-115-g1c1bafd87b.
e3fa333 |
Monday, 31 May 2021
|
06:43 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.35.0-91-gfef07e7ee7.
b7e879e |
Tuesday, 25 May 2021
|
07:46 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.35.0-68-gfd007c55e2.
0081349 |
Monday, 17 May 2021
|
08:51 Mathieu Arnold (mat)
Update to v5.34.0-RC2-3-gf212efc79f.
05ed3e7 |
Monday, 10 May 2021
|
07:49 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.34.0-RC1-7-g1e43c13e1f.
29f583d |
Monday, 3 May 2021
|
12:56 Mathieu Arnold (mat)
Update to v5.33.9-19-gacd998d763.
ea82eb2 |
Monday, 26 Apr 2021
|
08:32 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.33.9-8-gcc442aa116.
0e37990 |
Monday, 19 Apr 2021
|
09:54 Mathieu Arnold (mat)
lang/perl5-devel: Update to v5.33.8-57-gebdbfbc13a.
9a956ab |
Monday, 12 Apr 2021
|
15:38 Mathieu Arnold (mat)
Update to v5.33.8-32-g79bd11b047.
fe2da27 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
09:39 Mathieu Arnold (mat)
lang/perl5-devel: Update to latest commit.
5e26850 |
Monday, 29 Mar 2021
|
09:02 mat
Update to v5.33.8-12-g99155265b6.
|
Monday, 22 Mar 2021
|
15:14 mat
Update to v5.33.8-8-g3e25f6d2dc.
|
15:13 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
|
Monday, 15 Mar 2021
|
16:09 mat
Update to v5.33.7-42-gbbb5866436.
|
Monday, 8 Mar 2021
|
12:53 mat
Update to v5.33.7-24-ge00f60209b.
|
Monday, 1 Mar 2021
|
17:17 mat
Update to v5.33.7-17-g5f41fa466a,
|
Monday, 22 Feb 2021
|
15:33 mat
Update to v5.33.7-10-g5d273abb14.
|
Monday, 15 Feb 2021
|
13:03 mat
Update to v5.33.6-105-g397e6c111f
|
Monday, 1 Feb 2021
|
15:44 mat
Update to v5.33.6-31-g8c5e15d0d7.
|
Monday, 4 Jan 2021
|
13:56 mat
Update to v5.33.5-127-gb52b12abf8
|
Saturday, 5 Dec 2020
|
22:48 pkubaj
lang/perl5*: remove powerpcspe from DTRACE exclude list
Builds fine.
Reported by: jhibbits
|
Thursday, 3 Dec 2020
|
00:19 pkubaj
lang/perl5-devel: enable DTRACE on powerpc64
Builds fine, no PORTREVISION bump since this port is updated frequently.
|
Monday, 30 Nov 2020
|
11:34 mat
Update to v5.33.4-81-gadd0fa5884.
|
Monday, 16 Nov 2020
|
11:01 mat
Update to v5.33.3-141-gab307de390.
|
Monday, 9 Nov 2020
|
11:42 mat
Update to v5.33.3-110-g09e51a9507.
|
Monday, 26 Oct 2020
|
11:41 mat
Update to v5.33.3-26-gbb58640a40.
|
Monday, 19 Oct 2020
|
17:01 mat
Update to v5.33.2-204-ge6b76f1d3a.
|
Monday, 14 Sep 2020
|
15:11 mat
Update to v5.33.1-201-gb1de2493b5.
|
Monday, 7 Sep 2020
|
15:13 mat
Update to v5.33.1-184-g2bd36f42f4.
|
Monday, 31 Aug 2020
|
12:39 mat
Update to v5.33.1-58-g682d991d28.
|
Monday, 24 Aug 2020
|
14:29 mat
Update to v5.33.1-38-g2385767d71
|
Monday, 17 Aug 2020
|
14:08 mat
Update to v5.33.0-262-g2122602f85.
|
Monday, 3 Aug 2020
|
12:56 mat
Update to v5.33.0-198-g3134649473.
|
Monday, 20 Jul 2020
|
13:50 mat
Update to v5.33.0-73-g74480d1ece.
|
Monday, 15 Jun 2020
|
12:03 mat
Update to v5.32.0-RC1-8-ge1052518d4.
|
Monday, 8 Jun 2020
|
15:17 mat
Update to v5.32.0-RC1-3-g41aa777b4d
|
Tuesday, 2 Jun 2020
|
13:12 mat
Update to v5.32.0-RC0-28-gcac6698e07.
|
Monday, 25 May 2020
|
16:50 mat
Update to v5.31.11-53-gfe49b83f91.
|
Monday, 11 May 2020
|
11:06 mat
Update to v5.31.11-21-g6319bad96e.
|
Monday, 4 May 2020
|
08:23 mat
Updqte to v5.31.11-19-g10bee092c7.
|
Thursday, 30 Apr 2020
|
13:40 mat
Update to v5.31.11-8-gef37f6f5b5
|
Monday, 30 Mar 2020
|
19:28 mat
Update to v5.31.10-24-g95b7e3a36a.
|
Monday, 9 Mar 2020
|
16:19 mat
Update to v5.31.9-71-g76318cfdec.
|
Monday, 2 Mar 2020
|
16:55 mat
Update to v5.31.9-44-g125e1a36a9
|
Wednesday, 26 Feb 2020
|
09:09 kp
perl: Disable DTrace for riscv
Just like other embedded platforms, disable dtrace for riscv builds.
Approved by: mat
Sponsored by: Axiado
|
Monday, 24 Feb 2020
|
15:37 mat
Update to v5.31.9-15-g34667d08d3
|
Monday, 17 Feb 2020
|
11:30 mat
Update to v5.31.8-157-gef0d5f5f6f.
|
Tuesday, 11 Feb 2020
|
14:14 mat
Update to v5.31.8-135-gd34b46d077.
While there, run portfmt and portclippy a bit.
|
Monday, 3 Feb 2020
|
13:56 mat
Update to v5.31.8-89-g41eecd54c3.
|
Monday, 27 Jan 2020
|
13:59 mat
Update to v5.31.8-63-gdefa7a7cea.
|
Monday, 20 Jan 2020
|
13:13 mat
Update to v5.31.7-142-g2f4f9a3a99
|
Monday, 13 Jan 2020
|
13:02 mat
Update to v5.31.7-91-gaaa9d2b46f.
|
Monday, 6 Jan 2020
|
15:51 mat
Update to v5.31.7-65-g3a5c73f344.
|
Monday, 16 Dec 2019
|
10:11 mat
Update to v5.31.6-149-g4eb6628cb1.
|
Monday, 9 Dec 2019
|
14:10 mat
Update to v5.31.6-115-gd821b3b405.
|
Tuesday, 12 Nov 2019
|
12:43 mat
Update to v5.31.5-287-gbe45a1e1e4.
|
Monday, 4 Nov 2019
|
14:06 mat
Update to v5.31.5-160-g98f0203bc5.
|
Tuesday, 29 Oct 2019
|
11:51 mat
Update to v5.31.5-102-g2680ac6d35.
|
Monday, 21 Oct 2019
|
13:54 mat
Update to v5.31.5-59-geeaa50cc8b.
|
Monday, 14 Oct 2019
|
14:44 mat
Update to v5.31.4-361-gf87d8789b9.
|
Monday, 7 Oct 2019
|
15:42 mat
Update to v5.31.4-296-g4f89f09f9b.
|
Friday, 4 Oct 2019
|
22:43 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
|
Monday, 30 Sep 2019
|
14:05 mat
Update to v5.31.4-270-g059703b088.
|
Monday, 23 Sep 2019
|
10:58 mat
Update to v5.31.4-7-g75e935adf0.
|
Monday, 16 Sep 2019
|
21:10 mat
Update to v5.31.3-188-ge62a0811bc.
|
Monday, 2 Sep 2019
|
17:43 mat
Update to v5.31.3-47-ge99ccafab2.
|
Monday, 26 Aug 2019
|
09:22 mat
Update to v5.31.3-14-g6e404ab585
|
Monday, 19 Aug 2019
|
12:17 mat
Update to v5.31.2-112-gbefef3681f.
|
Monday, 12 Aug 2019
|
14:20 mat
Update to v5.31.2-94-g96684a73b5.
|
Number of commits found: 377 (showing only 100 on this page) |