aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 12:47:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 12:47:19 +0000
commite290dec1caa56584083a04765d8702107c7f0948 (patch)
treebf212593157006a670a5741b54859c4570fa4533 /CHANGES
parent662f2e724dbbc16b8259907d8b6bf760088c31eb (diff)
downloadports-e290dec1caa56584083a04765d8702107c7f0948.tar.gz
ports-e290dec1caa56584083a04765d8702107c7f0948.zip
Add a USES display to replace USE_DISPLAY.
as USE_DISPLAY it will handle the dependencies needed for a display. But it will also start and stop the Xfvb process during the requested phase the display it needed. it takes 'install' as an implicit argument, but may also accept 'build'
Notes
Notes: svn path=/head/; revision=320906
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6f4d00c30a0b..a075b72c99e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,19 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130614:
+AUTHOR: bapt@FreeBSD.org
+
+ * New 'display' USES macro to handle building ports that may require a
+ a display to build.
+
+ USES= display[:install] will start Xvfb and set the DISPLAY environment
+ variable before the installation phase and stop it at the end. (install is
+ the implicit value)
+
+ USES= display:build will start Xvfb and set the DISPLAY environment variable
+ before the build phase and stop it at the end.
+
20130607:
AUTHOR: bdrewery@FreeBSD.org