notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/perl5-devel/Makefile

Number of commits found: 373 (showing only 100 on this page)

1 | 2 | 3 | 4  »  

Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Tuesday, 11 Jul 2023
20:10 Tijl Coosemans (tijl) search for other commits by this committer
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
commit hash: 0b59b9276418ce4fce8a73871a13598397ab2f2e commit hash: 0b59b9276418ce4fce8a73871a13598397ab2f2e commit hash: 0b59b9276418ce4fce8a73871a13598397ab2f2e commit hash: 0b59b9276418ce4fce8a73871a13598397ab2f2e 0b59b92
Friday, 7 Jul 2023
13:34 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to latest commit
commit hash: 062481165673585a01a42f1ba5689b04e923f6c7 commit hash: 062481165673585a01a42f1ba5689b04e923f6c7 commit hash: 062481165673585a01a42f1ba5689b04e923f6c7 commit hash: 062481165673585a01a42f1ba5689b04e923f6c7 0624811
Saturday, 24 Jun 2023
18:53 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to latest commit

(cherry picked from commit 9bd6ffdcb83d03f14dd9075b0d8967fe094cba59)
commit hash: 062338767ec5628d432222de01189a70eadbea6b commit hash: 062338767ec5628d432222de01189a70eadbea6b commit hash: 062338767ec5628d432222de01189a70eadbea6b commit hash: 062338767ec5628d432222de01189a70eadbea6b 0623387
Wednesday, 21 Sep 2022
20:26 Dimitry Andric (dim) search for other commits by this committer
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
commit hash: 8c69fc20e6c71c3c5e71c8c9fcfb08ea9d5eb48d commit hash: 8c69fc20e6c71c3c5e71c8c9fcfb08ea9d5eb48d commit hash: 8c69fc20e6c71c3c5e71c8c9fcfb08ea9d5eb48d commit hash: 8c69fc20e6c71c3c5e71c8c9fcfb08ea9d5eb48d 8c69fc2
Monday, 19 Sep 2022
18:54 Dimitry Andric (dim) search for other commits by this committer
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
commit hash: 4ae8ff941b29191641e22a06e39ea27aa38c7848 commit hash: 4ae8ff941b29191641e22a06e39ea27aa38c7848 commit hash: 4ae8ff941b29191641e22a06e39ea27aa38c7848 commit hash: 4ae8ff941b29191641e22a06e39ea27aa38c7848 4ae8ff9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 20 Jun 2022
10:51 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to latest commit
commit hash: 189caff6082e1635db87d394bbaefb6c81c6efff commit hash: 189caff6082e1635db87d394bbaefb6c81c6efff commit hash: 189caff6082e1635db87d394bbaefb6c81c6efff commit hash: 189caff6082e1635db87d394bbaefb6c81c6efff 189caff
Tuesday, 14 Jun 2022
12:12 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to v5.37.0-193-g7511199464
commit hash: 10c0ba4383e2b361b7168a6601f47d51afa3cf80 commit hash: 10c0ba4383e2b361b7168a6601f47d51afa3cf80 commit hash: 10c0ba4383e2b361b7168a6601f47d51afa3cf80 commit hash: 10c0ba4383e2b361b7168a6601f47d51afa3cf80 10c0ba4
Wednesday, 1 Jun 2022
12:17 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to v5.37.0-91-g975aa39f26
commit hash: 038304c7bfbffef307127e1a5ec5a7d03fb02734 commit hash: 038304c7bfbffef307127e1a5ec5a7d03fb02734 commit hash: 038304c7bfbffef307127e1a5ec5a7d03fb02734 commit hash: 038304c7bfbffef307127e1a5ec5a7d03fb02734 038304c
12:17 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: add a small knit so I don't forget next year
commit hash: f28be269fa43ed4bc1f65eeb2a373fc197b25c00 commit hash: f28be269fa43ed4bc1f65eeb2a373fc197b25c00 commit hash: f28be269fa43ed4bc1f65eeb2a373fc197b25c00 commit hash: f28be269fa43ed4bc1f65eeb2a373fc197b25c00 f28be26
Monday, 11 Apr 2022
08:21 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.35.10-86-g66f51c878f
commit hash: dedac46dc8a44d51a76804c3dbeba6d7f1349d3e commit hash: dedac46dc8a44d51a76804c3dbeba6d7f1349d3e commit hash: dedac46dc8a44d51a76804c3dbeba6d7f1349d3e commit hash: dedac46dc8a44d51a76804c3dbeba6d7f1349d3e dedac46
Monday, 4 Apr 2022
07:08 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to v5.35.10-49-ga3ccbff349
commit hash: bdbcd8d442964cc8a707026927c09cea1214bfcd commit hash: bdbcd8d442964cc8a707026927c09cea1214bfcd commit hash: bdbcd8d442964cc8a707026927c09cea1214bfcd commit hash: bdbcd8d442964cc8a707026927c09cea1214bfcd bdbcd8d
Monday, 28 Mar 2022
09:50 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to v5.35.10-22-gf97596086d
commit hash: 8a3724353c5084744da82a10a80ecf14683ca6b8 commit hash: 8a3724353c5084744da82a10a80ecf14683ca6b8 commit hash: 8a3724353c5084744da82a10a80ecf14683ca6b8 commit hash: 8a3724353c5084744da82a10a80ecf14683ca6b8 8a37243
Thursday, 24 Mar 2022
17:02 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to v5.35.10-15-g7ddf4b5513
commit hash: ace362323d1e781991fef7509392901002e6e10c commit hash: ace362323d1e781991fef7509392901002e6e10c commit hash: ace362323d1e781991fef7509392901002e6e10c commit hash: ace362323d1e781991fef7509392901002e6e10c ace3623
Thursday, 10 Feb 2022
15:35 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to v5.35.8-60-gafded0c3c2
commit hash: c2993d6835caf950d8600dd0c34dd8b7fa54909d commit hash: c2993d6835caf950d8600dd0c34dd8b7fa54909d commit hash: c2993d6835caf950d8600dd0c34dd8b7fa54909d commit hash: c2993d6835caf950d8600dd0c34dd8b7fa54909d c2993d6
Monday, 11 Oct 2021
15:09 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to v5.35.4-102-ge43d289c7c
commit hash: 1541c8d646595bdf9a99fbf328073d159723cf19 commit hash: 1541c8d646595bdf9a99fbf328073d159723cf19 commit hash: 1541c8d646595bdf9a99fbf328073d159723cf19 commit hash: 1541c8d646595bdf9a99fbf328073d159723cf19 1541c8d
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Monday, 27 Sep 2021
13:14 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to v5.35.4-44-ge36174629b
commit hash: 7f4b7cf97aaefe544371d86fe38c9b0450400fe9 commit hash: 7f4b7cf97aaefe544371d86fe38c9b0450400fe9 commit hash: 7f4b7cf97aaefe544371d86fe38c9b0450400fe9 commit hash: 7f4b7cf97aaefe544371d86fe38c9b0450400fe9 7f4b7cf
Monday, 20 Sep 2021
17:23 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: update to latest commit
commit hash: 41dc4521fa0599b026babca36de71beebe586af6 commit hash: 41dc4521fa0599b026babca36de71beebe586af6 commit hash: 41dc4521fa0599b026babca36de71beebe586af6 commit hash: 41dc4521fa0599b026babca36de71beebe586af6 41dc452
Wednesday, 7 Jul 2021
14:40 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.35.1-99-g6cc408b0b0
commit hash: 79ec777c0efb46a8f4e813187f5de9a43d92f549 commit hash: 79ec777c0efb46a8f4e813187f5de9a43d92f549 commit hash: 79ec777c0efb46a8f4e813187f5de9a43d92f549 commit hash: 79ec777c0efb46a8f4e813187f5de9a43d92f549 79ec777
Monday, 28 Jun 2021
15:10 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.35.1-50-gfc0b7d587a
commit hash: faaeab3228f33e8efe18900559f23dbcdb9ab461 commit hash: faaeab3228f33e8efe18900559f23dbcdb9ab461 commit hash: faaeab3228f33e8efe18900559f23dbcdb9ab461 commit hash: faaeab3228f33e8efe18900559f23dbcdb9ab461 faaeab3
Monday, 21 Jun 2021
07:53 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.35.1-20-gc5082864c7
commit hash: 98d0a70261e41fa14ba5e3f8ef785e82455c2c9e commit hash: 98d0a70261e41fa14ba5e3f8ef785e82455c2c9e commit hash: 98d0a70261e41fa14ba5e3f8ef785e82455c2c9e commit hash: 98d0a70261e41fa14ba5e3f8ef785e82455c2c9e 98d0a702
Tuesday, 15 Jun 2021
08:59 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.35.0-138-g9b7a2e9a50
commit hash: 8e209d22d49fcf5dbbd9973a24d3b7e5620efae1 commit hash: 8e209d22d49fcf5dbbd9973a24d3b7e5620efae1 commit hash: 8e209d22d49fcf5dbbd9973a24d3b7e5620efae1 commit hash: 8e209d22d49fcf5dbbd9973a24d3b7e5620efae1 8e209d2
Thursday, 10 Jun 2021
12:13 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/perl5-devel: enable DTRACE on powerpc
commit hash: e4fa411860af66a0648bc95bdbf2a20d15647fa8 commit hash: e4fa411860af66a0648bc95bdbf2a20d15647fa8 commit hash: e4fa411860af66a0648bc95bdbf2a20d15647fa8 commit hash: e4fa411860af66a0648bc95bdbf2a20d15647fa8 e4fa411
Monday, 7 Jun 2021
08:21 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.35.0-115-g1c1bafd87b.
commit hash: e3fa33361596dd208502aa5e792bba31984765c0 commit hash: e3fa33361596dd208502aa5e792bba31984765c0 commit hash: e3fa33361596dd208502aa5e792bba31984765c0 commit hash: e3fa33361596dd208502aa5e792bba31984765c0 e3fa333
Monday, 31 May 2021
06:43 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.35.0-91-gfef07e7ee7.
commit hash: b7e879ef51c4b7820a8a1c0d537c848d163cee55 commit hash: b7e879ef51c4b7820a8a1c0d537c848d163cee55 commit hash: b7e879ef51c4b7820a8a1c0d537c848d163cee55 commit hash: b7e879ef51c4b7820a8a1c0d537c848d163cee55 b7e879e
Tuesday, 25 May 2021
07:46 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.35.0-68-gfd007c55e2.
commit hash: 0081349c714f145e61ae2e5b5eb35b5c7306a7b1 commit hash: 0081349c714f145e61ae2e5b5eb35b5c7306a7b1 commit hash: 0081349c714f145e61ae2e5b5eb35b5c7306a7b1 commit hash: 0081349c714f145e61ae2e5b5eb35b5c7306a7b1 0081349
Monday, 17 May 2021
08:51 Mathieu Arnold (mat) search for other commits by this committer
Update to v5.34.0-RC2-3-gf212efc79f.
commit hash: 05ed3e73e60a458293aee4c824fc8c792dd9517b commit hash: 05ed3e73e60a458293aee4c824fc8c792dd9517b commit hash: 05ed3e73e60a458293aee4c824fc8c792dd9517b commit hash: 05ed3e73e60a458293aee4c824fc8c792dd9517b 05ed3e7
Monday, 10 May 2021
07:49 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.34.0-RC1-7-g1e43c13e1f.
commit hash: 29f583dca2b27facd79c9bfa532f36a49cca7ed8 commit hash: 29f583dca2b27facd79c9bfa532f36a49cca7ed8 commit hash: 29f583dca2b27facd79c9bfa532f36a49cca7ed8 commit hash: 29f583dca2b27facd79c9bfa532f36a49cca7ed8 29f583d
Monday, 3 May 2021
12:56 Mathieu Arnold (mat) search for other commits by this committer
Update to v5.33.9-19-gacd998d763.
commit hash: ea82eb2b0d3b8de221c765384cd0b18a969bff65 commit hash: ea82eb2b0d3b8de221c765384cd0b18a969bff65 commit hash: ea82eb2b0d3b8de221c765384cd0b18a969bff65 commit hash: ea82eb2b0d3b8de221c765384cd0b18a969bff65 ea82eb2
Monday, 26 Apr 2021
08:32 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.33.9-8-gcc442aa116.
commit hash: 0e379903e565290f382414eb189c3e9f36d065d0 commit hash: 0e379903e565290f382414eb189c3e9f36d065d0 commit hash: 0e379903e565290f382414eb189c3e9f36d065d0 commit hash: 0e379903e565290f382414eb189c3e9f36d065d0 0e37990
Monday, 19 Apr 2021
09:54 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to v5.33.8-57-gebdbfbc13a.
commit hash: 9a956aba2047e2bef22a3161309575bf22d3611f commit hash: 9a956aba2047e2bef22a3161309575bf22d3611f commit hash: 9a956aba2047e2bef22a3161309575bf22d3611f commit hash: 9a956aba2047e2bef22a3161309575bf22d3611f 9a956ab
Monday, 12 Apr 2021
15:38 Mathieu Arnold (mat) search for other commits by this committer
Update to v5.33.8-32-g79bd11b047.
commit hash: fe2da27a69c37419e6eb771cb7bb6be61d6972a1 commit hash: fe2da27a69c37419e6eb771cb7bb6be61d6972a1 commit hash: fe2da27a69c37419e6eb771cb7bb6be61d6972a1 commit hash: fe2da27a69c37419e6eb771cb7bb6be61d6972a1 fe2da27
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
09:39 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5-devel: Update to latest commit.
commit hash: 5e2685089ff769a0dd4c91d9e75ebc34f74d3d7e commit hash: 5e2685089ff769a0dd4c91d9e75ebc34f74d3d7e commit hash: 5e2685089ff769a0dd4c91d9e75ebc34f74d3d7e commit hash: 5e2685089ff769a0dd4c91d9e75ebc34f74d3d7e 5e26850
Monday, 29 Mar 2021
09:02 mat search for other commits by this committer
Update to v5.33.8-12-g99155265b6.
Original commitRevision:569446 
Monday, 22 Mar 2021
15:14 mat search for other commits by this committer
Update to v5.33.8-8-g3e25f6d2dc.
Original commitRevision:568967 
15:13 mat search for other commits by this committer
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
Original commitRevision:568966 
Monday, 15 Mar 2021
16:09 mat search for other commits by this committer
Update to v5.33.7-42-gbbb5866436.
Original commitRevision:568468 
Monday, 8 Mar 2021
12:53 mat search for other commits by this committer
Update to v5.33.7-24-ge00f60209b.
Original commitRevision:567843 
Monday, 1 Mar 2021
17:17 mat search for other commits by this committer
Update to v5.33.7-17-g5f41fa466a,
Original commitRevision:566870 
Monday, 22 Feb 2021
15:33 mat search for other commits by this committer
Update to v5.33.7-10-g5d273abb14.
Original commitRevision:566303 
Monday, 15 Feb 2021
13:03 mat search for other commits by this committer
Update to v5.33.6-105-g397e6c111f
Original commitRevision:565307 
Monday, 1 Feb 2021
15:44 mat search for other commits by this committer
Update to v5.33.6-31-g8c5e15d0d7.
Original commitRevision:563588 
Monday, 4 Jan 2021
13:56 mat search for other commits by this committer
Update to v5.33.5-127-gb52b12abf8
Original commitRevision:560295 
Saturday, 5 Dec 2020
22:48 pkubaj search for other commits by this committer
lang/perl5*: remove powerpcspe from DTRACE exclude list

