Commit graph

12889 commits

Author SHA1 Message Date
Kubilay Kocak
5151244eaf databases/py-mysql-connector-python: MySQL driver written in Python
MySQL driver written in Python which does not depend on MySQL C client
libraries and implements the DB API v2.0 specification (PEP-249).

WWW: http://dev.mysql.com/doc/connector-python/en

PR:		191722
Submitted by:	<arcade at b1t dot name> (with changes)
2014-07-26 12:04:07 +00:00
Kubilay Kocak
cbdcc728bc databases/py-Pyrseas: Unbreak
- Remove BROKEN (switch GH_ACCOUNT)

While I'm here:

- Add LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- pkg-descr: Strip trailing slash from WWW: URL

PR:		191890
Submitted by:	<arcade at b1t dot name> (maintainer)
2014-07-26 10:44:37 +00:00
Mikolaj Golub
91c87afc8a Fix "Could not get redundancy" errors after the storage node restart, by
making the manager automatically send redundancy configuration to
storage node after restart.
2014-07-26 08:20:50 +00:00
Kurt Jaeger
13d455512d databases/p5-DBD-ODBC: 1.45_1 -> 1.50
http://cpansearch.perl.org/src/MJEVANS/DBD-ODBC-1.50/Changes

- This release removes the odbc_old_unicode attribute
2014-07-25 13:13:15 +00:00
Sunpoet Po-Chuan Hsieh
9d77e1f171 - Add py-geoalchemy2 0.2.4
GeoAlchemy 2 provides extensions to SQLAlchemy for working with spatial
databases. GeoAlchemy 2 focuses on PostGIS. PostGIS 1.5 and PostGIS 2 are
supported. GeoAlchemy 2 aims to be simpler than its predecessor, GeoAlchemy.
Simpler to use, and simpler to maintain.

Git repository: https://github.com/geoalchemy/geoalchemy2

WWW: https://pypi.python.org/pypi/GeoAlchemy2
2014-07-25 07:43:01 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Raphael Kubo da Costa
04ad7b5445 Unbreak Qt4 ports that do not extract src/corelib after r362770.
The easiest solution is to just make them extract it (it's not a big
directory anyway). This can be reverted once 4.8.7 is released.
2014-07-24 17:35:09 +00:00
Baptiste Daroussin
b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00
Dmitry Sivachenko
9607bf2d81 Pass to Michelle Sullivan <michelle@sorbs.net> 2014-07-24 09:51:12 +00:00
Mathieu Arnold
3fca49e807 Update to 5.1.1.
Sponsored by:	Absolight
2014-07-24 09:30:10 +00:00
Dmitry Sivachenko
5c26273ace Add a patch from upstream (1.65_1) to speedup some PostgreSQL queries.
(I applied version from upstream)

