- Use OPTIONS for optional dependencies
- Change pkg-{,de}install to avoid risk of data loss when upgrading
- Patch files instead of regexps in Makefile
added a work around for PR 63293
PR: 63230
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
Reviewed by: clement
MySQL Administrator is a powerful visual administration console
that enables you to easily administer your MySQL environment
and gain significantly better visibility into how your
databases are operating. MySQL Administrator now integrates
database management and maintenance into a single, seamless
environment, with a clear and intuitive graphical user
interface.
By using MySQL Administrator you will be able to:
* Achieve higher database availability through improved management
* Reduce errors through visual database administration
* Lower database administration costs through improved productivity
* Deliver a more secure environment through easier privilege management
WWW: http://www.mysql.com/products/administrator/
PR: ports/63292
Submitted by: Sergey Matveychuk <sem@ciam.ru>
recently introduced by libpthread. The problem was that waitpid(2)
raised EINTR but python's distutils didn't catch it correctly.
- PORTREVISION is bumped to 2, subsequently.
output; switch from text-based VERSION file to C-based cfg_vers.c; bugfixes
and cleanups. See ChangeLog for complete details.
PR: ports/63175
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
501103. However, users from FreeBSD series previous to 5.x are
required to build gcc32 port.
o Therefore, do not force 5.x users to build gcc33 port if their
available gcc32 toolchain will do. In so many words,
.if ${OSVERSION} < 501103
USE_GCC=3.2
.else
USE_GCC=3.3
.endif
Prompted by: markus
Reviewed by: markus, will
The previous comment applies to the port (framework) changes only.
The distfile changes are as follows: adds parameterization for P4;
adds type attribute for consistency; adds makeDTD Perl command.
about/create Matroska media streams
o Note: mkvtoolnix will only build correctly if multimedia/libmatroska,
textproc/libebml and multimedia/mkvtoolnix ports are all built
with the same gcc toolchain
- OSVERSION < 500000 implies in USE_GCC=3.2
- otherwise, USE_GCC=3.3 (which is the default on 5.x series)
o This will insure that since both libmatroska and libebml ports
were built with the same gcc toolchain, mkvtoolnix port will be
able to be linked to both using the same aforementioned gcc
toolchain
o Bump PORTREVISION
* Remove BROKEN.
* Grab maintainership.
* Add evolution support.
* Make gpg, abook, and evolution support optional, but auto detect.
* Build package with gpg and abook support for POLA reasons.