changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
- Trim Makefile's header
- Pet portlint(1) by replacing tab by space in WWW link
Changes: http://search.cpan.org/dist/XML-Feed-Deduper/Changes
PR: ports/178312
Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
require either or both of the xlrd and xlwt packages, they are collected
together here, separate from either package.
WWW: http://www.python-excel.org/
Additionally potential rpath problems have been eliminated that will appear when xmlada is built in a staging area (seen and fixed in pkgsrc). This eliminates need for ldconfig, too.
PR: ports/178144
Submitted by: John Marino <draco@marino.st>
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
ChangeLog:
Bug fixes
---------
* fixed#1515, log strings over 2KB were clipped when
query_log_format=plain
* fixed#1514, RT index disk chunk lose attribute update on daemon
restart
* fixed#1512, crash while formatting log messages
* fixed#1511, crash on indexing PostgreSQL data source with MVA
attributes
* fixed#1509, blend_chars vs incomplete multi-form and overshort
* fixed#1504, RT binlog replay vs descending tid on update
* fixed#1499, sql_field_str2wordcount actually is int, not string
* fixed#1498, now working with exceptions starting with number too
* fixed#1496, multiple destination keywords in wordform
* fixed#1494, lost 'mod', '%' operations in select list. Also corrected
few typers in the doc.
* fixed#1490, expand_keywords vs prefix
* fixed#1487, `id` in expression fixed
* fixed#1483, snippets limits fix
* fixed#1481, shebang config changes check on rotation
* fixed#1479, port handling in PHP Sphinx API
* fixed#1474, daemon crash at SphinxQL packet overflows max_packet_size
* fixed#1472, crash on loading index to indextool for check
* fixed#1465, expansion_limit got lost in index rotation
* fixed#1427, #1506, utf8 3 and 4-bytes codepoints
* fixed#1405, between with mixed int float values
Packaging is still broken on a system where devel/py-nose is installed, but
I have no free time to work on this atm. See ports/177937 for the details.
Reported by: miwi