| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.
japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything. Just don't hide anything at all
like the textproc/scim configure script does.
multimedia/schroedinger: Apply an upstream patch.
textproc/scim-input-pad: Same as japanese/scim-honoka.
PR: 201922
Approved by: portmgr (antoine)
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
| |
===> Missing license file for LGPL21 in /wrkdirs/usr/ports/databases/p5-qdbm/work/qdbm-1.8.78/perl/COPYING
Even if that's fixed, it still don't build, likely because master/slave port desync
Approved by: portmgr blanket
Reported by: pkg-fallout
|
|
|
|
| |
Changes: https://github.com/brianmario/mysql2/releases
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
|
|
|
|
|
| |
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
|
|
|
|
| |
- Update WWW: line in pkg-descr
|
|
|
|
|
| |
PR: 201838
Submitted by: tkato432@yahoo.com
|
|
|
|
| |
optional PostGIS support.
|
|
|
|
|
|
|
| |
- Pet portlint
PR: 199418
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- most of the work was done by Alan Jude
- all errors are mine
- 64bit (may) have rough edges
- I validated
* that the 32bit part doesn't has deinstall regressions
* 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
later, when I dare to activate the 64bit linuxulator in the kernel)
- the infrastructure part looks mature enough to let more test-bunnies get
some experience with it
- to use it you shall have no linux ports installed and have to specify
(on your own risk) the following in make.conf before installing the ports:
OVERRIDE_LINUX_BASE_PORT=c6_64
OVERRIDE_LINUX_NONBASE_PORTS=c6_64
This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).
Differential Revision: https://reviews.freebsd.org/D174
Submitted by: alanjude
Sponsored by: Essen FreeBSD Hackathon 2015
Reviewed by: xmj, eadler (earlier versions)
Approved by: portmgr (implicit, I remember blanked approval for
linux parts loooong ago, punish me if you don't
agree anymore)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- In CegoQueryHelper::evalPredicate fixed termination for INSUB- and
NOTINB queries. There was no reset at the end of the evaluation, which
might lead to open table cursors. In case of procedure queries, this
might lead to locking problems.
Since the query is reset after evaluation, query caching is no more
useful. This must be treated in an advanced way.
- Further patches in CegoTableManager::deleteDataTable,
CegoFactor::evalReferences and CegoSelect::nextTuple for advanced
query cache handling. All patches have impact on queries of the form
DELETE FROM t1 WHERE a IN ( SELECT ....)
Submitted by: Björn Lemke <lemke@lemke-it.com>
|
|
|
|
| |
Committed from: Essen FreeBSD Hackathon
|
|
|
|
| |
Committed from: Essen FreeBSD Hackathon
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This is a routine bugfix update
Change Log: https://www.phpmyadmin.net/files/4.4.12/
|
|
|
|
| |
Spotted by: mat
|
| |
|
|
|
|
| |
Remove (server) from the description
|
| |
|
|
|
|
|
| |
Use OPTIONS_SUB to automatically PLIST_SUB
Use OPTIONS helpers
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.032/ChangeLog
- Added support for utf8mb4 by Daniël van Eeden and Eric Herman (Booking.com)
- Added patch for connection attributes in MySQL 5.6.6+, by Daniël van Eeden
and Eric Herman (Booking.com).
- Fixed test rt88006-bit-prepare on MyISAM storage
(Reported both in RT102657 and by Scimon on github)
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717
"Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de)
- Corrected name of INSTALL.pm in POD
David Farrell <davidnmfarrell AT gmail DOT com>
|
|
|
|
| |
2015-07-22 databases/p5-DBD-Pg32: Use databases/p5-DBD-Pg instead, compatability probles are fixed
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added performance patch in CegoFieldValue.
Values with a length up to STATICFIELDBUF size ( 100 bytes ) are handled
using a static byte array. This saves expensive memory allocation
calls in most cases. First very rough performances analysis has
shown a performance improvement of about 5-10 percent
- The local copy logic was shifted from CegoSelect::nextGroupedTuple
to CegoGroupSpace::insertTuple.
Submitted by: Björn Lemke <lemke@lemke-it.com>
|
| |
|
|
|
|
|
| |
This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix in CegoSelect::nextGroupedTuple.
For the 'grouping key' values, a local copy of CegoFieldValue has to be
created. Otherwise, grouping references might be invalidated, which result
in aborted grouping queries with strange error message ( No token
available ) on client side.
For local copy creation, the CegoFieldValue::getLocalCopy method has
been modified ( was not used until now ).
This effect was observed with small buffer poolsizes in
combination with grouping queries on large tables. The probability
of grouping key invalidation is higher in that case, because
buffer pool pages are reloaded more often.
Submitted by: Björn Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
|
| |
This resolves the BACKRONYM SSL stripping CVE
Security: CVE-2015-3152
Security: 36bd352d-299b-11e5-86ff-14dae9d210b8
|
|
|
|
|
|
|
| |
CVE-2015-3152 which will not get patched
Security: CVE-2015-3152
Security: 36bd352d-299b-11e5-86ff-14dae9d210b8
|
|
|
|
|
|
|
| |
CVE-2015-3152 which will not get patched
Security: CVE-2015-3152
Security: 36bd352d-299b-11e5-86ff-14dae9d210b8
|
|
|
|
|
|
|
| |
CVE-2015-3152 which will not get patched
Security: CVE-2015-3152
Security: 36bd352d-299b-11e5-86ff-14dae9d210b8
|
| |
|
|
|
|
|
|
|
| |
CVE-2015-3152 which will not get patched
Security: CVE-2015-3152
Security: 36bd352d-299b-11e5-86ff-14dae9d210b8
|
| |
|
|
|
|
|
|
|
| |
CVE-2015-3152 which will not get patched
Security: CVE-2015-3152
Security: 36bd352d-299b-11e5-86ff-14dae9d210b8
|
|
|
|
|
|
|
| |
CVE-2015-3152 which will not get patched
Security: CVE-2015-3152
Security: 36bd352d-299b-11e5-86ff-14dae9d210b8
|
|
|
|
|
|
| |
- Fix CFLAGS and LDFLAGS.
- Fix a possible library path confusion.
- Style clean-ups.
|
|
|
|
| |
2: switch to USE_GITHUB.
|
|
|
|
| |
Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
--[ Redis 3.0.3 ] Release date: 17 Jul 2015
Upgrade urgency: LOW for Redis and Sentinel.
* [FIX] Fix blocking operations timeout precision when HZ is at its default
value (not increased) and there are thousands of clients connected
at the same time. This bug affected Sidekiq users that experienced
a very long delay for BLPOP and similar commands to return for
timeout. Check commit b029ff1 for more info. (Salvatore Sanfilippo)
* [FIX] MIGRATE "creating socket: Invalid argument" error fix. Check
issues #2609 and #2612 for more info. (Salvatore Sanfilippo)
* [FIX] Be able to connect to the master even when the slave is bound to
just the loopback interface and has no valid public address in the
network the master is reacahble. (Salvatore Sanfilippo)
* [FIX] ZADD with options encoding promotion fixed. (linfangrong)
* [FIX] Reset aof_delayed_fsync on CONFIG RESETSTATS. (Tom Kiemes)
* [FIX] PFCOUNT key parsing in cluster fixed. (MOON_CLJ)
* [FIX] Fix Solaris compilation of Redis 3.0. (Jan-Erik Rediger)
* [NEW] Variadic EXISTS command. Now the command accepts multiple arguments
and returns the total count of existing keys.
</ChangeLog>
|
|
|
|
|
|
|
|
|
|
|
| |
levigo is a Go wrapper for LevelDB.
The API has been godoc'ed and is available on the web.
Questions answered at golang-nuts@googlegroups.com.
WWW: https://github.com/jmhodges/levigo
PR: 194986
Submitted by: cheffo@freebsd-bg.org
|
|
|
|
|
|
| |
- Strip shared library
Changes: http://search.cpan.org/dist/MongoDB/Changes
|
|
|
|
|
|
|
| |
- Submitter sent update for 4.1.1.887
PR: 201482
Submitted by: jjuanino@gmail.com (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Requested by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Fix whitespace
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
| |
upstream.
|
|
|
|
| |
in Ecto.
|
|
|
|
|
|
|
|
| |
Changes:
http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-relnotes-41-2372786.html
PR: 201217
Submitted by: mizhka@gmail.com (maintainer)
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/CDB_File/CHANGES
PR: 201481
Submitted by: Jon Nistor <nistor@snickers.org> (maintainer)
|
|
|
|
| |
Changes: https://github.com/rails/arel/blob/master/History.txt
|
|
|
|
|
| |
- Add NO_ARCH
- Use PLIST_FILES instead of PLIST
|
|
|
|
|
| |
Changes: http://initd.org/psycopg/articles/2015/06/16/psycopg-261-released/
http://initd.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/
|
|
|
|
|
|
|
|
|
|
|
| |
- Performance fix in CegoSelect::consolidateConjunctionList
Inappropriate predicates are filtered and added to stack first.
As a result, predicates are used for table join binding,
so that efficient tuple retrievel is ensured.
- The fix also avoids infinite query loops for non-reference conditions,
e.g. select a from t1 where 1 = 1;
Submitted by: Björn Lemke <lemke@lemke-it.com>
|
|
|
|
| |
Changes: https://github.com/rails/arel/blob/master/History.txt
|
|
|
|
|
| |
- Update comment
- Regenerate patch file with makepatch:
|
|
|
|
|
|
|
| |
- Add USES=iconv
PR: 201312
Submitted by: Bartoletti <coder@tuxfamily.org> (maintainer)
|
|
|
|
|
|
|
| |
- Add new options for postgis
PR: 201310
Submitted by: Bartoletti <coder@tuxfamily.org> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Updated description of port
- Added extra patches to change group
- Bump port revision
- Added gettext depend
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
|
|
|
|
|
| |
PR: 201341
Submitted by: marino
|
|
|
|
|
| |
Pointy hat to: vg
Sponsored by: Absolight
|
|
|
|
| |
Obtained from: misc/elixir-uuid
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
log files (mongod, mongos), visualize log files and quickly set up
complex MongoDB test environments on a local machine:
* mlogfilter * slices log files by time, merges log files, filters
slow queries, finds table scans, shortens log lines, filters by
other atributes, convert to JSON;
* mloginfo * returns info about log file, like start and end time,
version, binary, special sections like restarts, connections,
distinct view;
* mplotqueries * visualize logfiles with different types of plots;
* mlogvis * creates a self-contained html file that shows an interactive
visualization in a web browser (as an alternative to mplotqueries);
* mlaunch * a script to quickly spin up local test environments,
including replica sets and sharded systems;
* mgenerate * generates structured pseudo-random data based on a
template for testing and reproduction.
WWW: https://github.com/rueckstiess/mtools/
|
| |
|
|
|
|
|
|
| |
Also, on advice reduce the expiration period to two weeks.
Submitted by: mat
|
| |
|
|
|
|
|
|
| |
- The original motivation for this port was to work around
compatibility problems with p5-DBD-Pg, but those were fixed
upstream long ago.
|
| |
|
|
|
|
|
|
|
| |
- Set NO_ARCH
PR: 201122
Submitted by: hvo.pm@xs4all.nl
|
|
|
|
| |
- Added tarantool user and group
|
|
|
|
|
|
| |
unnecessary,
and sort depends where appropriate.
|
|
|
|
|
|
| |
A few mistakes in plists came up, so these ports get a PORTREVISION bump.
Some of the older ports are still left out.
|
|
|
|
| |
These do not require a PORTREVISION bump.
|
|
|
|
|
|
|
|
| |
- Upstream has switched away from SourceForge to their own content
delivery network
- Trim some extraneous whitespace
Change Log: https://www.phpmyadmin.net/files/4.4.11/
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- fix build on i386
- change the daemons default starting order (managers should start first)
|
| |
|
|
|
|
|
|
|
| |
For the third time, disable Werror on this port.
For this latest version, that wasn't the only problem with regard to
DragonFly -- the endian configuration code was wrong and required a
patch to fix.
|
| |
|
|
|
|
|
|
|
|
| |
- limit acceptable OpenJDK versions to 1.6 and 1.7
Change Log: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-36.html
PR: 201317
Submitted by: glewis
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Updates databases/mariadb55-client to 5.5.43
- Replace spaces with tabs
PR: 200098
Submitted by: brnrd
Approved by: maintainer timeout (2 months)
|
| |
|
|
|
|
| |
DateTimes with Ecto.
|
|
|
|
| |
adjust all Elixir ports.
|
| |
|
|
|
|
| |
Submitted by: cperciva
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
|
|
|
|
|
|
|
| |
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
|
|
|
|
| |
MySQL written in pure Elixir.
|
|
|
|
| |
written in pure Elixir.
|
| |
|
|
|
|
|
|
|
| |
- Sort RUN_DEPENDS
- Add NO_ARCH
Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
|
|
|
|
| |
Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
|
|
|
|
|
|
|
| |
Also fix a few bits of generic infrastructure along the way.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D2961
|
|
|
|
|
|
|
| |
This wasn't necessary
Pointyhat to: swills
Reported by: tijl, bapt
|
|
|
|
|
|
|
|
|
|
|
|
| |
The patch to Makefile.PL needed to also replace $Config{lib_ext} (which
defaults to ".a") with ".so" so that we link against the right thing. This
avoids the need to patch databases/libmemcached.
While here, also avoid hard coding the path to PREFIX and split out the
libstdc++ to libc++ patch, avoiding duplication.
Pointyhat to: swills
Reported by: tijl, bapt
|
|
|
|
| |
While here, patch out the bundled libmemcached and use the one from ports
|
|
|
|
|
|
| |
Fixes static lib build on 9.x
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports.
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
| |
- Use CONFLICTS_INSTALL instead of CONFLICTS
|
| |
|
| |
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
|
| |
|
|
|
|
| |
Changes: https://github.com/couchrest/couchrest/blob/master/history.txt
|
|
|
|
| |
- Do not abuse DEFAULT_VERSIONS
|
| |
|
|
|
|
|
|
|
| |
While here, re-generate existing patches
Also, add memcached_post_start to rc script [1]
Submitted by: Maximilian Boße <Maximilian.Bosse@trivago.com> (private email) [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
|
|
|
|
| |
- Add LICENSE_FILE
|
|
|
|
|
|
|
|
|
| |
An open-source, distributed, time series database with no external dependencies.
WWW: http://influxdb.com
PR: 198073
Submitted by: Stefan Lambrev <cheffo@freebsd-bg.org>
|
|
|
|
|
| |
- pkg-plist cleanup
- Remove DOCS from OPTIONS_DEFINE
|
| |
|
|
|
|
|
|
| |
perl < 5.22. For www/p5-Catalyst-Controller-BindLex, change it from a
BUILD/RUN depend to TEST, as it is only used for the test target, and bump
PORTREVISION on that port.
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
| |
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
|
| |
|
|
|
|
|
| |
Upstreamed at: https://github.com/datastax/cpp-driver/pull/179
- Explicitely add static library
|
|
|
|
| |
- Add NO_ARCH
|
| |
|
|
|
|
|
|
| |
work/leofs-1.2.10/deps/eleveldb/c_src/eleveldb.cc:244:17: error: no matching function for call to 'enif_get_ulong'
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/sqlrelay: 0.59 -> 0.60
- Both packages are updated together.
- Lots of changes in devel/rudiments, see ChangeLog
- Fixes in sqlrelay:
o fixed true->false transposition in sqlrservercontroller::interceptQuery
that could lead to a reLogIn loop
o applied George Carrette's patch to fix PDO connectstring options
o migrated directory/file paths info into sqlrpaths class
o removed undocumented and not-so-relevent-these-days
o MAX_CONNECTIONS/overridemaxconnections failsafe in sqlr-start
o fixed java header detection for javac located in /usr/bin
o updated java api to support non-null-tolerant implementations of
environment::NewStringUTF()
o the perl api builds correctly on OSR5 again
o the postgresql sslmode is omitted entirely from the connect string now,
if it's disabled, to prevent problems with older versions of
postgresql that don't support the parameter at all
o mono 2.8 or greater is required now
o added a datedelimiters attribute to the instance tag in sqlrelay.conf
to limit what date delimiters are used when translating dates
o re-added mssqlserver detection, which had been accidentally removed
o fixed statically-linked build
o fixed mysql lob field bug that could cause a crash
|
|
|
|
|
|
|
|
| |
Unbreak on head: instead of using headers from base libedit and
linking against readline, use libedit from ports
Note: this may need a bit more patching during next libedit port update
Reported by: pkg-fallout
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove unnecessary OPTIONS_DEFINE
- Fix portlint warnings
- Use actual home page in WWW tag
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Update version 6.1.5=>6.1.6
- Fix patch files to reflect 'make makepatch'
- Take MAINTAINERSHIP
|
|
|
|
|
|
|
| |
CassTcl provides a Tcl interface to the Cassandra database using DataStax
cpp-driver C/C++ API.
WWW: https://github.com/flightaware/casstcl
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
DataStax Cpp Driver is modern, feature-rich, and highly tunable C/C++
client library for Apache Cassandra (1.2+) and DataStax Enterprise
(3.1+) using exclusively Cassandra's native protocol and Cassandra
Query Language v3.
WWW: http://datastax.github.io/cpp-driver/
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
|
|
| |
This is a routine bugfix update
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.10/phpMyAdmin-4.4.10-notes.html/view
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/3-2-stable/activerecord/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/3-2-stable/activemodel/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/remiprev/her/commits/master
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
|
|
|
|
| |
- Strip library
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days)
|
|
|
|
|
|
|
| |
linking against readline, use libedit from ports
Note: this may need a bit more patching during next libedit port update
Reported by: pkg-fallout
|
|
|
|
|
|
| |
- php5 to 5.4.42
- php55 to 5.5.26
- php56 to 5.6.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Simplification in CegoBTreeManager and CegoBTreeNode.
Calculation of leaf node chain is now much simpler. This ensures
consistency and improves btree build up performance.
- Fix for btree page count and btree page release. Some of the btree
nodes have double references, which was not treated in the page count
and page release algorithm.
- Changed default primary and secondary values for tableset definition
command to the configured hostname. This simplifies the define command
in case of single node tableset configurations.
Submitted by: Björn Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
|
|
|
|
| |
Fix %%LOCALBASE substitution in patch-setup.cfg causing header detection to
fail with:
__main__.HeaderNotFoundException: cannot find proj_api.h, bailing out
Reported by: antoine, pkg-fallout
Differential Revision: https://reviews.freebsd.org/D2704
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/remiprev/her/commits/master
|
| |
|
|
|
|
|
| |
- Remove USE_RAKE
- Update WWW
|
|
|
|
|
|
| |
- Strip shared library
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Earlier update releases attempted to fix an issue in PostgreSQL 9.3 and 9.4
with "multixact wraparound", but failed to account for issues doing multixact
cleanup during crash recovery. This could cause servers to be unable to restart
after a crash. As such, all users of 9.3 and 9.4 should apply this update as
soon as possible.
URL: http://www.postgresql.org/about/news/1592/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Modernize in preparation for a pending setuptools update which
identified this port as failing during an exp-run [1].
- Use canonical CHEESESHOP master site
- Use autoplist & concurrent
- Remove pkg-plist accordingly
- Remove PYDISTUTILS_PKGNAME and WRKSRC overrides
- Stop package from adding empty directory to --record (and therefore
pkg-plist) output
While I'm here:
- Add LICENSE and LICENSE_FILE
- Strip shared library
- Re-patch patches according to makepatch
- Remove spurious whitespace
[1] https://reviews.freebsd.org/D2704
Approved by: python, portmgr (exp-run)
|
| |
|
|
|
|
|
|
|
|
| |
upstream to github.
PR: 200537
Approved by: maintainer
MFH: 2015Q2 (test)
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2710
|
| |
|
|
|
|
|
|
| |
2015-05-10 databases/postgresql84-server: "EOL was reached in July 2014"
The problem in the PR associated with this port did not show up anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3
2015-06-02 editors/scribes: Broken since update to gnome3
2015-06-09 games/gweled: Broken since update to gnome3
2015-06-02 games/py-pychess: Broken since update to gnome3
2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork
2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux
2015-06-02 multimedia/arista: Broken since update to gnome3
2015-06-02 net/service-discovery-applet: Broken since update to gnome3
2015-06-05 net/shaperprobe: broken with no known fix (PR 197327)
2015-06-02 print/gnome-specimen: Broken since update to gnome3
2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared
2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
|
| |
|
|
|
|
|
| |
PR: 200747
Submitted by: crest@sahiro.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cego: 2.23.6 -> 2.23.7
lfcbase: Fix in Chain::visibleLength.
Calculation may result in an infiite loop, if mbtowc returns zero.
cego:
- Fix in CegoFieldValue for VARCHAR comparison. In case of exceeded
string length for index values, the CegoFieldValue did not work
correctly.
- Fix in CegoClient for dump mode. BTrees habe not been dumped with
the correct type ( primary, unique, normal )
Submitted by: Björn Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Simplify docs/examples installation
MFH: 2015Q2 (blanket)
|
|
|
|
|
|
|
| |
- Fix shebangs
- Add NO_ARCH
MFH: 2015Q2 (blanket)
|
| |
|
|
|
|
| |
- Remove PORTSCOUT variable as new version has superseeded
|
|
|
|
|
| |
PR: 200670
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_10_2.html
PR: 200669
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
| |
|
|
|
|
| |
- Use OPTIONS helpers
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
| |
Her is an ORM (Object Relational Mapper) that maps REST
resources to Ruby objects.
WWW: http://www.her-rb.org/
Differential Revision: https://reviews.freebsd.org/D2751
Approved by: mat (mentor)
|
|
|
|
|
|
|
| |
- Add missing perl5 to USES, Percona Server needs perl [1]
PR: 199402 [1]
Reported by: Claus Conrad <lists@clausconrad.com>
|
| |
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/collectiveidea/awesome_nested_set/blob/master/CHANGELOG
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
|
|
|
|
|
|
|
| |
- Move plist to Makefile variables
PR: 200297
Submitted by: tkato432 at yahoo.com
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MongoDB/Changes
|
|
|
|
|
|
|
| |
- Use := for RUN_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix in CegoSelect::buildJoinTables.
After growStep match, growStep is now reset to 1.
This avoids to add tables to the joinlist, which are still not
treated for any appropriate join condition. As an effect of this
bug, execution plan is not evaluated in an optimal manner, which
might lead to long execution times
- Fix in CegoTableManager::insertDataTable, in case of constraint
violation, btrees have not been cleaned up. This may result in
inconsistent btree objects.
- Added a fix in CegoTableManager::updateTuple.
The core operation consists of a deleteDataTable and a
insertDataTable method call. For the insertDataTable method call,
the logging still was enabled. So in addition to an update
operation, also an insert operation was done. In case of recovery
operations, this lead to duplicate entries. Fix:
just change isLogging parameter value for insertDataTable method
from true to false.
Submitted by: Björn Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Mango/Changes
|
|
|
|
|
|
| |
building cluster
- Cleanup Makefile: something forgot to removed before committing r388095
|
|
|
|
|
|
|
| |
The update is mostly to fix the file persmission problem described
in the URL below. You might want to wait until next upgrade, depending
on you local configuration.
URL: http://www.postgresql.org/about/news/1590/
|
|
|
|
|
|
|
|
| |
- Fix fetch
PR: 199778
Submitted by: timp87@gmail.com
Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 1 month)
|
|
|
|
|
|
|
|
| |
/usr/local/include/c++/v1/utility:254:9: error: 'std::__1::pair<_T1, _T2>::second' has incomplete type
../../library/grt/src/grtpp_value.h:96:9: error: forward declaration of 'class grt::ValueRef'
../../library/grt/src/grtpp.h:1643:38: error: 'const struct std::__1::pair<const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, grt::ValueRef>' has no member named 'second'
|
|
|
|
|
|
|
|
| |
/usr/include/c++/v1/utility:254:9: error: field has incomplete type 'grt::ValueRef'
../../library/grt/src/grtpp.h:724:32: error: field of type 'IterType' (aka '__wrap_iter<const_pointer>') has private constructor
/usr/include/c++/v1/map:969:50: error: no viable conversion from 'const_iterator' (aka '__tree_const_iterator<value_type, __node_pointer, difference_type>') to 'const_iterator' (aka '__map_const_iterator<typename __base::const_iterator>')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
--[ Redis 3.0.2 ] Release date: 4 Jun 2015
Upgrade urgency: HIGH for Redis because of a security issue.
LOW for Sentinel.
* [FIX] Critical security issue fix by Ben Murphy: http://t.co/LpGTyZmfS7
* [FIX] SMOVE reply fixed when src and dst keys are the same. (Glenn Nethercutt)
* [FIX] Lua cmsgpack lib updated to support str8 type. (Sebastian Waisbrot)
* [NEW] ZADD support for options: NX, XX, CH. See new doc at redis.io.
(Salvatore Sanfilippo)
* [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported.
(Salvatore Sanfilippo)
</ChangeLog>
|
|
|
|
|
|
| |
This is a routine bugfix update
Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.9/phpMyAdmin-4.4.9-notes.html/view
|
|
|
|
|
|
|
|
| |
Release-Notes:
http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-relnotes-41-2372786.html
PR: 200054
Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer)
|
|
|
|
| |
- Add LICENSE
|
|
|
|
| |
- Strip library
|
|
|
|
| |
- Strip library
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 200573
Submitted by: tobias.kortkamp@gmail.com
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extended features are:
- save migration history
- rollback to previous version
- specify version
- specify SQL (sometimes SQL::Translator's output is wrong)
- check differences from versioned SQL and real database
WWW: http://search.cpan.org/dist/GitDDL-Migrator/
|