Changes file.
Also, add a BUNDLED_SQLITE option, which defaults to on, to choose
whether to use the included sqlite (as it has been) or the installed
library from ports.
Changes: https://metacpan.org/changes/distribution/DBD-SQLite
darktable 2.0.x officially dropped support for i386. I believe the crash
reported in PR 202457 was specific to 32-bit because this was already
largely untested with darktable 1.6.x, so I'm considering this issue
"fixed".
PR: 202457
Reviewed by: kwm
Approved by: kwm
Differential Revision: https://reviews.freebsd.org/D4247
R no longer accepts the --no-rebuild-vignettes argument, instead requiring
the --no-build-vignettes (only used if pdflatex is not installed).
PR: 207154
Approved by: wen (maintainer)
MFH: 2016Q1
Changes:
* Use explicit pkg-plist instead of autoplist. Using an explicit pkg-plist
is more robust against "silent" errors or changes.
ChangeLog:
- influencePlot now returns Cook's distance, not its square root.
- Anova() now supports "coxme" objects (produced by coxme() in coxme package)
(request of Philipp Sprenger).
- Anova() now works via its default method with "vglm" objects produced by
functions in the VGAM package; and the default method of linearHypothesis()
again works with these objects (problem reported by Michael Friendly).
- Fixed Anova.coxph() so that it takes account of method (ties) argument (bug
reported by Karl Ove Hufthammer).
- Improvements to Anova.default() so that a wider variety of model classes are
accommodated (following request of Liviu Andronic.)
- dataEllipse() now throws an error if there are too few colors for the number
of groups (fixing bug reported by Ottorino Pantani).
- spreadLevelPlot.lm() now includes an optional smoother in addition to the
fitted straight line (suggestion of Michael Friendly).
- No longer import methods (as opposed to generics) directly from pbkrtest.
- Added axis.ticks argument to scatter3d() (code contributed by
David Winsemius).
ffmpeg now uses config.log instead of previously config.err.
Setting CONFIGURE_LOG in port Makefile has become obsolete.
No change in resulting package, no PORTREVISION bump.
PR: 207136
Submitted by: mi@ALDAN.algebra.com
Reviewed by: riggs
MFH: 2016Q1
* Update multimedia/emby-server to 3.0.5821
* Remove dependency on multimedia/libmediainfo (now uses FFMpeg instead)
* Add X11 OPTION (ON by default) for user to choose dependency of
graphics/ImageMagick or graphics/ImageMagick-nox11
* Improve pkg-message to prompt the user to some additional
options that can be set when building multimedia/ffmpeg and
graphics/ImageMagick in order to optimise their Emby Server experience.
PR: 206374
Submitted by: joshruehlig@gmail.com
Reviewed by: woodsb02@gmail.com (maintainer)
Approved by: woodsb02@gmail.com (maintainer)
- remove MASTER_SITES/LOCAL, they are not needed with GH
- fix VERSION
- make ssh-authkeys-split work with sh instead bash
2015-11-01 v3.6.4
- a ref-create bug in wild repos was fixed
- some contrib code related to AD integration, and to
redmine user aliases
- teach Alias.pm a few new tricks
- remove a race condition in 'create' command that affected
the 'default roles' setting
- make 'who-pushed' more efficient (local push logs, and
'tip search')
- 'gitolite query-rc' learns '-d' ('--dump') option
2015-04-26 v3.6.3
- allow limited use of 'git config' using the new 'config' command
- accept openssh 6.8's new fingerprint output format
- (finally!) allow limited symlinks within ~/repositories;
see commit 8e36230 for details
- perms command now lists available roles
- minor backward compat breakage: 'perms -l repo' no longer
works; see 'perms -h' for new usage
- allow gitolite-shell to be used as $SHELL (experts only;
no support, no docs; see commit 9cd1e37 for details)
- help with 'git push --signed' using a post-receive hook to
adopt push certs into 'refs/push-certs'; for details see
contrib/hooks/repo-specific/save-push-signatures
- new 'transparent proxy' feature for git repos; see
src/lib/Gitolite/Triggers/TProxy.pm for details
2014-11-10 v3.6.2
- disable ../ everywhere (see mailing list thread for details)
- VREF/NAME_NC -- like VREF/NAME but for new commits only.
Details within src/VREF/NAME_NC.
- allow gitolite.conf to be tested locally; details within
contrib/utils/gitolite-local
Unfortunately, there's been a bit too much change since 0.99_6 to
confidently release version 1.00, so another release candidate is
necessary. Both new features and bug fixes were added.
New features:
* Provide ability to define environment variables in a profile
(/usr/local/etc/synth/<profile>-environment)
* Support fetching by proxy using these environment variables
* Add zsh and bash completion scripts
* Accept port origins with trailing file separators (so people
using completion scripts don't have to backtrack to remove them)
* In text (non-curses) mode, output the current package build
tally every 200 seconds (approximately)
Bug fixes:
* Fix support for system roots that don't match host (e.g.
ARCH, OSRELEASE, OSVERSION, etc
* Fix ABI check for system roots that don't match host
* Remove effect of system /etc/make.conf (originally seen when
MAKE_JOBS_NUMBER was defined there and disabled synth)
- update to 8.3
Since version 8.0, they have split some of the backends into a separate package
(security/py-keyrings.alt), so change this port options accordingly.
PR: 207044
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
debootstrap (1.0.78) unstable; urgency=high
* Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
* Don't call mknod with the --mode option, it's not supported in
busybox. Use -m instead - fixes the broken fix for #812811.
Closes: #813124. Urgency high to get this fix propagated quickly -
it's breaking d-i installs right now. Adding myself to uploaders and
uploading.
-- Steve McIntyre <93sam@debian.org> Fri, 29 Jan 2016 16:36:00 +0000
PR: 206821
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
- update to 1.7.7
while here:
- add NO_ARCH and sort USE_PYTHON
- drop python version limit, because it builds fine both with 2.x and 3.x
PR: 206871
Submitted by: jjachuf@gmail.com (maintainer)