- Update polyglot to 0.3.4 since rails wants the newer version
- Update redmine to use new rails
Security: CVE-2014-0080 [1]
Security: CVE-2014-0081 [1]
Security: CVE-2014-0082 [1]
MFH: 2014Q1
fl_edit.cpp: In function 'void fl_textedit_draw_textline(FL_OBJECT*, TextLine*, int, FL_Coord, FL_Coord, FL_Coord, FL_Coord, int, int, int)':
fl_edit.cpp:577:27: error: 'fl_textcolor' was not declared in this scope
rss2email is a python script that lets you subscribe to a list of
RSS or Atom feeds and get new posts sent to you by email. It is
generally run via cron, but can be run manually as well.
This is a python 3 rewrite of the original rss2email project by
Lindsey Smith at AllThingsRSS. It does not run on python 2.
WWW: https://github.com/wking/rss2email
PR: 186752
Submitted by: Stephen R Guglielmo <srg@guglielmo.us>
On 8 and 9:
src/words.c: In function 'void ifParen(FICL_VM*)':
src/words.c:1086: error: cast from 'ficl_word*' to 'int' loses precision
On 10 and head:
g++ -O2 -pipe -fno-strict-aliasing -Wall -W -fno-rtti `perl -MExtUtils::Embed -e ccopts` -DUNIX -Ihpp -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c src/ficl.c
g++: not found
Reported by: pkg-fallout since august 2013
- support staging
while here:
- move manpages to packing-list
- remove MAKE_JOBS_UNSAFE - builds fine here
- install docs and examples to stage area unconditionally
- remove redundant inclusion of bsd.port.options.mk
PR: 186667
Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)