- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- Change USE_PYTHON=yes to USE_PYTHON=2
- Support STAGEDIR, new pkg-plist with make makeplist
- Strip libraries
- Add patch, fix GFlags messages
PR: ports/182069
Submitted by: nemysis (self)
Approved by: portmgr
I don't know when the skip-bootstrap logic stopped working, but I'm
reasonably sure it did once. Apparently PREFIX isn't defined at the
time of the "if exists" evaluation. Using LOCALBASE instead will allow
the compiler to build using the compiler on the system rather than
the older bootstrap compiler. The bug was discovered while trying to
move gcc-aux to a gcc49 base.
libdbi. This drops support for msgl, sqlite2, firebird and freetds. [1]
Use DISTVERSION in MASTER_SITE instead of duplicating this information.
PR: 178780 [1]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1]
This supports multiple independent "instances", which permits programs
to use several dlopen()ed modules which are linked against libdbi. Support
for transactions and savepoints has been added, and drivers now receive
additional hints to optimize sequential reads from result sets.
Convert to staging (simplifying PORTDOCS handling).
PR: 178779 [1]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1]
Approved by: maintainer timeout (clsung, >9 months) [1]
- Remove DOCS and NLS options from OPTIONS_DEFAULT. They are on by default.
- Remove PORT_OPTIONS handling for safe cases, where STAGE already takes care
of it through pkg-plist. But leave it for the special NLS translations
build step, because it is required there.
- Rearrange some lines for better readability.
PR: ports/187171
Submitted by: maintainer
- Remove unused private fields from some classes (found by Clang).
- In freebsd_scsi_device::scsi_pass_through:
* Make sure this function returns false on error instead of an error
code that gets converted to true.
* Put printing of the "Incoming data" debug info right after the
cam_send_ccb() call and before the error checking to make
debugging easier.
* When copying sense data make sure the fields in the CCB are
actually valid with CAM_AUTOSNS_VALID. Also make sure that the
size of the sense data doesn't overflow max_sense_len. This was
the real cause for the crash in ports/181836.
* Add some debug printing on the sense data.
Committed upstream as r3873.
PR: ports/181836, ports/185960, ports/186095
Tested by: many
with perl 5.18's changes to "each" ordering. This fixes the message:
Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0x2880d800 at /usr/local/lib/perl5/site_perl/5.18/Mail/SpamAssassin/AsyncLoop.pm line 363, <GEN84> line 98.
PR: ports/186819
Approved by: perl (maintainers)
* bugfix: #1285326 export transactions to csv. Concat [dot]csv to filename
* bugfix: #1285164 tags not well sorted when mixed with blank
* bugfix: #1277622 problem with the split transaction and
the Vehicle cost feature
* bugfix: #1276377 qif import shows 0 items
* bugfix: #1275534 Balances not updated with sheduled transactions
* wish : #1273848 insert scheduled more than 92 days in advance
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.
Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.
Approved by: portmgr (bapt) (for Mk/bsd.port.mk)