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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/Uses/scons.mk

Number of commits found: 19

Monday, 4 Sep 2023
09:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/scons.mk: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT
commit hash: 959baee1481166575ab5c448312249231a1976c0 commit hash: 959baee1481166575ab5c448312249231a1976c0 commit hash: 959baee1481166575ab5c448312249231a1976c0 commit hash: 959baee1481166575ab5c448312249231a1976c0 959baee
Wednesday, 26 May 2021
19:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer Author: Dmitry Marakasov
Mk/Uses/scons.mk: Clean up after the removal of all scons:python2 usage

PR:		256170
Differential Revision:	https://reviews.freebsd.org/D30472
commit hash: bd9b99277f42573d15ed4fd4eb9b83b62bc1cb0c commit hash: bd9b99277f42573d15ed4fd4eb9b83b62bc1cb0c commit hash: bd9b99277f42573d15ed4fd4eb9b83b62bc1cb0c commit hash: bd9b99277f42573d15ed4fd4eb9b83b62bc1cb0c bd9b992
Tuesday, 6 Apr 2021
14:27 Mathieu Arnold (mat) search for other commits by this committer
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 5d33e04
Tuesday, 2 Jun 2020
13:11 mat search for other commits by this committer
Let people know that scons with python 2 is EOL.
Original commitRevision:537545 
Monday, 25 May 2020
18:31 sunpoet search for other commits by this committer
Add Python flavor support

USES=scons:python2 usage is a temporary solution for ports using Python 2.
It will be removed when all consumers moved to Python 3.
Or it will go away with Python 2 removal by December 31, 2020.
Original commitRevision:536495 
Thursday, 3 Oct 2019
17:49 sunpoet search for other commits by this committer
Revert MAINTAINER change: back to python@
Original commitRevision:513680 
Wednesday, 2 Oct 2019
19:51 sunpoet search for other commits by this committer
Cosmetic change

- Take maintainership
Original commitRevision:513619 
Sunday, 27 Mar 2016
01:23 bapt search for other commits by this committer
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Original commitRevision:411970 
Thursday, 15 Oct 2015
07:36 bapt search for other commits by this committer
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched

This gives more time for tools to get updated, available in packages etc before
bothering users
Original commitRevision:399326 
Wednesday, 14 Oct 2015
16:49 bapt search for other commits by this committer
Drop the necessity to add ${PORTSDIR} to dependency line

Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute

Checked with poudriere, portmaster, portupgrade

PR:		203685
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D3866
Original commitRevision:399278 
Monday, 23 Mar 2015
03:59 bdrewery search for other commits by this committer
Allow user to override MAKE_CMD without breaking gmake/fmake/scons ports.

With hat:	portmgr
Original commitRevision:381976 
Thursday, 22 Jan 2015
18:52 jbeich search for other commits by this committer
Pass CFLAGS and LDFLAGS by default to scons build, again

This fixes r355494 regression.

PR:		193434
Differential Revision:	https://reviews.freebsd.org/D1602
Reviewed by:	bapt
Approved by:	bapt (mentor)
Approved by:	portmgr (bapt)
Original commitRevision:377692 
Sunday, 28 Sep 2014
16:36 tijl search for other commits by this committer
Change the way USES is handled:
- Loop over USES twice, once to define all *_ARGS variables and once to
  include Uses/*.mk.  This allows all Uses/*.mk to examine arguments given
  to other USES entries.
- Always define *_ARGS (possibly empty) and replace commas with spaces.

Similar for _USES_POST.

Adjust all Uses/*.mk:
- defined(u_ARGS) becomes !empty(u_ARGS)
- Eliminate helper variables like _*_ARGS=${*_ARGS:C/,/ /g}
- Some Uses/*.mk used ":" as argument separator instead of ",", but no port
  used this form
- Uses/cran.mk: remove unused variable VALID_ARGS and USES+=fortran which
  has no effect
- Uses/twisted.mk: simplify handling of the case where neither "build" nor
  "run" arguments have been specified

PR:		193931
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:369465 
Monday, 1 Sep 2014
05:43 bapt search for other commits by this committer
Remove support for NO_STAGE
Mark all current non staged ports as BROKEN

Reviewed by:	antoine
Exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D693
Original commitRevision:366839 
Tuesday, 27 May 2014
12:13 bapt search for other commits by this committer
scons expect lots of variables to be set as arguments
Original commitRevision:355494 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Saturday, 15 Mar 2014
10:31 gerald search for other commits by this committer
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.

Approved by:	portmgr (bapt)
Original commitRevision:348308 
Thursday, 3 Oct 2013
06:41 bapt search for other commits by this committer
Sometimes scons do expect DESTDIR being in lowercase
Original commitRevision:329143 
06:25 bapt search for other commits by this committer
Introduce the new "scons" USES. The goal is to replace the old bsd.scons.mk
Instead of redifining the building target, let's just reuse the existing ones.
Bonus, MAKE_JOBS is now respected
Original commitRevision:329140 

Number of commits found: 19