1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

12657 Commits

Author SHA1 Message Date
Matthew Seaman
a9e7adf684 Update to 5.1.31
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-31.html
2014-06-07 17:53:25 +00:00
Raphael Kubo da Costa
34117c378a Add explicit dependency on qt4-gui.
For some reason, PyQt's configure.py adds a dependency on QtGui when
figuring out if QtSql is installed. When the API option is on, this
dependency is always installed indirectly, but things fail if it is turned
off. From configure's build log:

  Checking to see if the QtSql module should be built...
  c++ -DQT_NO_DEBUG -DQT_SQL_LIB -I. -I/usr/local/share/qt4/mkspecs/default
  -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtGui
  -I/usr/local/include/qt4 -I/usr/local/include -O2 -pipe
  -fno-strict-aliasing -O2 -w -pthread -D_THREAD_SAFE cfgtest_QtSql.cpp -o
  cfgtest_QtSql -L/usr/local/lib/qt4 -L/usr/local/lib -Wl,-O1
  -Wl,-rpath,/usr/local/lib/qt4 -lQtSql -L/usr/local/lib/qt4
  -L/usr/local/lib/qt4 -L/usr/local/lib -lQtCore -L/usr/local/lib/qt4
  -L/usr/local/lib/qt4 -L/usr/local/lib -lQtGui -lXext -lX11 -lm
  /usr/bin/ld: cannot find -lQtGui
  c++: error: linker command failed with exit code 1 (use -v to see invocation)

PR:		183706
MFH:		2014Q2
2014-06-07 09:38:11 +00:00
Vanilla I. Shu
13dc059f0c Stagify. 2014-06-07 02:33:32 +00:00
Vanilla I. Shu
5a0f78596e Stagify. 2014-06-07 02:31:20 +00:00
Vanilla I. Shu
934581d56c Stagify. 2014-06-07 02:28:02 +00:00
Vanilla I. Shu
329ebde5f7 Stagify. 2014-06-07 02:21:27 +00:00
Vanilla I. Shu
62dd952df8 Stagify. 2014-06-07 02:19:21 +00:00
Vanilla I. Shu
facc0fd82d Stagify. 2014-06-07 02:11:20 +00:00
Matthias Andree
db4e6b5f81 Fix stage-qa warnings
Remove trailing blank from MASTER_SITES
Tabs to spaces in pkg-descr WWW: tag
Rename patch to avoid special characters.
Add LICENSE_FILE, USES=libtool:keepla
Patch libtool install runs to use ${INSTALL} instead of cp -p
Bump PORTREVISION (adding .so.0.0.0 files).

PR:		189491
Submitted by:	takefu@airport.fm
Approved by:	gslin@gslin.org (implicit)
2014-06-06 18:56:28 +00:00
Antoine Brodin
ec9733a0e9 - Reset maintainer
- Deprecate

PR:		ports/190717
Submitted by:	maintainer
With hat:	portmgr
2014-06-06 15:59:38 +00:00
Dmitry Marakasov
236cdad487 - Fix plist files referencing stagedir by adding USE_PERL+=fixpacklist
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-06 10:11:58 +00:00
Martin Wilke
1062c867ed - Update to 1.2.16
PR:		188248
2014-06-05 09:17:12 +00:00
Martin Wilke
060148b0d7 - Drop devel/pear dependencies.
PR:		187657
2014-06-05 08:07:21 +00:00
Martin Wilke
59975d569b This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.

It is a fork of alfonsojimenez's phpredis, adding many methods and
fixing a lot of issues.

WWW: https://github.com/nicolasff/phpredis

PR:		ports/189414
Submitted by:	Arjan Koole <arjan@blackoak.net>
2014-06-04 11:49:48 +00:00
Baptiste Daroussin
69f1ad517f Fix dependency after switch to USES=pgsql 2014-06-04 09:23:09 +00:00
Baptiste Daroussin
8d148b99b3 Convert to USES=pgsql 2014-06-04 09:18:44 +00:00
Martin Wilke
5a9a08cc86 SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO
19107:2013 and OGC Simple Features Access 1.2 for 3D operations.

SFCGAL provides standard compliant geometry types and operations, that can be
accessed from its C or C++ APIs. PostGIS uses the C API, to expose some
SFCGAL's functions in spatial databases

WWW: http://www.sfcgal.org/

PR:		ports/188927
Submitted by:	Loïc BARTOLETTI <coder@tuxfamily.org>
2014-06-04 08:49:57 +00:00
Martin Wilke
ac6a82dc0b - Add SFCGAL option (ports/188927)
- Add Licenses
- Add stage
- Fix iconv (ports/186563)