PR:		191734
Submitted by:	Michelle Sullivan <michelle@sorbs.net>
2014-07-24 06:01:58 +00:00
Guido Falsi
f4c7894056 Stagify.
PR:		191701, 191702
Submitted by:	Dan Lukes <dan@obluda.cz>
2014-07-23 22:36:23 +00:00
Niclas Zeising
3b22ad40b1 Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies.  [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.

PR:		192024 [1] (based on)
Submitted by:	asomers
Approved by:	portmgr (blanket, portrevision bumps)
2014-07-23 20:11:10 +00:00
Steve Wills
a33aee8d0d databases/memcached: remove test depends for now 2014-07-23 19:56:53 +00:00
Raphael Kubo da Costa
c3f9087c48 Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.

- QScintilla ports:
  * Drop the API option from py-qt4-qscintilla2. It had been broken ever
    since staging support was added, and its existence does not make much
    sense: QScintilla is a hard dependency regardless of the state of this
    option anyway, they all come from the same tarball and the configuration
    script assumes the .api file will always be installed.

- PyQt ports:
  * The configure.py patch shared by all PyQt ports has been trimmed down to
    the minimum. Changes for Qt3 compatibility or for things that are just
    not needed anymore have been removed.

  * Several post-configure targets in the PyQt ports have been removed, as
    they had no effect on the way the ports were built whatsoever.

  * In some cases, instead of calling Python's py_compile.py on `ls *.py
    */*.py */*/*.py` to generate .pyc and .pyo files, we just call
    compileall.py, which is made for this kind of task.

  * The patch + sed hack to build py-qt4-dbussupport has been replaced by
    only extracting the dbus/ directory for that port and excluding it from
    all others.

  * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
    non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
    portion of all PyQt Makefiles were very similar and contained a lot of
    boilerplate code that can be shared among all of them since they all
    come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
    that, when set, automatically sets several common variables and the
    do-configure target for a port. This allows us to considerably reduce
    the size of all the py-qt4-* Makefiles.

  * To make the above possible and also to allow us to use as many OPTIONS
    helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
    That's what it was used for anyway.

PR:		191990
2014-07-23 19:53:11 +00:00
Adam Weinberger
670f06c522 Remove quotes that surrounded entire _DESC strings.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-23 17:12:13 +00:00
Jimmy Olgeni
bf0272f8b8 Upgrade to version 2.0.0.
- Set LICENSE to BSD3CLAUSE
- Clean up pkg-plist
2014-07-23 14:12:35 +00:00
Adam Weinberger
2ac8e45b30 Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
Sunpoet Po-Chuan Hsieh
0c093fec94 - Update to 2.12
Changes:	http://search.cpan.org/dist/DBIx-Admin-TableInfo/Changes
2014-07-23 13:15:15 +00:00
Tijl Coosemans
c958a48581 Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed.  This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries.  For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries.  Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.

With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.

This partially reverts r358784.

PR:		191611
Approved by:	portmgr (bapt)
2014-07-23 10:28:03 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Bartek Rutkowski
556d9fdb70 databases/riak: update 1.4.9 -> 1.4.10
PR:		192007
Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>
Approved by:	swills (mentor)
2014-07-23 08:04:20 +00:00
Kurt Jaeger
316e3dbeed databases/cassandra: 1.2.17 -> 1.2.18
- Support Thrift tables clustering columns on CqlPagingInputFormat
  (CASSANDRA-7445)
- Fix compilation with java 6 broke by CASSANDRA-7147

PR:		191870
Submitted by:	hsn@sendmail.cz (maintainer)
2014-07-23 05:15:35 +00:00
Dmitry Marakasov
85fd1d0b48 - Switch to USES=libtool, drop .la files
- Fix whitespace

Approved by:	portmgr blanket
2014-07-22 22:22:28 +00:00
Rene Ladan
4a3251e307 Do not leak STAGEDIR into USE_LDCONFIG, bump PORTREVISION
Noticed by:	antoine
2014-07-22 21:15:34 +00:00
Rene Ladan
f43888a5b2 - Stage support
- Enable usage on amd64
- Clean up Makefile (especially IGNORE message)

PR:		191993
Submitted by:	papowell@astart.com
2014-07-22 21:09:51 +00:00
Rene Ladan
05a6fdb5c3 - Stage support
- Enable usage on amd64
- Clean up Makefile (especially the IGNORE message)

PR:		191993
Submitted by:	papowell@astart.com
2014-07-22 20:51:49 +00:00
Steve Wills
2c723a0bdc databases/memcached: fix build when xml2rfc is installed
The docs for require xml2rfc and aren't built in the case where it's not
installed. However when they are installed, they fail due to make issues. This
patches the doc Makefile to avoid the gmake specific extensions as well as
ensuring that network access is not needed to build the docs. It also ensure
that xml2rfc is always there in the case where the DOCS option is enabled so
that the docs are always built the same.

While here, I decided to include some of the cleanup from the PR including the
LICENSE change ane enabling the SASL and DOCS options by default since they
don't add much in the way of dependencies. Also switched to static plist.

PR:		192009
Reported by:	jaap@NLnetLabs.nl
2014-07-22 19:30:31 +00:00
Guido Falsi
93d4bedf25 Fix build when only sqlite2 support is enabled by removing an
unwanted change which slipped in.
2014-07-22 17:59:28 +00:00
Guido Falsi
c5b85a2287 - Update to 0.998
- Add USES=libtool and drop .la files
- Strip binaries
2014-07-22 17:51:19 +00:00
Antoine Brodin
c3e6f87e35 Deprecate some ports BROKEN for more than 6 months
With hat:	portmgr
2014-07-22 17:45:13 +00:00
Sunpoet Po-Chuan Hsieh
da0c14ecd3 - Add rocksdb 3.2
RocksDB is an embeddable persistent key-value store for fast storage. RocksDB
can also be the foundation for a client-server database but our current focus is
on embedded workloads.

RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores,
to efficiently use fast storage, to support IO-bound, in-memory and write-once
workloads, and to be flexible to allow for innovation.

GitHub repository at https://github.com/facebook/rocksdb

WWW: http://rocksdb.org/
2014-07-22 17:42:24 +00:00
Hajimu UMEMOTO
092852e212 Make it buildable with Ruby 2.1.
PR:		187652
Submitted by:	Yasuhiro KIMURA <yasu__at__utahime.org>
Approved by:	knu (maintainer timeout)
2014-07-22 15:02:19 +00:00
Thierry Thomas
d2dfbc7f64 - Stagify
- Fix pcre
- Mark BROKEN with clang
- Add license.
2014-07-21 21:19:04 +00:00
Jimmy Olgeni
09fa178f79 Upgrade to version 1.6.0, which supports Erlang 17.
- Add LICENSE.
- Take over maintainership.

Approved by:	maintainer
2014-07-21 20:04:33 +00:00
Mathieu Arnold
eca9032f4c Update to 5.1.0.
Sponsored by:	Absolight
2014-07-21 17:45:21 +00:00
Adam Weinberger
f1c41f7305 Add USES=readline to fix configure. 2014-07-21 17:15:14 +00:00
John Marino
688b2e029a databases/galera: change USE_PYTHON to USE_PYTHON_BUILD
Also adjust RUN_DEPENDS and BUILD_DEPENDS and fix LD_LIBRARY_PATH

PR:		190364
Submitted by:	maintainer (Horia Racoviceanu)
2014-07-20 20:42:23 +00:00
Yen-Ming Lee
9470e891e0 - add USES=readline to unbreak it on 11.0-CURRENT 2014-07-20 15:53:49 +00:00
Frederic Culot
442534a4d4 - Update to 5.0.15
- Add LICENSE (GPL 3)

Changes:	http://sourceforge.net/projects/dbh/files/dbh/
2014-07-20 08:15:15 +00:00
John Marino
b3510459f7 databases/gnatsweb4: Unbreak after stage attempt (plist)
The main problem was that gnatsweb-site.pl was getting installed twice,
but there may have been other issues (e.g. missing %B in @exec).

In the process, merge mkdir commands into one, and used the .sample
scheme although @sample keyword can't be used here.

This passes redports now.
2014-07-19 23:55:19 +00:00
Tijl Coosemans
a14d5f8d2d Remove libtool .la files from all Qt ports
Approvedy by:	kde (makc)
2014-07-19 11:09:00 +00:00
Grzegorz Blach
2f59260919 - Update to 20140714 2014-07-18 20:52:44 +00:00
Ryan Steinmetz
3c877c9c38 New port: databases/p5-DBIx-Class-BitField:
This module is useful if you manage data which has a lot of on/off attributes
like active, inactive, deleted, important, etc. If you do not want to add an
extra column for each of those attributes you can easily specify them in one
integer column.

A bit field is a way to store multiple bit values on one integer field.

The main benefit from this module is that you can add additional attributes
to your result class whithout the need to deploy or change the schema on the
data base.

WWW: http://search.cpan.org/dist/DBIx-Class-BitField/
2014-07-18 17:54:31 +00:00
Jun Kuriyama
a015e864e3 CGI::Session::Driver::memcache is a storage driver (only referred as
'driver' in CGI::Session lingo) for persisting CGI Sessions into a
fast memcached server.

WWW: http://search.cpan.org/dist/CGI-Session-Driver-memcached/
2014-07-18 15:19:10 +00:00
Sunpoet Po-Chuan Hsieh
5425357367 - Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change
2014-07-18 13:07:23 +00:00
Matthew Seaman
0ffae394ed Security update to 4.2.6.
Security advisories will eventually be published at
http://www.phpmyadmin.net/home_page/security/

MFH:		2014Q3
Security:	3f09ca29-0e48-11e4-b17a-6805ca0b3d42
2014-07-18 07:05:37 +00:00
Baptiste Daroussin
5e34f29bc8 Fix build without shared readline in base 2014-07-16 21:51:43 +00:00
Thomas Zander
7ed1ce76d5 Transfer maintainership from Piotr Rybicki <piotr.rybicki@innervision.pl>
to  Keith Gaughan <k@stereochro.me>.
This has previously been proposed in bug 191045. Now, Piotr has given his
to transfer maintainership via personal e-mail to me and Keith.
2014-07-16 18:02:39 +00:00
Baptiste Daroussin
51a8fd3777 Fix non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 07:59:58 +00:00