1) For man(7), initialize internal numerical registers correctly
such that a stray .RE without a preceding .RS doesn't set the left
margin to column 0. Reported by bentley@ on discuss at mdocml.
Patch technically approved by Werner Lemberg (upstream).
The only reason it isn't committed upstream yet is that FSF
pesters me to sign a Copyright Assignment contract under
Massachusetts legislature, talking about Warranties and whatnot,
which i resist.
2) Restore correct syntax to the .ie cascade governing section titles
that i broke, trying to be too clever. Problem reported by
David Levine via pascal@ after the nmh(1) folks added an OpenBSD
machine to their buildbot cluster.
ok pascal@
caused by share/apps/cmake/modules/FindKdcraw.cmake being supplied by both
packages. So:
1) -icons does not need to have this @conflict at all.
2) -main should not conflict with kdelibs-3.x and older.
- if CC is not set, fall back to cc
- do not forcibly add ${X11BASE}/include nor ${LOCALBASE}/include, now
the scanner is supposed to properly pass CFLAGS
- forcing -pthread should not be needed anymore
Tested with a handful of ports that were known to need these tweaks.
Any regression, please let me know directly.
ok jasper@
Please note that we still cannot install kdelibs-3.x and 4.x, so you cannot
actually install libkdcraw and libkipi from KDE 3 and 4 side-by-side. Yet.
Tested in a bulk by landry@
mail server blow up so to speak and then wonder why /var is out of inodes and
seeing that 803,000 or so inodes are in use. Where could they posibly be in
use? Then finding 801,000+ 0 byte temp files which had been accumulating for
quite awhile in /var/spool/MailScanner/incoming/SpamAssassin-Temp.
ok sthen@
- reorder Makefile
- regen distinfo
- setup WRKBUILD once in post-configure rather than do-build
- pass -DPREFIX=... via MAKE_FLAGS and use do-install instead of
patching unix/Makefile (nicer to read)
- minor PLIST reordering to please ''make plist''
- bump REVISION (previous commit to patches/patch-source_io_c)
ok naddy@
the version we have in-tree, but experience has shown that if systemwide
boost was installed at some point during build then junked by dpb build
was failing. Boo.
Note that in newer releases of kicad those bundled boost headers were removed,
and now cmake downloads boost tarball during build and patch its headers on
the fly. Yay.
https://lists.launchpad.net/kicad-developers/msg10503.html