- Switch CMake to pyhton3
- Remove all Modules under files. This should no longer be necessary.
- Remove our self hacked MODJAVA* MODLUA* MODPY* MODRUBY* modules.
- Instead we help the original cmake modules, see cmake.port.mk. That
saves and all these patches and is in my opinion more correct!
- Fix cmake debug packages:
- If DEBUG_PACKAGES is set cmake will NOT create a "install strip rule". Idea
by landry@
This went through a full amd64 bulk build.
Webfonts are only useful to serve over the web. On OpenBSD, where
/var/www is on a different partition from /usr/local and not visible
from chroot, there's no way for pkg_add to keep these files up to date
once they've been copied to a webserver.
Maybe we'll install webfonts to /var/www in the future. Whether we do or
not, installing them to /usr/local as we do now won't help.
ok sthen@ pamela@ rsadowski@
(remove 'new' in DESCR, use BSD_INSTALL_PROGRAM so that -s is passed where
needed).
lr is a tool for generating file listings, which includes the best features
of ls(1), find(1), stat(1) and du(1).
Benefits over find:
* friendly and logical C-style filter syntax
* getopt is used, can mix filters and arguments in any order
* can sort
* compute directory sizes
* can strip leading ./
* can do breadth first search
Benefits over ls:
* sorts over all files, not per directory
* copy & paste file names from the output since they are relative to pwd
* ISO dates
* powerful filters
upstream. ok tb@ gsoares@
Note: if using this with i3 like this:
bindsym $mod+Mod1+l exec "slock"
you'll need to add --release:
bindsym --release $mod+Mod1+l exec "slock"
(added in f2451e8aeba) - some hangs seen, but it's better than not being
implemented at all.
switch MODPY_FLAVOR to FLAVOR=python3 while there, and sync py-pyscard dep.
bitlbee cant store its pid in the default /var/run dir.
Even if the rc.d framework doesnt use the pidfile, other software might.
Works for Tom Doherty (MAINTAINER)