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.26/Makefile

Number of commits found: 21

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 
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 
Saturday, 6 Jul 2019
15:14 antoine search for other commits by this committer
Revert r505994 and dependency loop

Pointy hat:	pkubaj
With hat:	portmgr
Original commitRevision:505998 
13:21 pkubaj search for other commits by this committer
databases/p5-DBD-mysql: fix build with GCC architectures

Add USES=compiler:c11 (also to lang/perl5* ports) since it's necessary:
Can't link/include C library 'atomic', aborting.

Approved by:    mentors (implicit approval)
Original commitRevision:505994 
Saturday, 25 May 2019
11:03 tobik search for other commits by this committer
lang/perl5.26: Remove OPTIONS_EXCLUDE_FreeBSD_10

FreeBSD 10.x is no longer supported.
Original commitRevision:502562 
Monday, 20 May 2019
13:04 mat search for other commits by this committer
Remove Created by lines where I am the one.
Original commitRevision:502104 
Monday, 17 Dec 2018
14:29 mat search for other commits by this committer
Forgot to uncomment this after switching the default to Perl 5.28.
Original commitRevision:487686 
Tuesday, 4 Dec 2018
14:25 mat search for other commits by this committer
Update to 5.26.3.
Original commitRevision:486599 
Sunday, 11 Nov 2018
15:38 danfe search for other commits by this committer
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
Original commitRevision:484696 
Thursday, 1 Nov 2018
10:36 mat search for other commits by this committer
Make $^X is deterministic.

Its output can vary, and not be the correct one because of hard links.
So replace the hard links with symlinks so that there is only one perl.

PR:		232501
Reported by:	Helge Oldach
Original commitRevision:483655 
Friday, 29 Jun 2018
14:08 mat search for other commits by this committer
Make a note about why this hack is required.

Here is the story:

- Default Perl is 5.24.
- You install stuff, and have Perl 5.24.
- The default Perl is changed to 5.26 because it was time.
- You do not really follow those things and are not using pkg (and
  possibly poudriere) to maintain your /usr/local and you run
  portmaster to update what needs to be updated.
- As you did not set anything, your Perl default is still 5.24 because
  it is the installed /usr/local/bin/perl.
- Turns out that there has been a new version of lang/perl5.24 in the
  mean time, and portmaster updates it.  Keep in mind that the only
  thing that makes 5.24 the default is that it is the installed version
  you have.  If you did not have it installed, the default would be
  5.26.
- portmaster builds the new perl 5.24, and before it installs it, it
  needs to remove the old version.
- now, you do not have any Perl installed, so the default falls back to
  5.26.
- portmaster installs perl 5.24 it just built, but as it is not the
  default any pore, it will not install /usr/local/bin/perl, and
  everything using Perl on your system is toast, you spend countless
  hours not understanding wtf happened.  You end up rebuilding
  everything with 5.26.

PR:		227356
Sponsored by:	Absolight
Original commitRevision:473550 
Monday, 25 Jun 2018
14:39 mat search for other commits by this committer
Steal these two from perl@.

Sponsored by:	Absolight
Original commitRevision:473317 
Thursday, 19 Apr 2018
18:25 sunpoet search for other commits by this committer
Update to 5.26.2

Changes:	https://metacpan.org/changes/release/SHAY/perl-5.26.2
Security:	41c96ffd-29a6-4dcc-9a88-65f5038fa6eb
MFH:		2018Q2
Original commitRevision:467796 
Tuesday, 3 Apr 2018
13:54 mat search for other commits by this committer
Mark Perl 5.24 as DEPRECATED now that the default changed to 5.26.

Forgotten by:	mat
Sponsored by:	Absolight
Original commitRevision:466352 
Wednesday, 27 Dec 2017
16:47 mat search for other commits by this committer
Garbage collect very old code.

Sponsored by:	Absolight
Original commitRevision:457377 
Friday, 15 Sep 2017
08:32 mat search for other commits by this committer
Fix license information. (for reals)

PR:             222319, 222320, 222321, 222323
Submitted by:   Yasuhiro KIMURA
Sponsored by:   Absolight
Original commitRevision:449892 
08:24 mat search for other commits by this committer
Fix license information.

PR:		222319, 222320, 222321, 222323
Submitted by:	Yasuhiro KIMURA
Sponsored by:	Absolight
Original commitRevision:449891 
Tuesday, 29 Aug 2017
12:45 mat search for other commits by this committer
Add armv7 to the list of arch without DTRACE.

PR:		221900
Submitted by:	linimon
Sponsored by:	Absolight
Original commitRevision:448910 
Sunday, 4 Jun 2017
11:47 sunpoet search for other commits by this committer
Fix typo
Original commitRevision:442547 
Wednesday, 31 May 2017
10:03 mat search for other commits by this committer
Put the canonical URL back, it has propagated enough.

Sponsored by:	Absolight
Original commitRevision:442146 
09:02 mat search for other commits by this committer
Introduce Perl 5.26.

A few important changes:

 - '.' is no longer in @INC.
 - "do" now gives a deprecation warning when it fails to load a file
   which it would have loaded had "." been in @INC.
 - In regular expression patterns, a literal left brace "{" should be
   escaped.

Changes:	https://metacpan.org/pod/release/XSAWYERX/perl-5.26.0/pod/perldelta.pod
Sponsored by:	Absolight
Original commitRevision:442144 

Number of commits found: 21