aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-03 06:25:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-03 06:25:13 +0000
commitd7f9cdb38eee4df2eca44202d109ba389d0797e8 (patch)
tree8a6034db45137e5d09a31c41995b2293023fb1f9 /CHANGES
parent1c713aa1006b879c22ba0ef9a9d5c01488cf6ea3 (diff)
downloadports-d7f9cdb38eee4df2eca44202d109ba389d0797e8.tar.gz
ports-d7f9cdb38eee4df2eca44202d109ba389d0797e8.zip
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
Notes
Notes: svn path=/head/; revision=329140
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5ff0db7efa76..27a27aeadbc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20131003:
+AUTHOR: bapt@FreeBSD.org
+
+ New USES: scons, to handle properly the scons building system, this
+ this also gives the scons packages user the ability to respect MAKE_JOBS.
+
20130924:
AUTHOR: bapt@FreeBSD.org