Changes:
- Save repo type in the annotation.
- Fix packages fetching for reinstallation
- Convert pkg repo from threads to processes (no more pthread dependency)
- Add progress indicators to repo create
- Implement new repo style:
* Add metafile
* Use data from that metafile
* Use advanced manifest digests format
* Implement legacy repos creation
- Fix symlinks checksums (reported by misha @ #pkgng)
- Fix pkg backup -r messages
- Now pkg is able to delete multiple versions of the same package (e.g. when some packages are
merged into one another)
- Fix repo schema upgrade
- Do not try to re-fetch broken packages infinitely
- Fix couple minor bugs and crashes
With hat: pkg@
- Fix build with php-5.5 by removing APC from OPTIONS_DEFAULT [1]
- Remove the patch which included into upstream now
PR: 191124 [1]
Submitted by: Mark Felder <feld@FreeBSD.org> [1]
Changes:
* The makefile mk_freebsd.mk has been changed to work with the new
version of chkccomp.c. Thanks go to Pietro Cerutti for pointing out
the problem.
* The self extracting Seed7 package for windows has been improved to
use gcc version 4.8.1 instead of 4.5.0.
* The new function removeTree, which removes a directory tree, has
been introduced in osfiles.s7i. The function removeAnyFile, which
has been used for the same purpose, is deprecated. Deprecated
functions will be removed in a future version.
* Checks for hash tables with character keys have been added to
chkhsh.sd7.
* The test program "chkcmd.sd7" has been added. This program checks
functions that copy, move and remove files. Note that windows has
race conditions when files are copied, moved and removed quickly in
succession. This bug of windows cannot be fixed in a runtime
library.
* The function temp_name_in_dir has been added to striutl.c.
* The typedef of socketType in common.h has been changed such that
socketType is always int.
* Functions in soc_rtl.c, pol_sel.c and pol_unx.c have been changed
to use the type os_socketType.
* Tracing statements in hsh_rtl.c, cmd_rtl.c, drw_win.c and drw_x11.c
have been changed to use the FMT_ strings from common.h. This way
the tracing is more portable.
* Under Windows the functions cmdRemoveFile and cmdRemoveTree now
rename a file before it is removed. When the renaming fails the
directory is left intact. This avoids half removed directory trees
under Windows, when a process has the current working directory
somewhere in the directory that is to be removed. The renaming also
lowers the probability of race conditions under Windows, but they
still can happen.
* The function checkMoveDirectory has been added to chkccomp.c.
* The target make7 has been added to the makefiles. With 'make make7'
an executable of the make7 program is generated and placed in
seed7/bin.
Provides some handy tools for magento developers like a quick database
info from local.xml or a database dump feature, cache clearing, admin
user password reset. You can also easily install a complete shop and
sample data with buildin installer. For coders there are also many
features like a module kickstarter (with modman support).
WWW: http://magerun.net/
PR: 189873
Submitted by: Melvyn Sopacua <melvyn@magemana.nl>
on graphics/jbigkit (through graphics/gdk-pixbuf2 and graphics/tiff)
which had a library version bump in the latest update.
- While here, add LICENSE_FILE, "USES=libtool:keepla tar:xz" and
INSTALL_TARGET=install-strip. [1]
Obtained from: marcuscom [1]