The AIM service has been shut down on December 15th 2017 [1], so there
is no use case for this port anymore.
[1] https://help.aol.com/articles/aim-discontinued
OK rsadowski@, bcallah@, sthen@
* Add second-priority potential places where to add REVISION;
* Better WANTLIB tweaking: it should now roll and unroll
${MODFOO_WANTLIB} items in WANTLIB declarations correctly.
Some of those were rotting in my tree for months. Sorry for laziness. :-\
There is still tests/portbump/t5 failing, I'm working on it. Sloooowly...
Fish offers some nice things like:
- Autosuggestions
- Man page completions
- OpenBSD specific completions for things like vmctl
- "Configless" config
OK rsadowski@
For existing profiles, visit about:preferences#privacy to disable it (cf
https://support.mozilla.org/en-US/kb/shield)
Users just want to browse the web, not be opted-in by default to random UI
experiments. See https://wiki.mozilla.org/Firefox/Shield/Shield_Studies
for details.
While i usually don't like diverting from upstream defaults, something
that automagically loads unwanted add-ons isn't right, so i'm making an
exception here.
in the old one no longer working:
08:59 < aja> pypy:/usr/lib/libutil.so.13.0: undefined symbol 'freezero'
08:59 < aja> pypy:/usr/lib/libutil.so.13.0: undefined symbol 'recallocarray'
The autotools setup detects and links against it, but the code of vim
doesn't use it. Discusse with sthen@, who found this mail (2001!) from
upstream.
https://marc.info/?l=vim-dev&m=100487203621247&w=2
On powerpc, MACHINE_ARCH is "powerpc" and ARCH is "socppc" or "macppc",
the test fails and neomutt tries to use kyotocabinet, marked as BROKEN.
Fix test and use qdbm as intented. On arm, where MACHINE_ARCH is "arm" and
ARCH is "armv7", the test fails thus neomutt is already using kyotocabinet
(which builds on arm now), so remove the test. No need for a bump since
the build failed in both cases.
Reported by "gumnos", ok sthen@ (maintainer)
- Add COMPILER and drop ONLY_FOR_ARCHS
- Add -std=c++11 (clang also needs -Wno-c++11-narrowing to build successful)
- Drop boost as bdep and change tr1-implementation to system.
- Fake function in namespace std::tr1:: and use std::placeholders.
tweak and ok bluhm@