Commit graph

12697 commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
997aa1f3f1 - Mark DEPRECATED. Firebird 2.0 has been discontinued. Use firebird21 or
firebird25 instead
2014-03-24 00:17:30 +00:00
Sergey A. Osokin
90a82a8785 Upgrade from 3.0.0-beta1 to 3.0.0-beta2.
Rewrite entries for pkg-plist.

<ChangeLog>

>> General

* [FIX] Sometimes the absolute config file path was obtained in a wrong way.
        This happened when there was a "dir" directive inside the config file
        and at the same time the configuration file was given as a relative
        path to redis-server or redis-sentinel executables.
* [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are
        called during an interactive session.
* [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other
        archs not capable of dealing with unaligned accesses. This also makes
        the code faster in archs where unaligned accesses are allowed.
* [FIX] Force INFO used_memory_peak to match peak memory. This generated some
        confusion among users even if it was not an actual bug.
* [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not
        propagate to AOF / Slaves correctly under certain conditions.
        See issue #1549 at Github for more information.
* [FIX] Fixed multiple bugs resulting into closing the link with master or slave
        during replication without good reasons. This will result in useless
        resynchronizations, or infinite loops where the replication link can't
        be established.
* [FIX] Don't count the time needed to populate the buffers of clients waiting
        in MONITOR mode when populating the Slow Log entries.

* [NEW] Redis-cli updated to use SCAN instead of random sampling via
        RANDOMKEY in order to implement --bigkeys feature. Moreover the
        implementation now supports pipelining and reports more information
        at the end of the scan. Much faster, much better. A special thank
        you to Michael Grunder for this improvement.
* [NEW] redis-cli now supports a new --intrinsic-latency mode that is able
        to meter the latency of a system due to kernel / hypervisor.
        How to use it is explained at http://redis.io/topics/latency.
* [NEW] New command BITPOS: find first bit set or clear in a bitmap.
* [NEW] CONFIG REWRITE calls are now logged.
* [NEW] AOF write errors (like no space on device) no longer abort Redis if the
        fsync policy is none or every second. The database enters a read-only
        mode where every write is refused with an error. Normal operations are
        restored as soon as Redis is able to append again data to the AOF file.
* [NEW] Sentinel now accepts SHUTDOWN command.

>> Cluster

* [FIX] Bind the first interface listed in the "bind" configuration directive
        if any, in order to perform outgoing connections. This fixes Cluster
        usage when an address is bound but there are multiple interfaces that
        may be used to connect with other nodes.
* [FIX] When an "Importing" slot is closed via CLUSTER SETSLOT NODE ...
        increment the configEpoch in the special case it is zero.
* [FIX] Current transaction is invalidated on redirection errors.
* [FIX] Abort if port does not allow for a valid cluster bus port that is
        always at fixed +10000 offset.
* [FIX] Keys extraction algorithm fixed for ZUNIONSTORE/ZINTERSTORE and SORT.
* [FIX] Better failover timeout and retry times: failover should now work
        reliabily when node-timeout is very small (a few milliseconds).
* [FIX] Don't allow SORT GET/BY options in Cluster mode.
* [FIX] Clear importing/migrating state when turning from master to slave role.
* [FIX] Set slot error if we receive an update for a busy slot.
* [FIX] Update node configEpoch on UPDATE messages.

* [NEW] Support multi-key operations as long as keys resolve to the same
        hash slot, and the slot is not migrating, or it is migrating but all
        the mentioned keys are available.
* [NEW] New DEBUG command CMDKEYS available to debug / test keys identification
        in Redis commands.
* [NEW] redis-trib: create subcommand is now able to assign spare slaves.
* [NEW] redis-trib: new subcommand 'call'. Exec command in all nodes.

>> Sentinel

* [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the
        new Sentinel design. This error was actually a fix for a design error
        in the first implementation of Sentinel.
* [FIX] Sentinel: added a missing exit() call to abort after config file
        checks at startup. This error was introduced with an improvement in
        a previous 2.8 release.
* [FIX] Sentinel: better nodes fail over start time desynchronization to avoid
        split-brain during the voting process needed to get authorization to
        fail over. This means the system is less likely to need to retry
        and will fail over faster. No changes in behavior / correctness.

* [NEW] Sentinel unit tests and framework. More tests needed and units must
        be improved in order to have less false positives, but it is a start
        and features a debugging console that is useful to fix tests or to
        inspect bugs causing tests failures.
* [NEW] New Sentinel events: +/-monitor and +set used to monitor when an
        instance to monitor is added or removed, or when a configuration
        is modified via SENTINEL SET.

</ChangeLog>
2014-03-23 16:51:10 +00:00
Palle Girgensohn
5db75f5d5d Fix problem building postgresql84-server with ICU patch
PR:	ports/186875
2014-03-23 10:32:45 +00:00
Steve Wills
1a6ab1b9d7 - Update to 1.3.9 2014-03-23 06:21:13 +00:00
Matthew Seaman
c4d156427a Update to 4.1.11
This is a quick-reaction update to fix a regression in 4.1.10 released
earlier today:

   reCaptcha on the login panel no longer worked

Release notes:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.11/phpMyAdmin-4.1.11-notes.html/view
2014-03-22 19:59:05 +00:00
Matthew Seaman
2146896d6e Update to 4.1.10
* USE_XZ -> USES tar:xz

This is a routine bugfix update.

Release notes:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.10/phpMyAdmin-4.1.10-notes.html/view
2014-03-22 17:37:41 +00:00
Palle Girgensohn
9b588a49ff Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will need
the ossp library present, and then we never use it.
2014-03-21 08:15:26 +00:00
Palle Girgensohn
2ff65cdb88 Fixed bad filesize in distinfo 2014-03-20 23:09:05 +00:00
Palle Girgensohn
4082f0b6db The PostgreSQL Global Development Group has released an update to all supported
version of the database system, including versions 9.3.4, 9.2.8, 9.1.13,
9.0.17, and 8.4.21. This minor release fixes a data corruption issue with
replication and crash recovery in version 9.3, as well as several other minor
issues in all versions.  All users of version 9.3 are urged to update their
installations at the next possible downtime.  Users of older versions should
update at their convenience.

The data corruption issue in PostgreSQL 9.3 affects binary replication
standbys, servers being recovered from point-in-time-recovery backup, and
standalone servers which recover from a system crash. The bug causes
unrecoverable index corruption during recovery due to incorrect replay of row
locking operations.  This can then cause query results to be inconsistent
depending on whether or not an index is used, and eventually lead to primary
key violations and similar issues.  For this reason, users are encouraged to
replace each of their standby databases with a new base backup after applying
the update.

See release notes for more changes.

URL:	http://www.postgresql.org/docs/current/static/release.html
URL:	https://wiki.postgresql.org/wiki/20140320UpdateIssues

A change specific to the FreeBSD port:
Modify the contrib/uuid-ossp to actually work (not crashing the backend) by
using the libc implementation of uuid instead of the ossp port. Schemas and
queries will just work. Based on the work of Andrew Gierth. 9.1+ EXTENSION
support added by girgen@.

URL:	http://pgfoundry.org/projects/uuid-freebsd
PR:	ports/121745, ports/182846
2014-03-20 13:43:15 +00:00
Emanuel Haupt
c02e789d7e - Support staging
- Use shebangfix
- Define DOCS option
2014-03-20 08:34:41 +00:00
Baptiste Daroussin
7888d1b415 Revert switch to libevent-2.0 (configure fails to properly discover it and I don't have time to investigate)
Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
2014-03-19 17:19:34 +00:00
Antoine Brodin
b8220e44f1 Remove expired ports:
2014-03-18 databases/ludia: Broken since June 2013
2014-03-18 lang/schemetoc: Broken since July 2013
2014-03-18 18:03:09 +00:00
Sunpoet Po-Chuan Hsieh
c1483697ef - Strip binary executable and shared library in post-install: phase 2014-03-18 16:14:03 +00:00
Sunpoet Po-Chuan Hsieh
70a73aa61d - Strip binary executable and shared library in post-install: phase
- Add regression-test:
2014-03-18 16:13:58 +00:00
Dmitry Sivachenko
1dde51176b Fix SSL support.
PR:		187666
Submitted by:	Michael Gmelin <freebsd@grem.de>
2014-03-18 15:10:46 +00:00
Jun Kuriyama
895fe0cbfa This module provides interface to access redis key-value store, it
transparently handles disconnects and forks, supports transactions,
pipelining, and subscription mode.  Module includes XS and pure Perl
versions of the parser.

WWW: http://search.cpan.org/dist/RedisDB/
2014-03-18 09:16:50 +00:00
Jun Kuriyama
678dc51df3 This module provides methods to build redis requests and parse replies
from the server.

WWW: http://search.cpan.org/dist/RedisDB-Parser/
2014-03-18 09:10:44 +00:00
Timur I. Bakeyev
7af2ea95df Explicitly disable gettext. 2014-03-18 04:28:46 +00:00
Steve Wills
9677e5537f - Update to 0.8.4
- Support STAGEDIR

PR:		ports/187662
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-03-17 19:53:51 +00:00
Antoine Brodin
8aabb4abca Package the pkg-config file 2014-03-16 16:12:20 +00:00
Pawel Pekala
be463c9008 - Update to version 3.8.4.1 [1]
- Strip library [1]
- Remove optional instalation of example files

PR:		ports/187603 [1]
Submitted by:	maintainer
2014-03-15 18:07:47 +00:00
Pawel Pekala
db85db64ed Update to version 3.8.4.1
PR:		ports/187604
Submitted by:	maintainer
2014-03-15 18:05:04 +00:00
Martin Matuska
ba06303884 Make proftpd-mod_sql_tds use its own version 2014-03-15 16:55:47 +00:00
Martin Matuska
7edc75ef57 Add MASTER_SITES to databases/proftpd-mod_sql_tds 2014-03-15 16:29:16 +00:00
Alexey Dokuchaev
ba31c6c887 Kill bogus EOL whitespace. 2014-03-15 15:58:50 +00:00
Tijl Coosemans
a19b165d3b Fix double occurences of USES= 2014-03-14 20:59:20 +00:00
Sunpoet Po-Chuan Hsieh
27bc13707a - Use USES=tar:xz 2014-03-14 15:51:47 +00:00
Sunpoet Po-Chuan Hsieh
3abca268a6 - Use USES=tar:xz 2014-03-14 10:09:26 +00:00
Sunpoet Po-Chuan Hsieh
91cf42cbc5 - Use USES=tar:xz 2014-03-14 10:09:23 +00:00
Sunpoet Po-Chuan Hsieh
864312b03d - Use USES=tar:tgz
- Simplify Makefile
2014-03-14 08:18:12 +00:00
Sunpoet Po-Chuan Hsieh
d95505944c - Use USES=tar:tgz 2014-03-14 07:44:54 +00:00
Sunpoet Po-Chuan Hsieh
0442b90561 - Use USES=tar:tgz 2014-03-14 07:44:49 +00:00
Sunpoet Po-Chuan Hsieh
079f6da93a - Use USES=tar:tgz 2014-03-14 07:44:43 +00:00
Carlo Strub
81dbe2303e Back to pool 2014-03-13 23:09:52 +00:00
Matthias Andree
0da998d98d Make configuration file path configurable in rc.conf. [1]
Convert to stage support.  State which BSD license is meant. [2]

PR:		ports/181201 [1]
Submitted by:	Daniel Ylitalo <daniel@blodan.se> [1]
Approved by:	maintainer timeout (osa, 6 months) [1]
Approved by:	portmgr (blanket) [2]
2014-03-13 21:13:39 +00:00
Pawel Pekala
3967e48c49 - Update to version 1.2.15
- Support staging

PR:		ports/187455
Submitted by:	maintainer
2014-03-13 19:53:38 +00:00
Frederic Culot
a13fe2098c - Update to 3.8.4
Changes:	http://www.sqlite.org/releaselog/3_8_4.html
PR:		ports/187445
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-03-13 10:25:44 +00:00
Jason Helfman
69914ee1ce - update to 5.5.0
- mysql is in-process of being unbroken
- stage support will be addressed in a later commit

Changes:	http://community.jaspersoft.com/what-is-new
2014-03-13 06:45:34 +00:00
Timur I. Bakeyev
1627a9eded Usage of .pre.mk requires corresponding .post.mk 2014-03-13 02:12:35 +00:00
Timur I. Bakeyev
d9f1fb7fca Convert to the staged environment 2014-03-13 00:28:12 +00:00
Timur I. Bakeyev
b36eb13e44 Add new port databases/ntdb - it's revised version of databases/tdb, used by
net/samba41 port.
2014-03-12 21:25:03 +00:00
Martin Wilke
f023959aca - Remove database/pear-MDB2_Driver_sqlite Unmaintained upstream 2014-03-12 02:26:56 +00:00
Steve Wills
6221b7a329 - Update to 1.13.0
- Add memcached dependency since it seems required to run
- Use UIDs and GIDs and create a user for swift since that seems required

PR:		ports/187421
Submitted by:	swills (myself)
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2014-03-12 00:59:35 +00:00
Mikolaj Golub
0a3aea80ed Update to 2.0.3.
PR:		ports/187428
Submitted by:	swills
2014-03-11 20:08:51 +00:00
Sunpoet Po-Chuan Hsieh
2951412210 - Add p5-DBIx-Admin-TableInfo 2.11
DBIx::Admin::TableInfo is a pure Perl module. It is a convenient wrapper around
all of these DBI methods:
- table_info()
- column_info()
- primary_key_info()
- foreign_key_info()

WWW: http://search.cpan.org/dist/DBIx-Admin-TableInfo/
2014-03-11 18:01:45 +00:00
Sunpoet Po-Chuan Hsieh
809b9922c3 - Add p5-DBIx-Admin-DSNManager 2.01
DBIx::Admin::DSNManager manages a file of DSNs, for both testing and production.

The INI-style format was selected, rather than, say, using an SQLite database,
so that casual users could edit the file without needing to know SQL and without
having to install the command line program sqlite3.

Each DSN is normally for something requiring manual preparation, such as
creating the database named in the DSN.

In the case of SQLite, etc, where manual intervention is not required, you can
still put the DSN in dsn.ini.

One major use of this module is to avoid environment variable overload, since it
is common to test Perl modules by setting the env vars $DBI_DSN, $DBI_USER and
$DBI_PASS.

But then the problem becomes: What do you do when you want to run tests against
a set of databases servers? Some modules define sets of env vars, one set per
database server, with awkward and hard-to-guess names. This is messy and
obscure.

DBIx::Admin::DSNManager is a solution to this problem.

WWW: http://search.cpan.org/dist/DBIx-Admin-DSNManager/
2014-03-11 18:01:06 +00:00
Sunpoet Po-Chuan Hsieh
f29a48a862 - Add p5-DBIx-Admin-CreateTable 2.10
DBIx::Admin::CreateTable is a pure Perl module.

Database vendors supported: MySQL, Oracle, Postgres, SQLite.

Assumptions:
- Every table has a primary key
- The primary key is a unique, non-null, integer
- The primary key is a single column
- The primary key column is called 'id'
- If a primary key has a corresponding auto-created index, the index is called
  't_pkey': This is true for Postgres, where declaring a column as a primary
  key automatically results in the creation of an associated index for that
  column. The index is named after the table, not after the column.
- If a table 't' (with primary key 'id') has an associated sequence, the
  sequence is called 't_id_seq': This is true for both Oracle and Postgres,
  which use sequences to populate primary key columns. The sequences are named
  after both the table and the column.

WWW: http://search.cpan.org/dist/DBIx-Admin-CreateTable/
2014-03-11 17:58:15 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Sunpoet Po-Chuan Hsieh
b6258e7ca4 - Update to 0.1901
Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		ports/187382
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-03-09 22:06:31 +00:00
Antoine Brodin
b0ba7953f4 Unbreak on FreeBSD 8.3, it is still supported
Reported by:	pkg-fallout
2014-03-09 19:59:03 +00:00
Antoine Brodin
f96450acf3 Finish stage support 2014-03-09 00:07:16 +00:00
Antoine Brodin
c6c742d7cc Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years) 2014-03-08 22:26:21 +00:00
Pawel Pekala
2d54bd0e75 - Update to version 3.5.1 [1]
- Add staging support

PR:		ports/187356 [1]
Submitted by:	maintainer
2014-03-08 16:10:40 +00:00
Antoine Brodin
e4d2b44301 Fix make fetch
It seems infozip is not needed (java dumps core in the middle of the install here so not totally sure)
2014-03-08 14:11:40 +00:00
Pawel Pekala
2e4ec989a5 - Update to version 2.3.2, take maintainership [1]
- Correct LICENSE [1]
- Add staging support [1]
- Use USES=zip
- Remove leading article from COMMENT
- Docs files don't need optional installation with stage, convert
  installation procedure to COPYTREE_SHARE

PR:		ports/187336
Submitted by:	Jim Ohlstein <jim@ohlste.in>
2014-03-08 12:49:02 +00:00
Matthew Seaman
8054bff858 Update to 4.1.9
This is a routine bugfix release.

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.9/phpMyAdmin-4.1.9-notes.html/view
2014-03-08 10:32:29 +00:00
Rene Ladan
5d077b50ad Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
2014-03-08 09:49:50 +00:00
Martin Matuska
8a5b47b4f9 Horde package update:
horde 5.1.5 -> 5.1.6
imp 6.1.6 -> 6.1.7

Horde_Alarm 2.0.5 -> 2.1.0
Horde_Auth 2.1.1 -> 2.1.2
Horde_Autoloader 2.0.1 -> 2.1.0
Horde_Browser 2.0.4 -> 2.0.5
Horde_Crypt 2.4.0 -> 2.4.1
Horde_Date 2.0.7 -> 2.0.8
Horde_Dav 1.0.3 -> 1.0.4
Horde_Db 2.0.4 -> 2.1.0
Horde_Editor 2.0.3 -> 2.0.4
Horde_Form 2.0.6 -> 2.0.7
Horde_Group 2.0.2 -> 2.0.3
Horde_Imap_Client 2.18.4 -> 2.18.6
Horde_SessionHandler 2.2.3 -> 2.2.4
Horde_Share 2.0.4 -> 2.0.5
Horde_Url 2.2.1 -> 2.2.2
Horde_Vfs 2.1.2 -> 2.2.0
2014-03-07 21:52:57 +00:00
Baptiste Daroussin
c23ef8bc8b Convert d* to USES=zip 2014-03-07 16:49:09 +00:00
Baptiste Daroussin
99103cbdd6 Fix installing manpage
Fix build with and without docs
Fix memcached eating 100% of memory when built with both libevent2 and libevent 1.4
installed at the same time by making sure to always find the event.h from libevent2 first

PR:		ports/187337 ports/187340 ports/187309
Reported by:	Lawrence "The Dreamer" Chen <beastie@tardisi.com>, Volodymyr Kostyrko <arcade@b1t.name>, Ross <basarevych@gmail.com>
2014-03-07 10:56:32 +00:00
Koop Mast
a32988b2fa Stagify.
switch to USES=gmake libtool pathfix.
use USE_GNOME=glibmm
2014-03-07 08:41:11 +00:00
Koop Mast
d3a75a47cd Unbreak on 9.x and 8.x by using USES=compiler:c++0x.
Switch to USES=libtool, and change USE_AUTOTOOLS in libtoolize
so autogen.sh still works
2014-03-06 23:21:06 +00:00
Koop Mast
be80260253 Add actualy library to plist.
Submitted by:	tijl@
2014-03-06 21:59:01 +00:00
Koop Mast
5fcec2fe40 Unbreak on 10+
Stagify. Add USES=desktop-file-utils and libtool.
2014-03-06 21:45:35 +00:00
Antoine Brodin
832c3ead7f Mark BROKEN: Does not build
c++ -fpic -DPIC  -O2 -pipe -fno-strict-aliasing -I/usr/local/include/tcl8.4 -I/usr/local/include/mysql -c /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc -o sql-mysql.So
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:17: error: tcl.h: No such file or directory
In file included from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.h:3,
                 from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:2:
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h: In member function 'virtual Sql_row* Sql_interface::fetchrow(int)':
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h:49: error: 'NULL' was not declared in this scope
...

Reported by:	pkg-fallout
2014-03-06 20:44:49 +00:00
Antoine Brodin
4470c4744f Mark BROKEN: Does not build
libtool: compile:  c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -I/usr/local/include -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -DCACHE_DIR=\"/var/sqlrelay/cache\" -I./ -I../../ -I../../src/common -I../../src/util -I/usr/local/include -I/usr/include -DLIBEXECDIR=\"/usr/local/libexec/sqlrelay\" -c sqlrlistener.cpp  -fPIC -DPIC -o .libs/sqlrlistener.o
sqlrlistener.cpp: In member function 'bool sqlrlistener::createSharedMemoryAndSemaphores(const char*)':
sqlrlistener.cpp:441: error: no matching function for call to 'sharedmemory::attach(key_t&)'

Reported by:	pkg-fallout
2014-03-06 20:38:10 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Emanuel Haupt
6590d3e143 Support staging 2014-03-06 12:24:22 +00:00
Emanuel Haupt
9da81ec27c Support staging 2014-03-06 12:22:07 +00:00
Rene Ladan
4260becf39 Remove expired ports:
2014-03-05 databases/mysqlard: Abandonware
2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999)
2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player
2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead
2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead
2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
2014-03-06 12:13:54 +00:00
Sergey A. Osokin
03dc71ceac Upgrade from 2.8.6 to 2.8.7.
<ChangeLog>

# UPGRADE URGENCY: LOW for Redis, LOW for Sentinel. However this release adds
                   new features so users may want to upgrade in order to
                   exploit the new functionalities.

* [FIX] Sometimes the absolute config file path was obtained in a wrong way.
        This happened when there was a "dir" directive inside the config file
        and at the same time the configuration file was given as a relative
        path to redis-server or redis-sentinel executables.
* [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are
        called during an interactive session.
* [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the
        new Sentinel design. This error was actually a fix for a design error
        in the first implementation of Sentinel.
* [FIX] Sentinel: added a missing exit() call to abort after config file
        checks at startup. This error was introduced with an improvement in
        a previous 2.8 release.
* [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other
        archs not capable of dealing with unaligned accesses. This also makes
        the code faster in archs where unaligned accesses are allowed.
* [FIX] Sentinel: better nodes fail over start time desynchronization to avoid
        split-brain during the voting process needed to get authorization to
        fail over. This means the system is less likely to need to retry
        and will fail over faster. No changes in behavior / correctness.
* [FIX] Force INFO used_memory_peak to match peak memory. This generated some
        confusion among users even if it was not an actual bug.

* [NEW] Sentinel unit tests and framework. More tests needed and units must
        be improved in order to have less false positives, but it is a start
        and features a debugging console that is useful to fix tests or to
        inspect bugs causing tests failures.
* [NEW] New Sentinel events: +/-monitor and +set used to monitor when an
        instance to monitor is added or removed, or when a configuration
        is modified via SENTINEL SET.
* [NEW] Redis-cli updated to use SCAN instead of random sampling via
        RANDOMKEY in order to implement --bigkeys feature. Moreover the
        implementation now supports pipelining and reports more information
        at the end of the scan. Much faster, much better. A special thank
        you to Michael Grunder for this improvement.
* [NEW] redis-cli now supports a new --intrinsic-latency mode that is able
        to meter the latency of a system due to kernel / hypervisor.
        How to use it is explained at http://redis.io/topics/latency.
* [NEW] New command BITPOS: find first bit set or clear in a bitmap.
* [NEW] CONFIG REWRITE calls are now logged.

</ChangeLog>
2014-03-06 00:24:09 +00:00
Baptiste Daroussin
16fb62c94e Support stage
Use libevent2 instead of libevent
2014-03-05 18:29:13 +00:00
Baptiste Daroussin
74b5190827 Support stage 2014-03-05 17:38:35 +00:00
Baptiste Daroussin
8322a0f043 Support stage 2014-03-05 17:35:49 +00:00
Baptiste Daroussin
35902762f2 Convert to use libevent2 2014-03-05 16:44:26 +00:00
Baptiste Daroussin
94a144531f Bump portrevision due to dependency change
Reminded by:	kwm
2014-03-05 16:28:10 +00:00
Baptiste Daroussin
f23c6132df Enforce libevent2 in memcached
libevent2 performs way better than libevent1
While here:
- support stage
- use options helpers

Approved by:	swills (maintainer)
2014-03-05 15:46:39 +00:00
Max Brazhnikov
f536483f0c databases/akonadi:
- Fix dependency on mysql (lost after conversion to options helpers)
2014-03-04 07:38:10 +00:00
Gerald Pfeifer
ec1147cf95 Update to version 0.9.0 of libdbi-drivers to go with the same version of
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]
2014-03-03 21:36:01 +00:00
Gerald Pfeifer
ece3fc944f Update to libdbi version 0.9.0. [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]
2014-03-03 20:36:13 +00:00
Max Brazhnikov
4cd1e8830e KDE/FreeBSD team is happy to present Qt 5 in ports!
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)
2014-03-03 16:50:32 +00:00
Mark Felder
6a73fedbcf Update to 5.5.35
Maintainer is not available for further feedback (Ukraine)

Stay safe, Alexandr

PR:		ports/185012
Sponsored by:	SupraNet Communications, Inc
2014-03-03 16:23:58 +00:00
Emanuel Haupt
820d4024b9 Support staging 2014-03-03 13:22:25 +00:00
Thierry Thomas
f0128fdcbe Fix LEGAL text.
Since I'm there, support staging.

Requested by:	eadler
2014-03-03 13:12:39 +00:00
Ruslan Makhmatkhanov
dbf0b2677f databases/py-bsddb3: remove local plist hack and support staging
- convert to using auto-generated packing list and remove NO_STAGE
- install docs into staging area uncoditionally
- remove local plist hack - it is now handled by bsd.python.mk

Approved by:	portmgr (blanket)
2014-03-03 11:41:38 +00:00
Ruslan Makhmatkhanov
8736891575 databases/py-postgresql: remove local plist hack and support staging
- clarify the license (BSD3C)
- use 3 in USE_PYTHON
- convert to using auto-generated packing list and remove NO_STAGE
- remove local plist hack - it is now handled by bsd.python.mk
- bump PORTREVISION for the case

Approved by:	portmgr (blanket)
2014-03-03 11:09:52 +00:00
Ruslan Makhmatkhanov
2d43a0b313 - modernize dependency on databases/py-sybase 2014-03-03 10:42:55 +00:00
Ruslan Makhmatkhanov
615eb9964b databases/py-sqlalchemy-devel: support staging and do general clean-up
- do not use easy_install for installation and convert to auto-generated packing list
- remove options descriptions, that already presented in bsd.options.desc.mk
- utilize options helpers
- install docs and examples into staging area uncoditionally
- remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's implemented in bsd.python.mk
- bump PORTREVISION because of package change

Approved by:	nivit (maintainer, explicitly for such changes in his ports)
2014-03-03 10:39:37 +00:00
Oliver Lehmann
a96e3be3d4 fix typo (CONFIURE_ARGS -> CONFIGURE_ARGS)
Approved by:	maintainer (via mail)
2014-03-02 23:38:13 +00:00
Gerald Pfeifer
7e339abf8a Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
2014-03-01 21:23:14 +00:00
Sunpoet Po-Chuan Hsieh
e480690c30 - Convert to new options helper 2014-03-01 18:28:26 +00:00
Sunpoet Po-Chuan Hsieh
5a38992694 - Add LICENSE
- Remove outdated PERL_LEVEL check
2014-03-01 14:22:52 +00:00
Sunpoet Po-Chuan Hsieh
a46c86a6f0 - Add LICENSE
- Fix shebang
- Bump PORTREVISION for package change
- Support STAGEDIR

Approved by:	portmgr (blanket)
2014-03-01 07:24:25 +00:00
Sunpoet Po-Chuan Hsieh
c932d53d7a - Add LICENSE
- Convert to new options framework
- Fix shebang
- Bump PORTREVISION for package change
- Support STAGEDIR

Approved by:	portmgr (blanket)
2014-03-01 07:24:19 +00:00
Sunpoet Po-Chuan Hsieh
2ec75b05a4 - Use BINMODE and DOCMODE
- Simplify Makefile
2014-03-01 07:24:16 +00:00
Sunpoet Po-Chuan Hsieh
49a375037a - Allow "make package" as user
- Use BINMODE and DOCMODE
- Simplify Makefile
2014-03-01 07:24:12 +00:00
Sunpoet Po-Chuan Hsieh
2e33cb07f6 - Fix shebang
- Bump PORTREVISION for package change
2014-03-01 05:43:49 +00:00
Sunpoet Po-Chuan Hsieh
b09bbf9014 - Update to 1.20
- Do not run misc tests

PR:		ports/176855
Submitted by:	sunpoet (myself)
Approved by:	GGeraud CONTINSOUZAS <geraud@gcu.info> (maintainer)
2014-03-01 05:41:05 +00:00
Rene Ladan
ef50dbb213 PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye.  Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )

Strip PHP 5.2 out of Mk/bsd.php.mk
2014-03-01 00:06:29 +00:00
Antoine Brodin
14c681ddae Mark more ports BROKEN
Error logs are available in the pkg-fallout archives

Reported by:	pkg-fallout since at least january 2014
2014-02-28 19:45:27 +00:00
Sunpoet Po-Chuan Hsieh
a42ba1b11b - Install hash.h
- Bump PORTREVISION for package change

PR:		ports/187131
Submitted by:	sunpoet (myself)
Approved by:	ale (maintainer)
2014-02-28 13:51:58 +00:00
Sunpoet Po-Chuan Hsieh
0882c85513 - Reset maintainership
- While I'm here:
  - Add BUILD_DEPENDS
  - Convert to new options helper
  - Sort PLIST

PR:		ports/187127
Submitted by:	parv <parv@pair.com> (maintainer)
2014-02-28 07:10:26 +00:00
Emanuel Haupt
a829284cc0 - Support staging
- Use shebangfix
- Define EXAMPLES option
- Define DOCS option
2014-02-27 13:56:33 +00:00
Emanuel Haupt
7bc710c5a0 Support staging 2014-02-27 13:50:17 +00:00
Martin Wilke
e2bdd29608 - Update to 6.4.3
- Convert to USES
- Use options helper

PR:		181057
Submitted by:	ports fury
2014-02-27 08:54:02 +00:00
Antoine Brodin
4d4db2684b Stage support
Reviewed by:	postgresql@
Tested by:	miwi and me
2014-02-26 17:24:35 +00:00
Emanuel Haupt
a68c05ecd2 Support staging 2014-02-26 06:42:56 +00:00
Emanuel Haupt
786cba2c9d Support staging 2014-02-26 06:40:44 +00:00
Emanuel Haupt
9bfdbcd5cc Support staging 2014-02-26 06:38:36 +00:00
Martin Wilke
462907efc5 - Stage support 2014-02-26 04:57:04 +00:00
Martin Wilke
390386b76d - Stage support 2014-02-26 04:45:57 +00:00
Martin Wilke
3bf7001e2d - Stage support 2014-02-25 09:08:00 +00:00
Steven Kreuzer
86f3a30b95 Update to 0.4-7 2014-02-24 14:33:13 +00:00
Sunpoet Po-Chuan Hsieh
fc0e440be8 - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES
- Use USE_PYDISTUTILS=yes
- Remove PYDISTUTILS_PKGNAME
- Bump PORTREVISION for package change
2014-02-24 10:41:47 +00:00
Sunpoet Po-Chuan Hsieh
1ff7bdf52a - Add LICENSE
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Update USE_PYTHON
- Support STAGEDIR
2014-02-24 10:41:43 +00:00
Sunpoet Po-Chuan Hsieh
5d9fce77cd - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Remove patch of not using setuptools
- Bump PORTREVISION for package change
2014-02-24 10:41:39 +00:00
Antoine Brodin
41b16db13b Set expiration date: marked deprecated since may 2012 2014-02-23 21:08:03 +00:00
Matthew Seaman
614df2ebae Update to 4.1.8
This is a routine bugfix relaease

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.8/phpMyAdmin-4.1.8-notes.html/view
2014-02-22 22:21:50 +00:00
Andrej Zverev
336f0851eb - fix build for fbsd 10.0 (respect CC)
- add stage support and fix pkg-plist
2014-02-22 13:06:43 +00:00
Martin Matuska
cfc42cae69 Horde package update:
Horde_Cache 2.4.0 -> 2.4.1
Horde_Css_Parser 1.0.3 -> 1.0.4
Horde_HashTable 1.1.0 -> 1.1.1
Horde_Imap_Client 2.17.1 -> 2.18.2
Horde_Injector 2.0.2 -> 2.0.3
Horde_Mail 2.1.4 -> 2.1.5
Horde_Mime 2.2.8 -> 2.2.9
Horde_Smtp 1.3.1 -> 1.4.0
Horde_Stream 1.5.0 -> 1.6.1
Horde_Stream_Wrapper 2.0.1 -> 2.1.0
Horde_Translation 2.0.1 -> 2.1.0
2014-02-22 10:52:50 +00:00
Martin Wilke
f57020397d - Stage support 2014-02-22 10:37:24 +00:00
Martin Wilke
90d214145c - Stage support 2014-02-22 10:33:07 +00:00
Tom Judge
77e6d3cc67 Back to python@ 2014-02-21 21:42:24 +00:00
Tom Judge
c05a8da13e Update to 2.019004.
Changes:
http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.019004/Changes
2014-02-21 21:36:21 +00:00
Palle Girgensohn
fdd8968d3e remove missing tzdata files 2014-02-21 20:42:20 +00:00
Grzegorz Blach
07bcd32af0 - Update to 0.8 2014-02-21 20:25:11 +00:00
Steve Wills
6c4b8f6b90 A vendor independent interface for accessing databases, similar to Perl's DBI
WWW: http://www.rubyforge.org/projects/ruby-dbi
2014-02-21 17:58:14 +00:00
Martin Wilke
2c97a27973 - Stage support 2014-02-21 15:47:44 +00:00
Emanuel Haupt
6d2c170d10 Remove trailing whitespaces from category databases 2014-02-21 13:35:57 +00:00
Pietro Cerutti
72854d2d4b - Add LICENSE
- STAGE-clean
2014-02-21 13:15:37 +00:00
Palle Girgensohn
86dd060cb0 The PostgreSQL Global Development Group has released an important
update to all supported versions of the PostgreSQL database system,
which includes minor versions 9.3.3, 9.2.7, 9.1.12, 9.0.16, and
8.4.20. This update contains fixes for multiple security issues, as
well as several fixes for replication and data integrity issues.  All
users are urged to update their installations at the earliest
opportunity, especially those using binary replication or running a
high-security application.

This update fixes CVE-2014-0060, in which PostgreSQL did not properly
enforce the WITH ADMIN OPTION permission for ROLE management. Before
this fix, any member of a ROLE was able to grant others access to the
same ROLE regardless if the member was given the WITH ADMIN OPTION
permission. It also fixes multiple privilege escalation issues,
including: CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064,
CVE-2014-0065, and CVE-2014-0066. More information on these issues can
be found on our security page and the security issue detail wiki page.

Security:	CVE-2014-0060,CVE-2014-0061,CVE-2014-0062,CVE-2014-0063
		CVE-2014-0064,CVE-2014-0065,CVE-2014-0066,CVE-2014-0067
2014-02-20 18:11:37 +00:00
Max Brazhnikov
625a9c622f databases/libiodbc:
- Amend LICENSE (BSD3CLAUSE)
- Convert to USES=libtool:oldver
- Convert to options
- Add stage support
2014-02-20 13:00:06 +00:00
Emanuel Haupt
1191d56b7c Support staging 2014-02-20 08:08:03 +00:00
Emanuel Haupt
edfd67d861 Support staging 2014-02-20 08:06:18 +00:00
Mathieu Arnold
c924394e7b Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
2014-02-19 14:45:19 +00:00
Pietro Cerutti
e28af42f42 - Reflect change of license name 2014-02-19 14:44:23 +00:00
Raphael Kubo da Costa
11278b64ad Add upstream patch to fix the build with clang 3.4.
clang 3.4 is pickier and refuses to work when passed flags it does not
understand, such as -fno-check-new in this case.

PR:		ports/186873
2014-02-19 13:36:00 +00:00
Pietro Cerutti
56983a2a1b - Add LICENSE_FILE
Reported by:	mat
2014-02-19 09:53:06 +00:00
Martin Wilke
f517587eee - Stage support 2014-02-19 09:35:53 +00:00
Steve Wills
53535f4ab2 - Update rails to 3.2.17 [1]
- Update polyglot to 0.3.4 since rails wants the newer version
- Update redmine to use new rails

Security:	CVE-2014-0080 [1]
Security:	CVE-2014-0081 [1]
Security:	CVE-2014-0082 [1]
MFH:		2014Q1
2014-02-19 03:23:24 +00:00
Antoine Brodin
e5f29de715 Deprecate and set expiration date: broken since June 2013 2014-02-18 22:53:47 +00:00
Sunpoet Po-Chuan Hsieh
f07d25b1e0 - Fix RUN_DEPENDS 2014-02-18 21:31:22 +00:00
Ruslan Makhmatkhanov
3888ae5cb3 - update to 2.1.7
- support staging

PR:		186759
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> (maintainer)
2014-02-18 20:58:11 +00:00
Pietro Cerutti
aa3996cf85 - STAGE-clean
- Add LICENSE
2014-02-18 16:23:20 +00:00
Pietro Cerutti
b44a394939 - Convert to USES=tcl
- STAGE-clean
2014-02-18 15:59:29 +00:00
Steve Wills
f25b2a7304 - Enhance init script [1]
- Fix with newer Django [2]
- Lots of other cleanups and improvements, including moving the data to a more
  standard location
- Take maintainership, maintainer has not responded to PRs in many months

PR:		ports/181043 [1]
PR:		ports/185097 [2]
Submitted by:	brd [1]
Submitted by:	swills (myself) [2]
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 months)
2014-02-18 15:43:57 +00:00
Mathieu Arnold
7f67d157d9 Chase docbook cleanup dependencies.
Sponsored by:	Absolight
2014-02-18 14:50:34 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
303a695888 Merge from area51 in preparation for KDE SC 4.12:
databases/akonadi:
- Update to 1.11.0
- Drop ipv6 from CATEGORIES
- Squeeze MASTER_SITES/SUBDIR
- Add dependency on modern compiler to fix build on 9.x
- Use options helpers
- Remove QT_PREFIX from PLIST_SUB, it's already set in bsd.qt.mk
- Realign commented lines

devel/grantlee: update to 0.4.0
- Remove broken DOXYGEN option
- Add list of ports that need modification on grantlee update
- Remove MAKE_JOBS_UNSAFE

devel/libkgapi:
- Update to 2.0.1

devel/libkolab:
- Update to 0.5.0

textproc/libkolabxml:
- Update to 1.0.1
2014-02-18 13:55:27 +00:00
Sergey A. Osokin
278314702d Upgrade from 2.8.6 to 3.0.0-beta1.
<ChangeLog>

--[ Redis 3.0.0 Beta 1 (version 2.9.50) ] Release date: 11 Feb 2014

This is the first beta of Redis 3.0.0 (official version is 2.8.50).

The following is a list of improvements in Redis 3.0, compared to Redis 2.8.

* [NEW] Redis Cluster: a distributed implementation of a subset of Redis.
* [NEW] New "embedded string" object encoding resulting in less cache
        misses. Big speed gain under certain work loads.
* [NEW] WAIT command to block waiting for a write to be transmitted to
        the specified number of slaves.
* [NEW] MIGRATE connection caching. Much faster keys migraitons.
* [NEW] MIGARTE new options COPY and REPLACE.
* [NEW] CLIENT PAUSE command: stop processing client requests for a
        specified amount of time.

</ChangeLog>
2014-02-17 22:19:02 +00:00
Sergey A. Osokin
032742b86c Upgrade from 2.8.4 to 2.8.6.
<ChangeLog>

--[ Redis 2.8.6 ] Release date: 13 Feb 2014

# UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. Redis users using Lua
                   scripts with EVALSHA and attached slaves and/or AOF
                   persistence should consider upgrading ASAP.

* [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not
        propagate to AOF / Slaves correctly under certain conditions.
        See issue #1549 at Github for more information.
* [FIX] Fixed multiple bugs resulting into closing the link with master or slave
        during replication without good reasons. This will result in useless
        resynchronizations, or infinite loops where the replication link can't
        be established.
* [FIX] Don't count the time needed to populate the buffers of clients waiting
        in MONITOR mode when populating the Slow Log entries.

* [NEW] AOF write errors (like no space on device) no longer abort Redis if the
        fsync policy is none or every second. The database enters a read-only
        mode where every write is refused with an error. Normal operations are
        restored as soon as Redis is able to append again data to the AOF file.
* [NEW] Sentinel now accepts SHUTDOWN command.

--[ Redis 2.8.5 ] Release date: 4 Feb 2014

# UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. Redis users using Lua
                   scripts with expires, and Redis users relying on the
                   ability of Redis to block writes on RDB saving errors
                   should plan to upgrade ASAP.

* [FIX] Fixed a replication bug caused by Lua scripts + expired keys: keys could
        expire in the middle of scripts causing non-deterministic behavior.
* [FIX] MISCONFIG error if condition fixed, the server was no longer able
        to stop writes on RDB misconfiguration after this error was introduced.
* [FIX] REDIS_AOF_REWRITE_MIN_SIZE is now 64mb like example redis.conf default.
* [FIX] Perform fflush() before fsync() in rio.c (bug without actual effects).
* [FIX] Don't log MONITOR clients as disconnecting slaves.
* [FIX] SENTINEL MASTER arity check fixed. Crashed the Sentinel instance when
        the command was given without arguments.

* [NEW] Allow CONFIG and SHUTDOWN while in stale-slave state.
* [NEW] Support for configurable TCP listen(2) backlog size.
* [NEW] redis-cli supports SCAN via the --scan and --pattern options.
* [NEW] SENTINEL SET master quorum via runtime API implemented.

</ChangeLog>
2014-02-17 22:00:50 +00:00
Mikolaj Golub
857c7a9b7c Update to 1.12.0.
PR:		ports/186371
Approved by:	maintainer timeout
2014-02-17 19:53:58 +00:00
Mikolaj Golub
87d3d0ce5a - Bump PORTREVISION after r344608.
- PYDISTUTILS_PKGNAME is not required with PYDISTUTILS_AUTOPLIST.

Submitted by:	rm
2014-02-17 19:41:28 +00:00
Antoine Brodin
7187a4cec9 Stage support (master port already staged) 2014-02-17 18:04:32 +00:00
Pietro Cerutti
b8999e2cc2 - STAGE-clean
- Convert to USES=tcl
- Get rid of pkg-plist (PORTDOCS=*)
2014-02-17 13:56:48 +00:00
Pietro Cerutti
21284e8b00 - STAGE-clean
- Convert to USES=tcl
2014-02-17 13:50:26 +00:00
Pietro Cerutti
796558c410 - Convert to USES=tcl
- Fix LICENSE
2014-02-17 13:28:04 +00:00
Pietro Cerutti
a1ea653cf5 - Convert to USES=tcl gmake 2014-02-17 13:22:56 +00:00
Pietro Cerutti
5bbb597288 - Convert to USES=tcl 2014-02-17 13:22:15 +00:00
Pietro Cerutti
813a79a031 - Convert to USES+=tcl gmake 2014-02-17 13:19:45 +00:00
Pietro Cerutti
cbae81f536 - Fix typo (fixes plist) 2014-02-17 13:16:26 +00:00
Pietro Cerutti
a76dec2a6e - Convert to USES=tcl
- STAGE-clean
- Add LICENSE
- Get rid of pkg-plist, use PORTDOCS=*
2014-02-17 13:05:39 +00:00
Martin Wilke
28af5e00e8 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-02-17 05:18:16 +00:00
Steven Kreuzer
419766da3e Update to 3.8.3.1
PR:		ports/186788
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-02-17 04:15:13 +00:00
Steven Kreuzer
811e4ac545 Update to 3.8.3.1
PR:		ports/186787
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-02-17 03:00:41 +00:00
Mikolaj Golub
4ded0d35a5 easy_install has been deprecated.
Submitted by:	koobs
2014-02-16 16:21:59 +00:00
Mikolaj Golub
d76f4f1c8d Update to 2.0.2. 2014-02-16 14:47:47 +00:00
Sunpoet Po-Chuan Hsieh
cc3b1fb854 - Update to 1.24
- Add LICENSE
- Use CPAN as WWW

Changes:	http://search.cpan.org/dist/POE-Component-EasyDBI/Changes
2014-02-16 10:37:13 +00:00
Sunpoet Po-Chuan Hsieh
b92f344f04 - Update to 0.34
Changes:	http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
2014-02-16 10:37:08 +00:00
Sunpoet Po-Chuan Hsieh
44b94b5435 - Update to 0.08270
- Add LICENSE
- Add more TEST_DEPENDS

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2014-02-16 10:37:04 +00:00
Martin Wilke
cbb35e1713 - Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES
2014-02-14 16:23:18 +00:00
Martin Wilke
eb721979d8 - Stage support 2014-02-14 15:42:12 +00:00
Martin Wilke
a0c1922e38 - Stage support 2014-02-14 15:42:01 +00:00
Martin Wilke
3033136e95 - Stage support 2014-02-14 15:41:28 +00:00
Martin Wilke
b3a6808b72 - Stage support 2014-02-14 15:41:17 +00:00
Martin Wilke
9891e59a94 - Stage support 2014-02-14 15:40:47 +00:00
Martin Wilke
b72c671a09 - Stage support 2014-02-14 15:40:34 +00:00
Martin Wilke
815c6a9f28 - Stage support 2014-02-14 15:40:10 +00:00
Martin Wilke
9b94298a29 - Stage support 2014-02-14 15:39:57 +00:00
Martin Wilke
7b5eb27a48 - Stage support 2014-02-14 15:03:07 +00:00
Martin Wilke
bca46df59b - Stage support 2014-02-14 15:02:55 +00:00
Martin Wilke
49ad1068a2 - Stage support 2014-02-14 15:02:40 +00:00
Martin Wilke
1ddbf37f3a - Stage support 2014-02-14 15:02:30 +00:00
Martin Wilke
92af96a160 - Stage support 2014-02-14 15:02:18 +00:00
Martin Wilke
616db7547a - Stage support 2014-02-14 15:02:09 +00:00
Martin Wilke
307d14cd5e - Stage support 2014-02-14 15:01:44 +00:00
Martin Wilke
35b6baaa78 - Stage support 2014-02-14 15:01:25 +00:00
Martin Wilke
0f4284a083 - Stage support 2014-02-14 15:01:11 +00:00
Martin Wilke
0bd37113fd - Stage support 2014-02-14 15:01:00 +00:00
Martin Wilke
9bb45c6d00 - Stage support 2014-02-14 15:00:28 +00:00
Martin Wilke
ce04d1727a - Stage support 2014-02-14 15:00:08 +00:00
Palle Girgensohn
f5cb5d0212 fix building when python meta port is not installed 2014-02-13 20:05:26 +00:00
Martin Wilke
75bc8e8146 - Convert USE_SCONS to USES 2014-02-13 13:50:45 +00:00
Ruslan Makhmatkhanov
47384e1fcd - update to 1.0.7
- support staging

PR:		186666
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com>
2014-02-13 13:43:36 +00:00
Antoine Brodin
6f8ae3f522 Mark broken: Fails to compile
cc -I. -I/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8 -DPHP_ATOM_INC -I/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/include -I/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/main -I/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/oracle8-client/rdbms/public -I/usr/local/oracle8-client/rdbms/demo -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -c /wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c  -fPIC -DPIC -o .libs/oci8_interface.o
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c: In function 'zif_oci_free_descriptor':
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:173: error: 'filename' undeclared (first use in this function)
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:173: error: (Each undeclared identifier is reported only once
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:173: error: for each function it appears in.)
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:173: error: 'filename_len' undeclared (first use in this function)
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c: In function 'zif_oci_lob_save':
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:212: error: 'filename' undeclared (first use in this function)
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:212: error: 'filename_len' undeclared (first use in this function)

Reported by:	pkg-fallout since august 2013
2014-02-12 19:48:28 +00:00
Antoine Brodin
ecf5518183 Mark broken: Fails to configure
===>  Running extconf.rb in ext/oci8 to configure
checking for cc... ok
checking for gcc... yes
checking for LP64... no
checking for ruby header... /wrkdirs/usr/ports/databases/ruby-oci8/work/ruby-oci8-1.0.0-rc1/ext/oci8/oraconf.rb:301: Use RbConfig instead of obsolete and deprecated Config.
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.

Reported by:	pkg-fallout since august 2013
2014-02-12 19:42:24 +00:00
Mathieu Arnold
a4bb82d99d Retire databases/p5-DBD-mysql5[56], they're not used.
Discussed with:	flo
Sponsored by:	Absolight
2014-02-12 16:40:34 +00:00
Mathieu Arnold
33ab73cd19 Fix old makeplist bug.
Pointy hat to:	people who blindly use makeplist
Sponsored by:	Absolight
2014-02-12 14:03:25 +00:00
Frederic Culot
371ea4eb61 - Update to 5.0.7
- Update MASTER_SITES
- Support staging
2014-02-12 13:24:11 +00:00
Jimmy Olgeni
65a0080c94 Upgrade to version 2.2.2. 2014-02-12 12:42:54 +00:00
Martin Wilke
ed7e7b9fa5 - Stage support 2014-02-12 05:55:20 +00:00
Akinori MUSHA
a07f361be6 Update to 0.9.13. Set USE_PERL5=run. 2014-02-12 04:52:54 +00:00
Antoine Brodin
a92a891ba1 Stage support 2014-02-11 18:29:30 +00:00
Alex Dupre
0b3d229e9d Fix gethostbyname usage.
PR:		ports/186509
Submitted by:	Lutz Rabing <lutz.rabing@omc.net>
2014-02-11 13:40:34 +00:00
Palle Girgensohn
2ef4318584 fix messed up file sizes for icu patch 2014-02-10 23:46:46 +00:00
Ruslan Makhmatkhanov
7ad9778313 - update to 3.8.3
- correct EXAMPLE option
- "extended regex" had used on post-patch phase

PR:		186558
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-02-10 22:01:26 +00:00
Palle Girgensohn
2999fc98f0 Chase ICU update 2014-02-10 16:32:40 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Kubilay Kocak
01d733c2df databases/py-redis: Update to 2.9.1 & modernise
- Update to 2.9.1
- Deprecate easy_install target
- Deprecate OPTIONSFILE override
- Remove unecessary setup.py patch
- Use OPTIONS helpers for HIREDIS RUN_DEPENDS

Changes: https://github.com/andymccurdy/redis-py/blob/2.9.1/CHANGES
2014-02-10 10:06:18 +00:00
Ruslan Makhmatkhanov
e7b6a7e657 - add LICENSE (MIT)
- do not use easy_install
- convert to using auto-generated packing list
- remove tab and add trailing slash in pkg-descr:WWW
- bump PORTREVISION

Approved by:	nivit (maintainer, by email)
2014-02-10 05:20:14 +00:00
Steven Kreuzer
195af262a4 Update to version 3.8.3
Fix LIB_DEPEND
Add missing STRIP_CMD

PR:		ports/186456
Submitted by:	Eero Hanninen <fax@nohik.ee>
Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2014-02-10 03:46:37 +00:00
Ruslan Makhmatkhanov
9d274025bf - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
2014-02-09 23:40:57 +00:00
Ruslan Makhmatkhanov
ff7a18cf24 - update to 4.0.0.13.80
- add stage support

PR:		186568
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
2014-02-09 20:20:07 +00:00
Matthew Seaman
e2021d50ec Update to 4.1.7
This is a routine bugfix release

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.7/phpMyAdmin-4.1.7-notes.html/view
2014-02-09 18:26:02 +00:00
Thierry Thomas
683f48c7a2 Upgrading to 4.0.0.833.
PR:		ports/178497
Submitted by:	José García Juanino <jjuanino (at) gmail.com>
2014-02-09 15:12:14 +00:00
Ruslan Makhmatkhanov
cb2900bcf5 - make py*-MySQLdb ports actually conflict with each other [1]
while here:
- do not use easy_install and add stage support
- convert to auto-generated packing list
- bump PORTREVISION
- add py-MySQLdb56 port as a slave to py-MySQLdb

PR:		177620 [1] (based on)
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Approved by:	maintainer timeout (10 months)
2014-02-09 14:15:28 +00:00
Ruslan Makhmatkhanov
b20cc2697d - remove patch for python26, that's not in tree anymore
- turn extra-patch for python27 into regular patch and remove corresponding
  logic from Makefile
2014-02-09 13:46:50 +00:00
Antoine Brodin
fc44453d4c - Fix plist
- Allow packaging as a regular user
2014-02-09 12:54:55 +00:00
Alex Dupre
7439b8c4ff - Update to 5.5.9 release
- Enable FPM by default [2]
- Add support to override configure flags [3]

To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM

PR:		ports/185438 [1], ports/186536 [2]
Submitted by:	Ilya Bakulin <webmaster@kibab.com> [1],
		Reinier Schoof <reinier@skoef.nl> [2]
2014-02-09 12:46:09 +00:00
Ruslan Makhmatkhanov
9209f13376 - fix typo in USE_GITHUB value, introduces in my previous commit. It doesn't
affect the fetch at all, just a typo.
2014-02-09 12:34:32 +00:00
Emanuel Haupt
0332e4b02b Support staging 2014-02-09 11:58:06 +00:00
Emanuel Haupt
8f4dd31b79 Support staging use shebangfix and strip binaries. 2014-02-09 11:52:16 +00:00
Ruslan Makhmatkhanov
b436c7cac8 - remove pkg-plist forgotten in previous commit 2014-02-09 11:12:31 +00:00
Ruslan Makhmatkhanov
508a9eed7c - install port documentation into stagedir uncoditionally and remove inclusion
of bsd.port.options.mk
- unmute docs installation command
- remove no more needed patch
- bump PORTREVISION
2014-02-09 11:11:46 +00:00
Ruslan Makhmatkhanov
8a366dc479 - update to 0.7.1
- change maintainer's email

while here:
- update LICENSE (BSD3CLAUSE)
- do not use deprecated easy_install and remove NO_STAGE

PR:		186076
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2014-02-09 11:01:51 +00:00
Alex Dupre
3bf632e183 - Update to 5.4.25 release [1]
- Enable FPM by default [2]
- Add support to override configure flags [3]

To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM

PR:		ports/186564 [1], ports/185437 [2], ports/186536 [3]
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com> [1],
		Ilya Bakulin <webmaster@kibab.com> [2],
		Reinier Schoof <reinier@skoef.nl> [3]
2014-02-09 08:39:00 +00:00
Sunpoet Po-Chuan Hsieh
60cb1ddc8d - Fix PKGNAME collision 2014-02-08 15:13:43 +00:00
Baptiste Daroussin
155aa7f937 Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by:	distilator
2014-02-07 18:50:30 +00:00
Martin Wilke
f6c9a93db2 - Fix build
- Stage support

PR:		184234
Submitted by:	Ports Fury
2014-02-07 15:54:38 +00:00
Baptiste Daroussin
313de50d95 Add forgotten bits from boost chasing 2014-02-07 11:45:14 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Alexey Dokuchaev
969fbda17a Cleanup the port a bit before it can be unbroken further:
- Add gmake to USES, it builds better with GNU make
- Use better syntax in top Makefile (files/patch-aa)
- Reindent commands in recipes; touch Makefile header and COMMENT
2014-02-07 10:43:04 +00:00
Martin Wilke
0ae9682fc0 - Stage support 2014-02-06 14:11:47 +00:00
Martin Wilke
82700603bf - Stage support 2014-02-06 12:16:41 +00:00
Martin Wilke
6ac9d07320 - Drop maintainership 2014-02-06 03:17:07 +00:00
Martin Wilke
af099b4997 - Stage support 2014-02-06 02:41:31 +00:00
Antoine Brodin
01e1465a52 Deprecate, upstream disappeared.
Requested by:	maintainer
2014-02-05 23:58:44 +00:00
Antoine Brodin
f138519552 This port is staged. 2014-02-05 23:43:15 +00:00
Antoine Brodin
7a23bc5274 Finish stage support (the master port is already staged) 2014-02-05 23:35:20 +00:00
Mathieu Arnold
af9607e0f2 Update to 3.0.0
Changes:	http://www.postgresql.org/message-id/5806d5ec19f6849cc3a33877d02c0e26@biglumber.com
Sponsored by:	Absolight
2014-02-05 15:58:54 +00:00
Emanuel Haupt
58fb45f3dd Support staging. 2014-02-05 13:43:06 +00:00
Baptiste Daroussin
6b0586ed92 Reset maintainer (mail bouncing)
Reported by:	pkg-fallout
2014-02-05 09:00:31 +00:00
Martin Wilke
93e63011e7 - Really stage support 2014-02-05 08:16:10 +00:00
Frederic Culot
d2b0a3e81f - Update to 1.77
Changes:	http://search.cpan.org/dist/SQL-Abstract/Changes
2014-02-05 07:37:34 +00:00
Martin Wilke
f5f067534e - Stage support 2014-02-05 07:37:19 +00:00
Matthew Seaman
592a9faab9 Update to 5.1.29
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-29.html
2014-02-04 19:04:17 +00:00
Sunpoet Po-Chuan Hsieh
56c58b7832 - Update to 0.29
Changes:	http://search.cpan.org/dist/DBIx-Custom/Changes
2014-02-04 16:31:06 +00:00
Sunpoet Po-Chuan Hsieh
4065b145ab - Update to 1.2.17.0
Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.17
		http://search.cpan.org/dist/Search-Xapian/Changes
2014-02-04 16:14:36 +00:00
Sunpoet Po-Chuan Hsieh
59c22a0166 - Update to 1.2.17
- Update USE_PYTHON
- Use PORTDOCS

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.17
2014-02-04 16:14:32 +00:00
Sunpoet Po-Chuan Hsieh
223de8ea3e - Update to 1.2.17
Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.17
2014-02-04 16:14:27 +00:00
Baptiste Daroussin
d036d0aacf Deprecate: abandonware, messing the clusters 2014-02-04 12:50:48 +00:00
Pietro Cerutti
a49192f9f9 - STAGE-clean 2014-02-04 09:28:11 +00:00
Alex Dupre
9bed6d1a51 Limit portscout versions. 2014-02-04 09:27:42 +00:00
Frederic Culot
0383a6ebb5 - Update to 1.631 [1]
- Simplify COMMENT

Changes:	http://search.cpan.org/~timb/DBI-1.631/Changes#Changes_in_DBI_1.631
PR:		ports/186303 [1]
Submitted by: 	Kurt Jaeger <fbsd-ports@opsec.eu>
2014-02-03 17:45:10 +00:00
Anton Berezin
4b67ba1dff Update to 2.0 and take over maintainership. 2014-02-03 13:52:17 +00:00
Dmitry Sivachenko
8b53d3556c Fix template leftover. 2014-02-03 11:32:14 +00:00
Dmitry Sivachenko
636217df6c New port: nagios-check_redis.
Nagios plugin to check redis status.
2014-02-03 11:27:39 +00:00
Kubilay Kocak
f629f22a51 databases/py-umemcache: Modernise: STAGE, AUTOPLIST & more
- Enable STAGE support
- Enable AUTOPLIST support, delete PLIST_FILES
- Update LICENSE (BSD4CLAUSE)
- USE_DOS2UNIX -> USES=dos2unix
- Bump PORTREVISION
2014-02-03 10:09:46 +00:00
Kubilay Kocak
c0f6bf7a97 databases/py-htsql[-*] Modernise: STAGE and AUTOPLIST
For py-htsql, py-htsql-mysql and py-htsql-pgsql:

- Enable STAGE support
- Enable AUTOPLIST support, delete pkg-plist accordingly
- Deprecate easy_install target
- Deprecate PYDISTUTILS_PKGNAME
- Add LICENSE (AGPLv3)
- Bump PORTREVISION
2014-02-03 09:56:19 +00:00
Bryan Drewery
e76ba998d6 - Remove invalid port added in r342241 2014-02-02 20:48:07 +00:00
Martin Wilke
e02efb4098 - Stage support 2014-02-02 11:17:47 +00:00
Martin Wilke
b9f6bf2dca - Stage support 2014-02-02 11:00:29 +00:00
Martin Wilke
c0be5f35ac - Stage support 2014-02-02 11:00:07 +00:00
Martin Wilke
563cef9edd - Stage support 2014-02-02 10:25:49 +00:00
Martin Wilke
c79c7db75b - Stage support 2014-02-02 10:08:02 +00:00
Alex Kozlov
08295d26f7 - Support STAGEDIR
- Add LICENSE
- Reset maintainer
2014-02-02 09:05:59 +00:00
Martin Wilke
a5843f4f81 - Stage support 2014-02-02 08:56:06 +00:00
Steve Wills
909ae38154 - Add rubygem-arel3 to unbreak index 2014-02-02 03:38:56 +00:00
Steve Wills
49b42bb6f7 - Update dependencies 2014-02-02 03:11:49 +00:00
Steve Wills
e774623270 - Add port for older version of rubygem-arel which rails needs 2014-02-02 03:01:10 +00:00
Max Brazhnikov
d7ba8fc7c1 Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
2014-02-01 12:17:42 +00:00
William Grzybowski
8413e27507 databases/cego: update to 2.20.1
PR:		ports/186126
Submitted by:	maintainer
2014-02-01 11:50:20 +00:00
Alex Dupre
a4e50b41f3 Update to 5.6.16 release. 2014-02-01 10:29:56 +00:00
Alex Dupre
a06ee42462 Update to 5.5.36 release. 2014-02-01 10:23:23 +00:00
Antoine Brodin
2549c1da08 Mark broken everywhere: Does not compile
On 8 and 9:
gcc -g -O -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/local/include/postgresql/server -I/usr/local/include pg_filedump.c -c
In file included from pg_filedump.c:28:
pg_filedump.h:32:22: error: postgres.h: No such file or directory

On 10 and head:
gcc -g -O -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/local/include/postgresql/server -I/usr/local/include pg_filedump.c -c
make[1]: exec(gcc) failed (No such file or directory)
*** Error code 1

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-01-31 21:39:24 +00:00
Antoine Brodin
de4aeeab0f Mark broken: Fails to check-sanity
Unknown extension sqlite for PHP 5.
*** Error code 1

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-01-31 21:26:09 +00:00
Pietro Cerutti
8b871bf7c9 - Update to 6.1.3
- STAGE-clean
2014-01-31 14:52:20 +00:00
Pawel Pekala
eb1cee7fe1 Set on RTREE option by default.
It's required for graphics/mapnik, databases/spatialite.

PR:		ports/186003
Submitted by:	maintainer
2014-01-31 13:57:45 +00:00
Andrej Zverev
073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00
Andrej Zverev
78504bf84d - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:31:52 +00:00
Andrej Zverev
af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00
Pietro Cerutti
636684cc5c - Convert to USES=tcl 2014-01-29 14:33:31 +00:00
Alexey Dokuchaev
a1c770272e - Stagify, reword COMMENT, drop ONLY_FOR_ARCHS: for broken cases, the port
should be marked accordingly instead
- Clean up Makefile and port description text while here
2014-01-29 13:03:16 +00:00
Alex Dupre
ac9c1d7fe3 Update to 2.4.9 release. 2014-01-29 13:02:50 +00:00
Mathieu Arnold
094977b581 Fix COMMENT.
Sponsored by:	Absolight
2014-01-29 12:56:43 +00:00
Mathieu Arnold
9713c0869c Retire p5-DBD-mysql52, we don't have it any more, and add *-56.
Sponsored by:	Absolight
2014-01-29 12:42:56 +00:00
Akinori MUSHA
fb93cfc8db Set USE_MYSQL=server. 2014-01-29 08:57:07 +00:00
Steve Wills
0213f9baf8 - Update to 1.4.17
- Remove repcached patch as it seems defunct upstream

PR:		ports/185746
Submitted by:	Marc Peters <marc@mpeters.org>
2014-01-28 21:34:21 +00:00
Martin Wilke
f6d2330d23 - Stage support 2014-01-28 16:46:12 +00:00
Martin Wilke
6130941e07 - Stage support 2014-01-28 15:34:13 +00:00
Akinori MUSHA
b1fe189546 Take care of CONFIGURE_ARGS and PKGNAMEPREFIX also. 2014-01-28 12:06:29 +00:00
Akinori MUSHA
41a994e689 Make use of ${_MYSQL_SERVER} to support Percona/MariaDB along with MySQL.
PR:		ports/186116
Submitted by:	fluffy
2014-01-28 11:56:48 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Antoine Brodin
864284545c Stage support 2014-01-28 00:16:57 +00:00
Baptiste Daroussin
53f5bbb2ba Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
Ruslan Makhmatkhanov
d1a51e7c6f - convert to autogenerated packing list to fix python3 packaging
- simplify DOCS and EXAMPLES installation

PR:		182422
Reported by:	    Arseny Nasokin <eirnym@gmail.com>
Approved by:	miwi (maintainer, by email)
2014-01-26 23:32:05 +00:00
Matthew Seaman
be54c1c7db Update to 4.1.6
This is a routine bugfix update.

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.6/phpMyAdmin-4.1.6-notes.html/download
2014-01-26 20:05:47 +00:00
John Marino
61965b9e86 databases/postgresql-libpqxx3: Support stage 2014-01-26 15:41:20 +00:00
Antoine Brodin
65f944c0ff - Stage support
- Remove 1 duplicate and 1 inexistent directory from plist
2014-01-25 18:45:18 +00:00
Antoine Brodin
d83463ad80 - Stage support
- Remove inexistent directory from plist
2014-01-25 17:25:11 +00:00
Martin Wilke
d0300e4017 - Fix build on -current
- Add LICENSE
- Support PLIST_FILES
- Stage support

PR:		184833
Submitted by:	ports fury
2014-01-25 16:45:01 +00:00
Antoine Brodin
1f138bb3e6 Finish stage support
Note: this port seems broken on FreeBSD 8
2014-01-25 11:53:57 +00:00
Martin Wilke
cddbfeef63 - Stage support 2014-01-25 06:05:35 +00:00
Martin Wilke
6e1bad7c37 - Stage support 2014-01-25 06:04:49 +00:00
Marcus von Appen
c48db11c54 - Enable stagedir support 2014-01-24 19:02:47 +00:00
Martin Wilke
a62de32af0 - Stage safe 2014-01-24 14:45:58 +00:00
Jimmy Olgeni
f117aa1a4b Fix databases/slony1 to compile on FreeBSD 10.
PR:		ports/186048
Submitted by:	maintainer
2014-01-24 13:54:14 +00:00
Olivier Duchateau
8b223b0637 Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes

While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE
2014-01-24 13:34:31 +00:00
Marcus von Appen
abd6bee2ef - Enable stagedir support
- Convert to PYDISTUTILS_AUTOPLIST
- Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes
2014-01-23 20:07:31 +00:00
Martin Wilke
1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00
Akinori MUSHA
bd26a962f2 Add USE_GCC=4.2+ for FreeBSD 10+.
Properly declare a dependency on Perl5 (for bin/q4m-forward) and bump
PORTREVISION for this.
2014-01-23 10:15:01 +00:00
Sunpoet Po-Chuan Hsieh
4234cb9f90 - Update to 3.0.7
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2014-01-23 03:27:33 +00:00
Mathieu Arnold
ed4bf26e8b Fixup the props on Makefile*
With hat:	portmgr
Sponsored by:	Absolight
2014-01-22 17:00:46 +00:00
John Marino
2161d2b1e9 databases/tablelog: Fix pgsql 9.2+ and stage support
PR: ports/179955
2014-01-22 11:20:17 +00:00
Akinori MUSHA
f81c34e7ba Update to 0.9.10, adding support for MySQL 5.5+. 2014-01-22 11:03:44 +00:00
John Marino
6151942f02 databases/tablelog: Reset maintainer due to email bounce 2014-01-22 07:55:46 +00:00
Baptiste Daroussin
87e749cf4b Back out unintentional changes and fix pkg-plist properties
Reported by:	mat
2014-01-21 23:38:26 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Mathieu Arnold
6d1dc5774d Update to 4.026
PR:		ports/185887
Submitted by:	Kurt Jaeger
Sponsored by:	Absolight
2014-01-21 07:17:09 +00:00
Jonathan Chu
19aceb599f Update maintainer email address
Approved by:    swills (mentor)
2014-01-21 05:12:40 +00:00
Sunpoet Po-Chuan Hsieh
d4cae09480 - Update to 0.07039
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2014-01-20 17:25:01 +00:00
Sunpoet Po-Chuan Hsieh
464b3c4c79 - Update to 0.810
Changes:	http://search.cpan.org/dist/Rose-DB-Object/Changes
2014-01-20 17:24:44 +00:00
Sunpoet Po-Chuan Hsieh
8c505a3e95 - Update to 0.775
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2014-01-20 17:24:39 +00:00
Florian Smeets
0dd36d6e5e - Update to 5.5.35-33.0
- Pet portlint

PR:		ports/185889
Submitted by:	Jim Ohlstein <jim@selenium.jlkhosting.com>
2014-01-19 20:21:00 +00:00
Florian Smeets
9e9f84fbef - Update to 2.2.6 [1]
- Add LICENSE [1]
- Support STAGE

PR:		ports/185882 [1]
Submitted by:	Gea-Suan Lin <gslin@gslin.org> [1]
2014-01-19 16:32:34 +00:00
Florian Smeets
145a95e389 - Update to 1.1.3
- Add stage support

PR:		ports/185795
PR:		ports/185833
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-01-19 11:40:17 +00:00
Martin Matuska
89127e0e8f Add STAGE support to ProFTPD 2014-01-19 11:24:24 +00:00
Danilo Egea Gondolfo
64debba093 - Update from 1.4.5 to 1.4.6
- Use options helpers
- Add stage support

while here
- Define LICENSE properly
- Convert USE_GMAKE to USES
- Remove the indefinite article from COMMENT

PR:		ports/185532
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2014-01-19 02:36:25 +00:00
Danilo Egea Gondolfo
586ff06f43 - Update from 3.8.0.2 to 3.8.2
- Add stage support

while here
- Convert USE_TCL to USES

PR:		ports/185484
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-01-18 02:07:40 +00:00
Matthew Seaman
461b13f7eb Update to 4.1.5
This is a routine bugfix update.

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.5/phpMyAdmin-4.1.5-notes.html/download
2014-01-17 20:34:30 +00:00
Danilo Egea Gondolfo
33435d026d - Remove FETCH_ARGS, "-Fpr" is the default parameter.
Reported by:	jgh
2014-01-17 16:25:52 +00:00
Danilo Egea Gondolfo
13294346c7 - Add new port databases/pgrouting
pgRouting extends the PostGIS / PostgreSQL geospatial database to provide
geospatial routing functionality.

PR:		ports/185483
Submitted by:	lbartoletti <coder@tuxfamily.org>
2014-01-17 15:59:52 +00:00
Rene Ladan
ca14626cce Remove expied ports:
2013-12-17 www/suphp: Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html
2013-12-16 databases/postgis: EOLed upstream
2014-01-17 01:17:19 +00:00
Sergey Matveychuk
414f91fbb7 - Drop. No time to support. 2014-01-16 15:43:27 +00:00
Baptiste Daroussin
f8e4d2f78f Reduce over inclusion of bsd.port.mk 2014-01-15 23:51:19 +00:00
Baptiste Daroussin
ebbe2bdbbe Reduce over inclusion of bsd.port.mk 2014-01-15 23:50:27 +00:00
Baptiste Daroussin
05f6b4ccab Reduce over inclusion of bsd.port.mk 2014-01-15 23:48:20 +00:00
Baptiste Daroussin
23d876c60e Reduce over inclusion of bsd.port.mk 2014-01-15 23:47:04 +00:00
Baptiste Daroussin
db0ae84935 Reduce over inclusion of bsd.port.mk
Convert USE_GMAKE -> USES=gmake
2014-01-15 23:46:26 +00:00
Baptiste Daroussin
56843f344a Reduce over inclusion of bsd.port.mk 2014-01-15 23:43:52 +00:00
Baptiste Daroussin
b64d56cfff Reduce over inclusion of bsd.port.mk 2014-01-15 23:42:56 +00:00
Baptiste Daroussin
301bc1bb7f Reduce over inclusion of bsd.port.mk 2014-01-15 23:42:17 +00:00
Baptiste Daroussin
4e0a12a4c9 Reduce over inclusions of bsd.port.mk
Remove license file for well known license
2014-01-15 23:40:29 +00:00
Baptiste Daroussin
1b416098d2 Reduce bsd.port.mk inclusions by using options helpers
replace USE_GMAKE -> USES=gmake
2014-01-15 23:38:22 +00:00
Baptiste Daroussin
8f74bf51f3 Reduce over inclusion of bsd.port.mk 2014-01-15 23:34:24 +00:00
Baptiste Daroussin
6c38c07606 Support stage
Use options helpers
Use pkg-plist
2014-01-15 23:33:03 +00:00
Baptiste Daroussin
5a70055cb9 Reduce over inclusion of bsd.port.mk 2014-01-15 23:27:54 +00:00
Baptiste Daroussin
d766db32ca Reduce over inclusion of bsd.port.mk 2014-01-15 23:25:24 +00:00
Xin LI
0103c4fd1b Update to 0.9.11 2014-01-15 19:50:34 +00:00
Martin Wilke
9c5b9f7cd8 - Update to 2.5.2 2014-01-15 03:02:18 +00:00
Sergey A. Osokin
771437151f Upgrade from 2.8.3 to 2.8.4.
<ChangeLog>

# UPGRADE URGENCY: MODERATE for Redis and Sentinel.

* [FIX] Makefile compatibility with non common make variants improved.
* [FIX] SDIFF crash in very unlikely to trigger state fixed.
* [FIX] Config rewriting fixed: don't wipe options unknown to the rewrite
        process.
* [FIX] Set TCP port to 0 works again to disable TCP networking.
* [FIX] Fixed replication with old Redis instances as masters by not
        sending REPLCONF ACK to them.
* [FIX] Fix keyspace notifications rewrite and CONFIG GET output.
* [FIX] Fix RESTORE TTL handling in 32 bit systems (32 bit overflow).

* [NEW] Sentinel now has a run time configuration API.
* [NEW] Log when we lost connection with master or slave.
* [NEW] When instance is turned from slave to master now inherits the
        old master replication offset when possible. This improves the
        Sentinel failover procedure.

</ChangeLog>
2014-01-14 10:28:34 +00:00
Antoine Brodin
c02b6e710d Fix packaging after the move from distutils to setuptools (egginfo is now
a directory, not a file):
- Use PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-13 22:00:40 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
f208e06c69 Update to version 2.3 and switch to lua 5.2
Give maintainership to lua@
2014-01-13 10:43:51 +00:00
Chris Rees
364f7de4e1 Update to 4.0.1
Stage

PR:		ports/185591
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-01-12 20:46:13 +00:00
Antoine Brodin
9bcc393a2a - Update to 1.5.0
- Stage support

PR:		ports/184463
Submitted by:	Adam Strohl (maintainer)
2014-01-12 18:50:42 +00:00
Jun Kuriyama
80c1e8fe27 - Upgrade to 1.001021. 2014-01-12 09:59:34 +00:00
Jun Kuriyama
b9d8e8d3eb - Upgrade to 0.002209. 2014-01-12 02:34:26 +00:00
Julien Laffaye
257ee41338 - Change default location of Go packages to LOCALBASE/share/go
This fixes problems like ports failing to build if the port
  is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!

PR:		ports/180003 [1]
2014-01-11 17:46:33 +00:00
Kubilay Kocak
57c4dbfa0d databases/py-riak: Take maintainership & modernise
- Take maintainership
- Enable STAGE support
- Enable AUTOPLIST, remove pkg-plist accordingly
- Stop using easy_install, remove post-patch: target accordingly
2014-01-10 08:47:02 +00:00
Jason Helfman
4b0cbc1f37 - adopt staging support
- use python autoplist feature
2014-01-10 07:49:48 +00:00
Thomas Abthorpe
4f73f3ab3f - Reassign to the heap due to mail bounces 2014-01-10 03:57:05 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Steven Kreuzer
f51623cd4f Add staging support
Convert to USES= framework
Define LICENSE
2014-01-09 21:09:02 +00:00
Olli Hauer
bf33d209c6 - update to version 1.0.9
- add stage support to php-mdcached

Changelog Version 1.0.8,1.0.9:
- Make it compile with compilers which don't
  implement the (obsolete) std::tr1 c++ namespace

Submitted by:	ivoras (maintainer perm PM)
2014-01-09 19:12:06 +00:00
Mathieu Arnold
ed00ed7575 Fix typo, one less pkgname collision. 2014-01-09 15:48:57 +00:00
Alexey Dokuchaev
691d107e38 - Update to version 1.6
- Use OPTIONS helpers, stagify

Submitted by:	maintainer
2014-01-09 03:01:23 +00:00
William Grzybowski
87588ffeb1 databases/py-hiredis: update to 0.1.2
PR:		ports/185552
Submitted by:	maintainer
2014-01-08 11:06:04 +00:00
Matthew Seaman
f23cdcfb28 Update to 4.1.4
This is a routine bugfix upgrade

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.4/phpMyAdmin-4.1.4-notes.html/view
2014-01-07 20:40:42 +00:00
William Grzybowski
112e314d69 databases/cego: update to 2.19.14
PR:		ports/185530
Submitted by:	maintainer
2014-01-07 18:53:09 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Raphael Kubo da Costa
68823e72d9 - Update to 3.8.2
- Don't add RTREE by default
- Add new OPTION: UNICODE61

PR:		ports/185465
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-01-05 15:27:50 +00:00
Sunpoet Po-Chuan Hsieh
9c9a26bf61 - Add pecl-leveldb 0.1.4
This extension is a PHP binding for Google LevelDB

WWW: http://pecl.php.net/package/leveldb

PR:		ports/185233
Submitted by:	John Chen <johnpupu@gmail.com>
2014-01-04 08:24:55 +00:00
Antoine Brodin
f623c8be90 Fix plist (JSON parser and producer orphaned) 2014-01-03 16:22:02 +00:00
Li-Wen Hsu
4ddf155adc - Update to 0.6.2 2014-01-03 08:57:52 +00:00
Li-Wen Hsu
7c372d7ea5 - Update to 0.6.1 2014-01-03 08:57:38 +00:00
Matthias Andree
4c00187cd4 Convert to staging, and fix a few quirks along the way:
- fix shebang lines in example scripts
- strip the installed bdb.so file
2014-01-03 02:28:49 +00:00
Steve Wills
5072887128 - Minimize patches to just remove the comparison
Pointed out by:		mandree
Pointyhat to:		swills
2014-01-03 01:59:31 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Steve Wills
5eed4361ac - Make check for bdb version ignore the patch level
PR:		ports/184921
2014-01-02 20:12:09 +00:00
Steve Wills
a672ed22fb - Remove unneeded RUBY_VER
With hat:	ruby@
2014-01-02 19:43:39 +00:00
Dmitry Sivachenko
8e0b4166fa Unbreak:
/!\ mongodb-2.4.8: Makefile errors /!\

you cannot include bsd.port[.pre].mk twice

*** Error code 1
2014-01-02 15:19:24 +00:00
Sunpoet Po-Chuan Hsieh
3060ea2bf9 - Update to 0.17.1
- Add LICENSE

Changes:	https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
2014-01-01 00:08:46 +00:00
Matthew Seaman
705358bdfe Update to 4.1.3
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.3/phpMyAdmin-4.1.3-notes.html/view
2013-12-31 13:24:54 +00:00
Sunpoet Po-Chuan Hsieh
60654db5e3 - Add LICENSE 2013-12-31 13:08:35 +00:00
Antoine Brodin
7047a19e51 - Stage support
- Use OPTIONS helpers
2013-12-31 12:59:50 +00:00
Antoine Brodin
d13e8fffa3 Stage support, uses gmake 2013-12-31 12:47:23 +00:00
Sunpoet Po-Chuan Hsieh
ff716a87d5 - Add LICENSE
- Sort RUN_DEPENDS
2013-12-31 10:09:04 +00:00
Sunpoet Po-Chuan Hsieh
6023497033 - Update to 5.0.0
- Add LICENSE

Changes:	https://github.com/rails/arel/blob/master/History.txt
2013-12-31 06:58:25 +00:00
Sunpoet Po-Chuan Hsieh
afbf0d0ec1 - Add missing *_DEPENDS: it should be added while updating to 2.05+
- Bump PORTREVISION for dependency change
2013-12-31 02:54:19 +00:00
Sunpoet Po-Chuan Hsieh
7962fbd027 - Add p5-Dancer-Plugin-Database-Core 0.05
Dancer::Plugin::Database::Core is a shared library for Dancer::Plugin::Database
and Dancer2::Plugin::Database modules.

WWW: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/
2013-12-31 02:54:13 +00:00
Sunpoet Po-Chuan Hsieh
16345edded - Update to 1.75
- Add missing TEST_DEPENDS

Changes:	http://search.cpan.org/dist/SQL-Abstract/Changes
2013-12-31 00:59:16 +00:00
Sunpoet Po-Chuan Hsieh
b70716b149 - Update to 2.09
Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
2013-12-31 00:59:12 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
0968e3d223 - Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
2013-12-30 09:08:13 +00:00
Sunpoet Po-Chuan Hsieh
f6144636ac - Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
2013-12-30 09:08:08 +00:00
Koop Mast
5c4174835f Add vsqlite, a well designed and portable SQLite3 Wrapper for C++. 2013-12-29 20:37:27 +00:00
Chris Rees
50ef26bc89 Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups
2013-12-29 14:50:31 +00:00
Rene Ladan
be02e97526 Remove expired port:
2013-11-01 databases/mird: No longer maintained upstream
2013-12-28 20:29:22 +00:00