| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=396130
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=396129
|
|
|
|
| |
Notes:
svn path=/head/; revision=396107
|
|
|
|
| |
Notes:
svn path=/head/; revision=396086
|
|
|
|
| |
Notes:
svn path=/head/; revision=395993
|
|
|
|
|
|
|
|
|
|
| |
- Use BROKEN_RUBY22
Approved by: portmgr (blanket)
With hat: ruby
Notes:
svn path=/head/; revision=395992
|
|
|
|
|
|
|
|
|
| |
- Convert to new options target helper
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
Notes:
svn path=/head/; revision=395980
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix *_DEPENDS
- Add more TEST_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes
Notes:
svn path=/head/; revision=395979
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
Notes:
svn path=/head/; revision=395978
|
|
|
|
| |
Notes:
svn path=/head/; revision=395928
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/sqlrelay: 0.62 -> 0.63
0.53 - exposed codetreegrammar class and updated codetree class so that
successive parses/writes can use the same grammar without
having to reload it
added insert/appendXml(File) methods to xmldomnode to parse and
insert/append xml strings or files to a node
fixed FILE->fileno detection for solaris 11.2,
which doesn't have it at all
llabs() is detected and preferred to abs()
added partial xml namespace support (namespaces for tags)
added partial support for extended ascii character set to character
class
added setgroups() call before setuid() call to drop extraneous groups
updated rudiments-config man page, slightly
removed outdated and unused dtd class
updated file::resolveSymbolicLink() to use
directory::maxPathLength(filename) as a starting point
updated directory::getCurrentDirectory() to use
MAX_PATH as a starting point
serialport/serialportprofile, modemserver/modemclient classes are
disabled in the default build now
updated intro docs
0.63 - suppressed ruby configure warning
fixed glib detection if pkg-config isn't present
fixed mono detection on freebsd
fixed node.js yes/no misreport bug in configure script
added freetds tcl test
fixed slashes in tcl tests for windows
updated docs to mention firebird buffer size parameters
updated MAX_ITEM_BUFFER_SIZE to 32768 for firebird
fixed ruby detection on fedora 22
fixed missing export for setAuth/ResponseTimeout in ruby api
added manual include of inttypes.h in php api to work around issue with
define/undef games, revealed on openbsd 5.7
tweaked ruby cflags script for debian 8
refactored mysql detection
tweaked unixodbc detection to also look in /usr/include/odbc
renamed "oracle8" connection plugin to "oracle"
renamed "sybase" connection plugin to "sap"
updated identity tests in api's/cmdline clients to use
charstring::contains() rather than !charstring::compare()
implemented missing destructors for ADO.NET Data Provider
Notes:
svn path=/head/; revision=395907
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=395874
|
|
|
|
| |
Notes:
svn path=/head/; revision=395873
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Notes:
svn path=/head/; revision=395872
|
|
|
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
Notes:
svn path=/head/; revision=395865
|
|
|
|
| |
Notes:
svn path=/head/; revision=395825
|
|
|
|
|
|
|
|
|
| |
- While here, add some NO_ARCHes
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395777
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Add external cffi ports (a la python):
- databases/pypy-gdbm
- databases/pypy-sqlite3
- x11-toolkits/pypy-tkinter
- Add bsd.pypy.mk for consistency between pypy ports.
- Add bsd.pypy.cffi.mk for consistency with external cffi ports.
- Switch back to using $PREFIX/pypy-X.Y (the '-' separator is required to
differentiate between lang/pypy and lang/pypy3)
- Remove all patches (upstreamed, see announcement below)
ChangeLog:
- Bug Fixes
- Revive non-SSE2 support
- Fixes for detaching _io.Buffer*
- Clear up contention in the garbage collector between trace-me-later and
pinning
- Issues reported with our previous release were resolved after reports from
users on our issue tracker at https://bitbucket.org/pypy/pypy/issues or on
IRC at #pypy.
- New features:
- cffi was updated to version 1.3
- The python stdlib was updated to 2.7.10 from 2.7.9
- vmprof now supports multiple threads
- The translation process builds cffi import libraries for some stdlib
packages, which should prevent confusion when package.py is not used
- better support for gdb debugging
- FreeBSD should be able to translate PyPy "out of the box" with no patches
- Numpy:
- Better support for record dtypes, including the align keyword
- Implement casting and create output arrays accordingly (still missing some
corner cases)
- Support creation of unicode ndarrays
- Better support ndarray.flags
- Support axis argument in more functions
- Refactor array indexing to support ellipses
- Allow the docstrings of built-in numpy objects to be set at run-time
- Support the buffered nditer creation keyword
- Performance improvements:
- Delay recursive calls to make them non-recursive
- Skip loop unrolling if it compiles too much code
- Tweak the heapcache
- Add a list strategy for lists that store both floats and 32-bit integers.
The latter are encoded as nonstandard NaNs. Benchmarks show that the speed
of such lists is now very close to the speed of purely-int or purely-float
lists.
- Simplify implementation of ffi.gc() to avoid most weakrefs
- Massively improve the performance of map() with more than one sequence
argument
Differential Revision: https://reviews.freebsd.org/D3285
Notes:
svn path=/head/; revision=395726
|
|
|
|
|
|
|
|
|
| |
PR: 198925
Submitted by: Pavel Timofeev <timp87@gmail.com>
Approved by: sergey@network-asp.biz (maintainer timeout)
Notes:
svn path=/head/; revision=395662
|
|
|
|
| |
Notes:
svn path=/head/; revision=395654
|
|
|
|
|
|
|
| |
Requested by: Joe Horn <joehorn@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=395640
|
|
|
|
| |
Notes:
svn path=/head/; revision=395617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix in CegoAction::execViewCreate.
Views must be compiled successful now immediately after creation.
Otherwise, the calculated schema is not stored correctly into
dictionary.
- Fix in CegoFactor::getId.
If sysdate is used in queries, it should be resolved, otherwise
query couldbe used from cache which returns invalid result
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Notes:
svn path=/head/; revision=395602
|
|
|
|
| |
Notes:
svn path=/head/; revision=395601
|
|
|
|
| |
Notes:
svn path=/head/; revision=395541
|
|
|
|
| |
Notes:
svn path=/head/; revision=395534
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Implemented query cache
http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en§ion=cgdoc_cgadm.html#cgadm_querycache
- SQL keywords can now be used case-insensitive, with proper CSMODE
http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en§ion=cgdoc_database_running.html#compatattr
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Notes:
svn path=/head/; revision=395533
|
|
|
|
|
|
|
| |
- Copied patch from lang/luajit
Notes:
svn path=/head/; revision=395521
|
|
|
|
| |
Notes:
svn path=/head/; revision=395501
|
|
|
|
|
|
|
|
|
| |
@unexec command
MFH: 2015Q3 (blanket)
Notes:
svn path=/head/; revision=395488
|
|
|
|
|
|
|
|
| |
- Update to 0.6
- Remove obsolete patch
Notes:
svn path=/head/; revision=395458
|
|
|
|
|
|
|
|
| |
PR: 202597
Submitted by: coder@tuxfamily.org (maintainer)
Notes:
svn path=/head/; revision=395405
|
|
|
|
|
|
|
| |
Changes: https://github.com/brianmario/mysql2/releases
Notes:
svn path=/head/; revision=395377
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395338
|
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=autoreconf
- Switch to options helpers
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395333
|
|
|
|
| |
Notes:
svn path=/head/; revision=395330
|
|
|
|
| |
Notes:
svn path=/head/; revision=395311
|
|
|
|
| |
Notes:
svn path=/head/; revision=395309
|
|
|
|
| |
Notes:
svn path=/head/; revision=395308
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/rails/rails/blob/4-1-stable/activerecord/CHANGELOG.md
Notes:
svn path=/head/; revision=395289
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/rails/rails/blob/4-1-stable/activemodel/CHANGELOG.md
Notes:
svn path=/head/; revision=395288
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
Notes:
svn path=/head/; revision=395280
|
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
Notes:
svn path=/head/; revision=395279
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of manually adding both a build- and a run-time dependency on
libedit from ports, use USES=libedit instead. Not only does it take care of
adding the proper dependency, but it also sets CMAKE_PREFIX_PATH to
${LOCALBASE} to make sure that the version in ports is preferred instead of
the one in base.
This is a dependency for moving to CMake 3.3.x, as starting with 3.3.0 calls
to find_library() will also look in the $PATH environment variable and end
up finding libedit from base by default.
Approved by: flo (maintainer)
Differential Revision: https://reviews.freebsd.org/D3468
Notes:
svn path=/head/; revision=395190
|
|
|
|
|
|
|
| |
WWW: http://python-sql.tryton.org/
Notes:
svn path=/head/; revision=395167
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
Changes: https://www.sqlite.org/releaselog/3_8_11_1.html
PR: 202569
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=395102
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Sort USES
- Cosmetic change
Changes: https://www.sqlite.org/releaselog/3_8_11_1.html
PR: 202568
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=395101
|
|
|
|
|
|
|
|
| |
PR: ports/202475
Submitted by: Chris Petrik <chris@bsdjunk.com>
Notes:
svn path=/head/; revision=395096
|
|
|
|
| |
Notes:
svn path=/head/; revision=395057
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=395055
|