notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Mk/Uses/scons.mk
SVNWeb

Number of commits found: 18

Wed, 26 May 2021
[ 19:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer Author: Dmitry Marakasov ]    commit hash:bd9b99277f42573d15ed4fd4eb9b83b62bc1cb0c  commit hash:bd9b99277f42573d15ed4fd4eb9b83b62bc1cb0c  commit hash:bd9b99277f42573d15ed4fd4eb9b83b62bc1cb0c  bd9b992 
Mk/Uses/scons.mk: Clean up after the removal of all scons:python2 usage

PR:		256170
Differential Revision:	https://reviews.freebsd.org/D30472
Tue, 6 Apr 2021
[ 14:27 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  5d33e04  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
Tue, 2 Jun 2020
[ 13:11 mat search for other commits by this committer ] Original commit   Revision:537545
Let people know that scons with python 2 is EOL.
Mon, 25 May 2020
[ 18:31 sunpoet search for other commits by this committer ] Original commit   Revision:536495
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.
Thu, 3 Oct 2019
[ 17:49 sunpoet search for other commits by this committer ] Original commit   Revision:513680
Revert MAINTAINER change: back to python@
Wed, 2 Oct 2019
[ 19:51 sunpoet search for other commits by this committer ] Original commit   Revision:513619
Cosmetic change

- Take maintainership
Sun, 27 Mar 2016
[ 01:23 bapt search for other commits by this committer ] Original commit   Revision:411970 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Thu, 15 Oct 2015
[ 07:36 bapt search for other commits by this committer ] Original commit   Revision:399326 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
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
Wed, 14 Oct 2015
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:399278 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
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
Mon, 23 Mar 2015
[ 03:59 bdrewery search for other commits by this committer ] Original commit   Revision:381976
Allow user to override MAKE_CMD without breaking gmake/fmake/scons ports.

With hat:	portmgr
Thu, 22 Jan 2015
[ 18:52 jbeich search for other commits by this committer ] Original commit   Revision:377692
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)
Sun, 28 Sep 2014
[ 16:36 tijl search for other commits by this committer ] Original commit   Revision:369465 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 1 Sep 2014
[ 05:43 bapt search for other commits by this committer ] Original commit   Revision:366839 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
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
Tue, 27 May 2014
[ 12:13 bapt search for other commits by this committer ] Original commit   Revision:355494
scons expect lots of variables to be set as arguments
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
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
Sat, 15 Mar 2014
[ 10:31 gerald search for other commits by this committer ] Original commit   Revision:348308 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.

Approved by:	portmgr (bapt)
Thu, 3 Oct 2013
[ 06:41 bapt search for other commits by this committer ] Original commit   Revision:329143
Sometimes scons do expect DESTDIR being in lowercase
[ 06:25 bapt search for other commits by this committer ] Original commit   Revision:329140
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

Number of commits found: 18