aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2011-08-30 15:03:50 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2011-08-30 15:03:50 +0000
commit61f95809b07d80286c2f18bfdd691fa5d38abb9a (patch)
tree354bdb9400f01740cf058236618702623408c0d1 /UPDATING
parentd12e4b64a34db3892459cee4211063f7cbc1b36f (diff)
downloadports-61f95809b07d80286c2f18bfdd691fa5d38abb9a.tar.gz
ports-61f95809b07d80286c2f18bfdd691fa5d38abb9a.zip
Add notice about lang/racket and WITHOUT_X11.
Notes
Notes: svn path=/head/; revision=280768
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0ce0aa37b83a..5fac5143d6ad 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20110830:
+ AFFECTS: users of lang/racket
+ AUTHOR: olgeni@FreeBSD.org
+
+ Racket has been upgraded to version 5.1.3. Due to the recent rewrite of
+ the Racket graphics handling code, it is no longer possible to build
+ this port without X11.
+
+ The WITHOUT_X11 switch now controls if X11 is brought in as
+ USE_GNOME/LIB_DEPENDS or BUILD_DEPENDS.
+
+ In the latter case you will be able to build a Racket package that can
+ then be deployed on headless a server.
+
20110829:
AFFECTS: users of security/maia
AUTHOR: crees@FreeBSD.org