Builds fine.

Reported by:	jhibbits
Original commitRevision:557091 
Thursday, 3 Dec 2020
00:19 pkubaj search for other commits by this committer
lang/perl5-devel: enable DTRACE on powerpc64

Builds fine, no PORTREVISION bump since this port is updated frequently.
Original commitRevision:556868 
Monday, 30 Nov 2020
11:34 mat search for other commits by this committer
Update to v5.33.4-81-gadd0fa5884.
Original commitRevision:556627 
Monday, 16 Nov 2020
11:01 mat search for other commits by this committer
Update to v5.33.3-141-gab307de390.
Original commitRevision:555464 
Monday, 9 Nov 2020
11:42 mat search for other commits by this committer
Update to v5.33.3-110-g09e51a9507.
Original commitRevision:554708 
Monday, 26 Oct 2020
11:41 mat search for other commits by this committer
Update to v5.33.3-26-gbb58640a40.
Original commitRevision:553340 
Monday, 19 Oct 2020
17:01 mat search for other commits by this committer
Update to v5.33.2-204-ge6b76f1d3a.
Original commitRevision:552751 
Monday, 14 Sep 2020
15:11 mat search for other commits by this committer
Update to v5.33.1-201-gb1de2493b5.
Original commitRevision:548618 
Monday, 7 Sep 2020
15:13 mat search for other commits by this committer
Update to v5.33.1-184-g2bd36f42f4.
Original commitRevision:547895 
Monday, 31 Aug 2020
12:39 mat search for other commits by this committer
Update to v5.33.1-58-g682d991d28.
Original commitRevision:547172 
Monday, 24 Aug 2020
14:29 mat search for other commits by this committer
Update to v5.33.1-38-g2385767d71
Original commitRevision:546087 
Monday, 17 Aug 2020
14:08 mat search for other commits by this committer
Update to v5.33.0-262-g2122602f85.
Original commitRevision:545167 
Monday, 3 Aug 2020
12:56 mat search for other commits by this committer
Update to v5.33.0-198-g3134649473.
Original commitRevision:544065 
Monday, 20 Jul 2020
13:50 mat search for other commits by this committer
Update to v5.33.0-73-g74480d1ece.
Original commitRevision:542639 
Monday, 15 Jun 2020
12:03 mat search for other commits by this committer
Update to v5.32.0-RC1-8-ge1052518d4.
Original commitRevision:538875 
Monday, 8 Jun 2020
15:17 mat search for other commits by this committer
Update to v5.32.0-RC1-3-g41aa777b4d
Original commitRevision:538223 
Tuesday, 2 Jun 2020
13:12 mat search for other commits by this committer
Update to v5.32.0-RC0-28-gcac6698e07.
Original commitRevision:537547 
Monday, 25 May 2020
16:50 mat search for other commits by this committer
Update to v5.31.11-53-gfe49b83f91.
Original commitRevision:536478 
Monday, 11 May 2020
11:06 mat search for other commits by this committer
Update to v5.31.11-21-g6319bad96e.
Original commitRevision:534904 
Monday, 4 May 2020
08:23 mat search for other commits by this committer
Updqte to v5.31.11-19-g10bee092c7.
Original commitRevision:533901 
Thursday, 30 Apr 2020
13:40 mat search for other commits by this committer
Update to v5.31.11-8-gef37f6f5b5
Original commitRevision:533428 
Monday, 30 Mar 2020
19:28 mat search for other commits by this committer
Update to v5.31.10-24-g95b7e3a36a.
Original commitRevision:529911 
Monday, 9 Mar 2020
16:19 mat search for other commits by this committer
Update to v5.31.9-71-g76318cfdec.
Original commitRevision:528108 
Monday, 2 Mar 2020
16:55 mat search for other commits by this committer
Update to v5.31.9-44-g125e1a36a9
Original commitRevision:527644 
Wednesday, 26 Feb 2020
09:09 kp search for other commits by this committer
perl: Disable DTrace for riscv