PR:		189540
Submitted by:	maintainer
2014-06-04 08:11:09 +00:00
Sunpoet Po-Chuan Hsieh
9026405a6d - Update LICENSE
Approved by:	portmgr (blanket)
2014-06-03 17:20:45 +00:00
Vanilla I. Shu
28775aff66 Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared library version.
PR:		ports/190409
Submitted by:	ports at robakdesign.com
Approved by:	portmgr@ (for NO_STAGE)
2014-06-03 14:34:06 +00:00
Alex Dupre
baa2f5cff4 Update to 5.6.19 release. 2014-06-03 12:53:54 +00:00
Alex Dupre
d48bb98dd8 Update to 5.5.38 release. 2014-06-03 12:33:57 +00:00
Barbara Guida
1c9f97117a - Update to 11.2.0.4 (using JDK 1.6 jar)
- Add STAGE support
2014-06-02 14:15:10 +00:00
John Marino
5b1df3895a libgda[45]-jdbc: Set to build only with openjdk6
Due to a change in the default system ld.library.path, these ports
fail to build due to not being able to find libjvm.so.  Verified by
Redports, only openJDK6 can build these ports currently.

Approved by:	gnome (kwm)
2014-06-02 12:41:44 +00:00
Martin Wilke
afcacdf122 - Update to 5.5.37
PR:		189887
Submitted by:	maintainer
2014-06-02 12:28:58 +00:00
Sergey A. Osokin
c4bf2a232e Upgrade from 3.0.0-beta2 to 3.0.0-beta5.
Fix lua/luajit-specific extra patches.
Stagefy.

<ChangeLog>

--[ Redis 3.0.0 Beta 5 (version 2.9.54) ] Release date: 26 may 2014

This is the 5th beta of Redis 3.0.0. It does not include any real
worthwhile change (just three days passed since the previous beta), but
fixes two stupid bugs preventing cluster tests to pass.

--[ Redis 3.0.0 Beta 4 (version 2.9.53) ] Release date: 23 may 2014

This is the fourth beta of Redis 3.0.0.

>> General changes

* [NEW] Scripting engine performances improvements.
* [NEW] Log format slightly changed to report current node role.

* [FIX] Correct the HyperLogLog stale cache flag to prevent unnecessary
        computation.

>> Cluster changes

* [NEW] redis-trib: ability to import data from standalone Redis instances.
* [NEW] redis-trib: "fix" subcommand much better at fixing errors.
* [NEW] CLUSTER FAILOVER FORCE implemented.
* [NEW] CLUSTER RESET implemented, it is now possible to completely reset
        nodes and create a new cluster without restarting anything.
* [NEW] Slave validity factor (max estimated data age to still failover)
        is now under the control of the user, and can be configured via
        redis.conf or CONFIG SET. Option name cluster-slave-validity-factor.
* [NEW] Cluster test: failure detection and failover initial tests.
* [NEW] CLUSTER MEET: better error messages when address is invalid.
* [NEW] Bulk-accept new Cluster nodes in the Cluster bus instead of
        performing just a single accept() per event fired.

* [FIX] Bypass data_age check for manual failovers.
* [FIX] Fixed data_age computation / check integer overflow.
* [FIX] Various fixes to Tcl client.tcl Redis Cluster client used in tests.
* [FIX] Better handling of stolen slots.
* [FIX] Don't accept cluster bus connections during startup.

>> Sentinel changes

* [NEW] Generate +config-update-from event when a new config is received.
* [NEW] Log when a failover will be re-attempted again.

* [FIX] Sentinel: Add "dir /tmp" directive in example sentinel.conf.

--[ Redis 3.0.0 Beta 3 (version 2.9.52) ] Release date: 5 may 2014

This is the third beta of Redis 3.0.0.

>> General changes

* [NEW] New data structure: the HyperLogLog (see 2.8 release notes).
* [NEW] Lexicograhical range queries in sorted sets (see 2.8 release notes).
* [NEW] LRU algorithm precision greatly improved.

* [FIX] Redis is now much more responsive to reply with LOADING / BUSY errors.

>> Cluster changes

* [NEW] Cluster testing framework and initial tests.
* [NEW] Cluster epochs collision resolution (make Redis Cluster more resilient
        to admin and programming errors).
* [NEW] Persist / fsync some global state to ensure correct crash-recovery
        semantics.
* [NEW] New command introduced: CLUSTER SET-CONFIG-EPOCH, still not used
        by redis-trib. Will be used to speedup the assignment of unique
        epochs to different nodes at cluster creation time. For now this is
        handled as a side effect of the cluster epochs collision resolution.

