All are very old (most 20+ years), unmaintained, so poorly licensed that
they can't be installed with pkg_add, and either have decently licensed
alternatives or are so trivial as to be useless.
ok kn@ naddy@
All of these were imported 20+ years ago and have been untouched since.
All use CONFIGURE_STYLE=imake. None are available through pkg_add.
And all are trivial toys; nobody will miss the functionality (because,
what functionality?).
ok kn@ naddy@
Replace x11/kde4/{libkipi,libkdcraw,libksane} by digikam-kde4 -dcraw, -libkipi,
-sane to avoid bulk conflicts with KDE4 and 5 applications.
With this move we have to go without ksaneplugin and drop support in
graphics-thumbnailers and ksnapshot.
Help from jca@ with packages adjustments.
Spotted by many over months, thanks!
was intended for and relying on this for security purproses is nonsense especially
that OpenBSD has an encrypted swap by default ... which is not the case for everyone else
this also makes sure not to hit mlock calls in pledged applications using these
libraries
ok ajacoutot@
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.
This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.
From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.
- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).
- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.
- bump changed ports
Even though DEBUG was picked through CFLAGS by the port, do append to
CXXFLAGS and LDFLAGS such that DEBUG ends in CXXFLAGS also iff set.
Simply use the existing LINK.cc instead of rolling our own:
$ make -p | grep ^LINK.cc
LINK.cc = ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}
OK stsp
CONFIGURE_STYLE and SEPARATE_BUILD are set to default, so drop them.
Consequently, as there's no configure target, substitute variables in
post-patch not pre-configure.
With SEPARATE_BUILD=no WRKSRC and WRKBUILD are identical, but install built
files still from the latter to be consistent.
Move the hardcoded list of processors into PROCESSORS.
OK stsp