Just like other embedded platforms, disable dtrace for riscv builds.

Approved by:	mat
Sponsored by:	Axiado
Original commitRevision:527157 
Monday, 24 Feb 2020
15:37 mat search for other commits by this committer
Update to v5.31.9-15-g34667d08d3
Original commitRevision:526975 
Monday, 17 Feb 2020
11:30 mat search for other commits by this committer
Update to v5.31.8-157-gef0d5f5f6f.
Original commitRevision:526364 
Tuesday, 11 Feb 2020
14:14 mat search for other commits by this committer
Update to v5.31.8-135-gd34b46d077.

While there, run portfmt and portclippy a bit.
Original commitRevision:525821 
Monday, 3 Feb 2020
13:56 mat search for other commits by this committer
Update to v5.31.8-89-g41eecd54c3.
Original commitRevision:525037 
Monday, 27 Jan 2020
13:59 mat search for other commits by this committer
Update to v5.31.8-63-gdefa7a7cea.
Original commitRevision:524258 
Monday, 20 Jan 2020
13:13 mat search for other commits by this committer
Update to v5.31.7-142-g2f4f9a3a99
Original commitRevision:523617 
Monday, 13 Jan 2020
13:02 mat search for other commits by this committer
Update to v5.31.7-91-gaaa9d2b46f.
Original commitRevision:522886 
Monday, 6 Jan 2020
15:51 mat search for other commits by this committer
Update to v5.31.7-65-g3a5c73f344.
Original commitRevision:522255 
Monday, 16 Dec 2019
10:11 mat search for other commits by this committer
Update to v5.31.6-149-g4eb6628cb1.
Original commitRevision:520240 
Monday, 9 Dec 2019
14:10 mat search for other commits by this committer
Update to v5.31.6-115-gd821b3b405.
Original commitRevision:519613 
Tuesday, 12 Nov 2019
12:43 mat search for other commits by this committer
Update to v5.31.5-287-gbe45a1e1e4.
Original commitRevision:517328 
Monday, 4 Nov 2019
14:06 mat search for other commits by this committer
Update to v5.31.5-160-g98f0203bc5.
Original commitRevision:516644 
Tuesday, 29 Oct 2019
11:51 mat search for other commits by this committer
Update to v5.31.5-102-g2680ac6d35.
Original commitRevision:515973 
Monday, 21 Oct 2019
13:54 mat search for other commits by this committer
Update to v5.31.5-59-geeaa50cc8b.
Original commitRevision:515107 
Monday, 14 Oct 2019
14:44 mat search for other commits by this committer
Update to v5.31.4-361-gf87d8789b9.
Original commitRevision:514459 
Monday, 7 Oct 2019
15:42 mat search for other commits by this committer
Update to v5.31.4-296-g4f89f09f9b.
Original commitRevision:513965 
Friday, 4 Oct 2019
22:43 linimon search for other commits by this committer
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
Original commitRevision:513794 
Monday, 30 Sep 2019
14:05 mat search for other commits by this committer
Update to v5.31.4-270-g059703b088.
Original commitRevision:513380 
Monday, 23 Sep 2019
10:58 mat search for other commits by this committer
Update to v5.31.4-7-g75e935adf0.
Original commitRevision:512622 
Monday, 16 Sep 2019
21:10 mat search for other commits by this committer
Update to v5.31.3-188-ge62a0811bc.
Original commitRevision:512188 
Monday, 2 Sep 2019
17:43 mat search for other commits by this committer
Update to v5.31.3-47-ge99ccafab2.
Original commitRevision:510828 
Monday, 26 Aug 2019
09:22 mat search for other commits by this committer
Update to v5.31.3-14-g6e404ab585
Original commitRevision:509893 
Monday, 19 Aug 2019
12:17 mat search for other commits by this committer
Update to v5.31.2-112-gbefef3681f.
Original commitRevision:509279 
Monday, 12 Aug 2019
14:20 mat search for other commits by this committer
Update to v5.31.2-94-g96684a73b5.
Original commitRevision:508744 
Tuesday, 6 Aug 2019
13:25 mat search for other commits by this committer
Update to v5.31.2-60-g5de6cd706e.
Original commitRevision:508249 
Tuesday, 30 Jul 2019
17:27 mat search for other commits by this committer
Update to v5.31.2-35-g82007f754e.
Original commitRevision:507652 
Monday, 22 Jul 2019
14:13 mat search for other commits by this committer
Update to v5.31.2-21-g996b0cb8b8
Original commitRevision:507141 
Monday, 15 Jul 2019
13:01 mat search for other commits by this committer
Update to v5.31.1-148-gdc9ac3ee56.
Original commitRevision:506659 

Number of commits found: 373 (showing only 100 on this page)

1 | 2 | 3 | 4  »