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/pypy/files/patch-rpython_rlib_rvmprof_src_shared_vmprof__unix.h

Number of commits found: 2

Tuesday, 14 Apr 2020
14:02 kevans search for other commits by this committer
lang/pypy{,3}: Update to 7.3.0

 * Reorder some variables (pet portlint)
 * Use ${LOCALBASE} instead of /usr/local (pet portlint)
 * Remove files/patch-rpython_rlib_rvmprof_src_shared_vmprof__unix.h
     (upstreamed) [1]
 * Remove files/patch-rpython_rlib_rvmprof_cintf.py (upstreamed) [2]
 * Add files/patch-lib__pypy___curses__build.py to fix ncurses detection
 * Add files/patch-lib__pypy___blake2___blake2__build.py to avoid creating a
     useless empty directory which would also depend on WRKDIR

Changelog:
 * https://doc.pypy.org/en/latest/release-v7.3.0.html#changelog

[1]
https://bitbucket.org/pypy/pypy/commits/587bebd539604208eb416ccdeb05e841db74e0aa
[2]
https://bitbucket.org/pypy/pypy/commits/24a43b6a4d733b840b7ada958fbb3b129dc28103

QA:
 * portlint: OK (no new issues, fix some easy ones, rest for later cleanup)
 * testport: OK (poudriere: 12.1-R, amd64/i386, default options tested)
 * reverse dependencies build OK

PR:		245124
Submitted by:	nimaje+fbz bureaucracy.de
Approved by:	koobs (mentor)
Approved by:	python (koobs)
Differential Revision:	https://reviews.freebsd.org/D24261
Original commitRevision:531691 
Saturday, 28 Jul 2018
05:26 farrokhi search for other commits by this committer
lang/pypy and lang/pypy3: Fix rvmprof build on FreeBSD

Originally pypy did not build on FreeBSD due to build failure in rvmprof. In
order to build it on FreeBSD (and OpenBSD) you have to disable rvmprof during
build process. This is what a previous patch [1][2] did to enable building on
FreeBSD.

This is a patch obtained from upstream [3] that actually solves the rvmprof
build problem which enables building pypy/pypy3 on FreeBSD with rvmprof enabled.

[1] https://svnweb.freebsd.org/changeset/ports/473994
[2] https://reviews.freebsd.org/D16138
[3]
https://bitbucket.org/pypy/pypy/issues/2853/build-fails-on-freebsd-11x-x64#comment-46813575

Reviewed by:	koobs, miwi, dbn
Approved by:	miwi, dbn
Differential Revision:	https://reviews.freebsd.org/D16378
Original commitRevision:475489 

Number of commits found: 2