* [FIX] Different fixes to redis-trib cluster creation.
* [FIX] Fix an error in the CLUSTER NODES output for nodes slots.

>> Sentinel changes

* [NEW] Sentinels are now able to send update messages in a peer-to-peer
        fashion even if no Redis instances are available. Now the Sentinel
        liveness property that the most updated configuration in a given
        partition is propagated to all the Sentinels is extended to partitions
        without reachable instances.
* [NEW] Sentinel safety properties are now ensured in a crash-recovery system
        model since some state is persisted on disk before replying to other
        nodes, and reloaded at startup.
* [NEW] Sentinel now uses CLIENT SETNAME so that it is easy to identify
        Sentinels using CLIENT LIST among other clients.
* [NEW] Sentinel failure detection and reconnection code improved.

</ChangeLog>
2014-06-02 01:42:11 +00:00
William Grzybowski
19aeafab96 databases/py-sqlobject: update to 1.6.0 and add license
PR:		ports/190421
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-06-01 23:04:51 +00:00
William Grzybowski
1873d38a77 databases/pymongo: update to 2.7.1
PR:		ports/190424
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-06-01 23:03:29 +00:00
Alex Kozlov
fe7fc772a5 - Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (antoine)
2014-05-31 16:37:58 +00:00
Alexey Degtyarev
e64bb3f555 Update to latest version - 2.8.
Approved by:	wg (mentor)
2014-05-31 08:32:05 +00:00
Marcus von Appen
9f90cca55f Peewee is a MIT licensed object relational mapper for Python. It allows access
of relational databases (MySQL / MariaDB, PostgreSQL, SQLite3) in a pretty
object oriented way. There is usually no need to write SQL.

PR:		ports/185470
Submitted by:	Matthias Petermann <matthias@petermann-it.de>
2014-05-31 08:31:00 +00:00
Sunpoet Po-Chuan Hsieh
76e1fca2e4 - Fix dependency: this port requires libpgcommon.a from postgresqlXX-server
- Bump PORTREVISION for dependency change

PR:		ports/189773
Submitted by:	marck
Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-05-30 05:31:16 +00:00
Mathieu Arnold
188cc9c140 - Fix build
- Fix plist with pgsql > 9.0
- Update to 1.1.10 to fix with pgsql >= 9.3

Sponsored by:	Absolight
2014-05-29 20:21:45 +00:00
Mathieu Arnold
55e4a46b72 Fix for postgresql > 9.0.
Sponsored by:	Absolight
2014-05-29 19:29:18 +00:00
Antoine Brodin
0416a2e70a Chase USES=pgsql in pgtcl slaves 2014-05-29 08:12:51 +00:00
Philippe Audeoud
0b744e3744 - Update to 1.113
- Add license
2014-05-28 14:11:03 +00:00
Baptiste Daroussin
6122aafaef Convert to USES=pgsql 2014-05-28 11:47:09 +00:00
Baptiste Daroussin
fa9f53cd1e Fix dependency 2014-05-28 11:43:59 +00:00
Baptiste Daroussin
103a2dc4dc Convert to USES=pgsql 2014-05-28 11:39:54 +00:00
Baptiste Daroussin
ef2e907e0a Convert to USES=pgsql 2014-05-28 11:38:54 +00:00
Baptiste Daroussin
fbdc4c068c Convert to USES=pgsql 2014-05-28 11:37:01 +00:00
Baptiste Daroussin
59913d7d7e Convert to USES=pgsql 2014-05-28 11:36:01 +00:00
Baptiste Daroussin
c621da4237 Convert to USES=pgsql 2014-05-28 11:35:34 +00:00
Baptiste Daroussin
c0e1e101f7 Convert to USES=pgsql 2014-05-28 11:34:51 +00:00
Baptiste Daroussin
ff3163c6a9 Convert to USES=pgsql 2014-05-28 11:30:26 +00:00
Dag-Erling Smørgrav
c1b4c17b3b Upgrade to 0.07040 and take over maintainership.
Approved by:	perl (bapt)
2014-05-27 23:04:12 +00:00
Matthias Andree
a3540da380 Update to new upstream release 6.0.30.
ChangeLog: <http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html>

Note that databases using BLOB support require an upgrade,
adding a corresponding note to UPDATING.
2014-05-27 15:40:43 +00:00
Baptiste Daroussin
019aefdf9e Revert previous commit, it was not supposed touch this port yet
With hat:	portmgr
2014-05-27 11:44:04 +00:00
Baptiste Daroussin
00e545d283 Convert to USES=pgsql 2014-05-27 10:43:49 +00:00
Baptiste Daroussin
88a143795b Convert to USES=pgsql
With hat:	portmgr
2014-05-27 10:42:11 +00:00