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)
Citing http://cr.yp.to/distributors.html:
"""
2011.02.05: I hereby place the mess822 package (in particular, mess822-0.58.tar.gz,
with MD5 checksum 8ce4c29c994a70dcaa30140601213dbe) into the public domain.
The package is no longer copyrighted.
"""
Turn qmail into build dependency too, because it fails to build w/o it.
PR: 184323
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Approved by: maintainer timeout (2 months)
discontinued, so this port will never work again.
- set deprecation date to 2014-03-09
PR: 178246
Submitted by: Lawrence Chen <beastie@tardisi.com>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)