aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2010-09-12 21:10:21 +0000
committerPeter Pentchev <roam@FreeBSD.org>2010-09-12 21:10:21 +0000
commit2a40c7427c6e8ab28f0de29c5277efce25e3bae8 (patch)
tree6da739ea9151f318c48bb4e85213ae78add82eb0 /UPDATING
parent8a7e06be2a217a5e53fffcac03a772a1067289da (diff)
downloadports-2a40c7427c6e8ab28f0de29c5277efce25e3bae8.tar.gz
ports-2a40c7427c6e8ab28f0de29c5277efce25e3bae8.zip
Note that ftp/curl is now built with -Werror by default.
Notes
Notes: svn path=/head/; revision=261042
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 26b595c23fd2..2e756a17a45a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20100912
+ AFFECTS: ftp/curl
+ AUTHOR: roam@FreeBSD.org
+
+ With version 7.21.1, the cURL port is built with stricter compiler
+ checking by default (the -Werror flag is passed to the C compiler,
+ making it treat any warnings as fatal errors). If you experience
+ problems building cURL, re-run "make config" in the ftp/curl
+ directory and disable the WERROR knob.
+
+20100912
AFFECTS: www/tdiary-devel, japanese/tdiary-devel
AUTHOR: tota@FreeBSD.org