aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2010-09-13 05:10:21 +0800
committerroam <roam@FreeBSD.org>2010-09-13 05:10:21 +0800
commitfed161fcceeffd97ead7a3bb0d69fcb5029a2641 (patch)
tree3927defcbfdfc17ce299cd63de2e3b6742a511b1 /UPDATING
parent52f387fe2b4c2de6a3bdb83b51423d0085fd804a (diff)
downloadfreebsd-ports-graphics-fed161fcceeffd97ead7a3bb0d69fcb5029a2641.tar.gz
freebsd-ports-graphics-fed161fcceeffd97ead7a3bb0d69fcb5029a2641.tar.zst
freebsd-ports-graphics-fed161fcceeffd97ead7a3bb0d69fcb5029a2641.zip
Note that ftp/curl is now built with -Werror by default.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 26b595c23fd..2e756a17a45 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