diff options
author | roam <roam@FreeBSD.org> | 2010-09-13 05:10:21 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2010-09-13 05:10:21 +0800 |
commit | fed161fcceeffd97ead7a3bb0d69fcb5029a2641 (patch) | |
tree | 3927defcbfdfc17ce299cd63de2e3b6742a511b1 /UPDATING | |
parent | 52f387fe2b4c2de6a3bdb83b51423d0085fd804a (diff) | |
download | freebsd-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-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |