plus:
- bump dependency dist versions
- enable core compression support (enabled by deafult in sbcl)
- set module dir to /usr/local/share/stumpwm/modules
diff from maintainer Timo Myyrä, thanks!
GH_DISTFILE now contains DISTFILES {} patterns which EXTRACT_ONLY does not
(yet) understand.
Copied over from recently fixed x11/gnome/gdm.
No distinfo change.
Noticed by naddy
libdigidocpp expects the original zlib minizip, but we built with the
incompatible minizip-ng.
Require <2.0.0 with cmake and thus force the bundled version.
This is the same as already done (and upstreamed) in net/tdesktop.
- Update Orthanc to 1.11.1
- Update OrthancPostgreSQL to 4.0
- Update OrthancWebViewer to 2.8
Most patches from FreeBSD.
Feedback and OK op, maintainer timeout
Second and working version.
Also use FULLDISTDIR instead of DISTDIR plus DIST_SUBDIR.
This time with DIST_SUBDIR=qdigidoc4 instead of DIST_SUBDIR=${PKGSTEM}
which seems nice but (obviously) expands to the empty string if you
set it before the include line, thus FULLDISTDIR is botched and extract.
Bump REVISION again.
Sync back with bsd.port.mk(5) and replace an outdated copy with the now
available variable.
No functional change now, but this keeps gdm building in case planned
changes around MASTER_SITES_GITHUB/GH_DISTFILE would land in bsd.port.mk.
Comment on the existing EXTRACT_ONLY/DISTFILES issue (until that is
fixed/improved as well).
OK aja
changelog:
- changed the default output of 'amused status'
- print the status after 'amused consume' or 'amused repeat'
- fixed 'amused load' with an empty playlist
- the on|off argument to 'amused consume/repeat' is now optional
- added a consume mode
- pledge earlier
- rework (and document) the events reported by "amused monitor" (some were added/removed)
- added contrib/amused-monitor: ncurses tui written in perl (not installed by default)
- added 'amused status -f <fmt>' to customize the output format
- clarify how non-regular or non-supported files in the playlist are treated
- handle fdopen failures gracefully
- use (a modified version of) kristaps' oconfigure; amused is portable now!
- added ability to seek
- keep track of current position and total duration of the track
- don't get stuck if the server fails to start
- improved error reporting when failing to play a song
This has been broken at runtime since the update to OpenLDAP 2.6.2.
ruby-ldap previously linked to libldap_r, but the OpenLDAP update removed
libldap_r, and the code compiled without linking to any ldap library,
breaking at runtime.
Update WANTLIB while here.