download them completely and then gunzip them. This preserves the
modtimes, and is the only way of knowing the actual age of the
data files.
Suggested by: ache
databases/firebird21-* will be removed imminently. Hydra has a
non-default option that relies on the firebird client library which
the currently version of Firebird (2.5.x) also has. This change
is untested. There's no revbump because the option is not normally set.
Change is necessary, it's an attempt to avoid breakage when Firebird
ports are removed.
The japanese/scim-prime port was actually staged but it requires
japanese/prime to run which is being removed, so scim-prime is being
removed as a cascade.
a new port databases/qof:
QOF - Query Object Framework - library to add a query engine to C
applications with generic XML backend. A SQL database is not needed; any
collection of C/C++ objects can act as tables.
WWW: https://alioth.debian.org/projects/qof/
The two ports affected by the tcl/tk 8.0 removal, ja/tkhonyaku and
ja/timidity++-tcltk only build on FreeBSD 8.x because the tcl/tk ports
themselves don't build on FreeBSD 9 and later. The timidity port was
staged but unmaintained, and the tkhonyaku port was staged by its
maintainer who was advised that his port was in danger of being removed
with tcl/tk 8.0 at least 3 weeks ago.
The audio/freeswitch-music port was actually staged, but it lost its
purpose after the other 3 ports supporting the development version of
FreeSwitch were removed due to lack of maintenance and staging.
While here, create a port for the older 0.3 version for the ports that need it,
hook it up to the build, set those ports to use the older version and bump
portrev on those ports.
* Increase pkg_replace compatibility with portupgrade
- Update MASTER_SITES
- Remove support for pkg_tools
- Use PLIST_FILES
PR: 193304
Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer)
* Add stage support
* Replace NOPORTDOCS with option DOCS
* Remove bad URL from MASTER_SITES
* Convert to @fontsdir keywork (affects dependencies and pkg-plist)
* Remove pkg-req (@fontsdir takes over its task)
* Install directory has changed as a result (lib/X11/fonts/kaname12)
PR: 190071
Submitted by: WATANABE Kazuhiro
* Update to the latest jnethack patch
* Remove BROKEN flag
* Add staging support (inspired by games/nethack)
* Use base compiler instead of gcc
* Quick fix for bug 192743 (chown and chmod)
* marino: Use SUB_FILES instead of roll-your-own pkg-deinstall
* marino: Remove unnecessary loop for REINPLACE_CMD
* marino: Simplify docs installation, remove two loops
* marino: Unmask configure commands
* marino: Use parentheses and "&&" instead of just ";" on compounds
* marino: Beef up pkg-descr for those unfamiliar with NetHack
PR: 193206
Submitted by: WATANABE Kazuhiro
separate port. It requires aclocal and libtoolize, but the gnotime section
doesn't, and this is remarkably difficult to accomplish with USE_AUTOTOOLS.
For now, fix packaging by just removing from the plist the fully-versioned
.so files that are not getting generated.
out of date and causes make (build phase) to run autoconf, erasing any
configure patches. Then make reruns configure. Instead of adding
autoconf to USE_AUTOTOOLS avoid USE_AUTOTOOLS altogether by patching
Makefile.in instead of Makefile.am.
- Use INSTALL_TARGET=install-strip and USES=pathfix
Commit message taken from: tijl