Commit graph

13191 commits

Author SHA1 Message Date
Bartek Rutkowski
4d05552602 databases/qof: update 0.8.7 -> 0.8.8
Approved by:	mentors (implicit)
2014-09-26 12:15:35 +00:00
Matthew Seaman
a9aaee0dca Update to 5.1.33
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-33.html
2014-09-26 11:44:28 +00:00
Alex Dupre
617059c3e9 Update to 5.6.21 release. 2014-09-24 10:48:00 +00:00
Olli Hauer
862a7b9253 - fix DEFAULT_VERSIONS usage
(do not overwrite make.conf settings)
2014-09-23 22:24:19 +00:00
Kurt Jaeger
f2514e5182 databases/freetds-devel: 0.92.79 -> 0.92.812
- Bringing the -devel port to a recent version

PR:		193866
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-09-23 20:47:12 +00:00
Dmitry Marakasov
4ac690c3d2 - Drop @dirrm* from plist 2014-09-23 16:13:42 +00:00
Vanilla I. Shu
08eedb71af Upgrade to 2.5.2. 2014-09-23 15:46:07 +00:00
Alex Dupre
fa1c1bc803 Update to 5.5.40 release and unbreak on armv6 [1].
PR:		193841 [1]
Submitted by:	mikael.urankar@gmail.com
2014-09-23 15:03:22 +00:00
Baptiste Daroussin
427938c0ff Convert to USES=pear
Use options helpers
2014-09-23 14:14:19 +00:00
Kurt Jaeger
af1ec3bd95 databases/sqlrelay: 0.53.1 -> 0.56, unbreak, take maintainership
- Long list of changes since 0.53.1, see ChangeLog
- unbreak
- many of the options need to be tested and fine-tuned

PR:		193846
2014-09-22 20:20:20 +00:00
Antoine Brodin
0bd82e6f32 Lower warn level to allow building with the version of freetds in ports 2014-09-22 19:12:49 +00:00
Antoine Brodin
3f0feb1514 - Fix LIB_DEPENDS, this port links against libct no libtds
- Modernize a bit
2014-09-22 17:18:57 +00:00
Thomas Zander
051379ce4d - Fix build break due to recent update of databases/freetds
- Simplify pkg-plist
- Bump PORTREVISION
2014-09-22 16:10:38 +00:00
Thomas Zander
65d4c9d80e - Fix build breakage due to recent upgrade of databases/freetds
- Add LICENSE
- Modernise port Makefile
- Bump PORTREVISION
2014-09-22 15:15:27 +00:00
Baptiste Daroussin
221429612d Simplify plist by trimming @dirrm* and using PORTDOCS macro 2014-09-22 14:15:03 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
Baptiste Daroussin
f81e1256d8 Simplify plist 2014-09-22 09:33:51 +00:00
Sergey A. Osokin
05ca6dba90 Upgrade from 2.8.15 to 2.8.17.
<ChangeLog>

--[ Redis 2.8.17 ] Release date: 19 Sep 2014

# UPGRADE URGENCY: HIGH for Redis Sentinel.
                   LOW for Redis Server (unmodified compared to 2.8.16).

* [FIX] Resolved a memory leak in the hiredis library causing a memory leak
        in Redis Sentinel when a monitored instance or another Sentinel is
        unavailable. Every reconnection attempt will leak a small amount of
        memory, but in the long run the process can reach a considerable size.

--[ Redis 2.8.16 ] Release date: 16 Sep 2014

# UPGRADE URGENCY: HIGH for Redis if you are using 2.8.15 + AOF.
                   LOW for Sentinel.

* [FIX] The ability to load truncated AOF files introduced with Redis 2.8.15
        contains a bug fixed in this release: after loading the file was not
        truncated to the last valid command, so the new commands are appended
        after a non well formed command. This means that:

        1) The first AOF rewrite triggered by the server will automatically
           fix the problem.
        2) However, if the server is restarted before the rewrite, Redis may
           not be able to load the file and you need to manually fix it.

        In order to fix a corrupted file you should start the redis-check-aof
        utility WITHOUT the --fix option, just to check the offset where the
        corruption is found. Around the offset reported by the check utility
        you'll find, inside your AOF file, a command which is not complete
        according to the Redis protocol. Just remove this incomplete command
        leafing the file unaltered before and after the offending command,
        and restart the server.

        IMPORTANT #1: Redis 2.8.15 is the only stable version of Redis with
        this bug so probably no actual real-world problem happened since the
        problem is automatically fixed at the first automatic AOF rewrite.

        IMPORTANT #2: Before upgrading to Redis 2.8.16, if you are using Redis
        2.8.15 with AOF enabled, make sure to trigger a manual AOF rewrite
        using the BGREWRITEAOF command.

* [FIX] SAVE is no longer propagated to AOF / slaves.

</ChangeLog>
2014-09-21 23:14:58 +00:00
Dirk Meyer
a66db06c9d - revert add, wrong categrory 2014-09-21 14:57:37 +00:00
Dirk Meyer
540a1ecb65 - add rubygem-aspectr to RUN_DEPENDS 2014-09-21 14:51:33 +00:00
Thomas Zander
96fb439bc4 - Update to upstream version 0.91.103
- Assign maintainership to Muhammad Moinur Rahman <5u623l20@gmail.com>
- Convert to simple OPTIONS handling where possible

PR:		193686
Submitted by:	5u623l20@gmail.com
2014-09-21 14:10:53 +00:00
Dmitry Marakasov
137f4e0a57 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-21 12:33:00 +00:00
Mathieu Arnold
5c5a80e471 Also, use the correct way to depend on a package. And fix a double colon.
Sponsored by:	Absolight
2014-09-21 11:52:02 +00:00
Mathieu Arnold
96473dccde Fix index, build, and all.
Sponsored by:	Absolight
2014-09-21 11:46:58 +00:00
Matthew Seaman
24caa8f070 Update to 4.2.8
This is a routine bugfix update.

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.9/phpMyAdmin-4.2.9-notes.html/download
2014-09-21 11:11:49 +00:00
Dirk Meyer
e64c4e353c - add RUN_DEPENDS 2014-09-21 09:44:03 +00:00
Dirk Meyer
021b77df8e - remove defunctional port, old sqlite driver for ruby is missing. 2014-09-21 09:43:31 +00:00
Antoine Brodin
04bf0dfcdc Finish ruby-dbi removal 2014-09-21 09:14:57 +00:00
Dirk Meyer
47a3dfffcc This package allows Ruby developers to write their code using aspect-
oriented programming style.  AspectR is somewhat similar to AspectJ.

WWW: http://aspectr.sourceforge.net/
2014-09-21 09:06:15 +00:00
Dirk Meyer
a1f44daca8 - replaced all ruby-dbi and ruby-dbd ports with rubygems 2014-09-21 08:43:57 +00:00
Dirk Meyer
c276966556 This is the ODBC driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net
2014-09-21 08:38:16 +00:00
Dirk Meyer
93e203e14f This is the SQLite driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net
2014-09-21 08:34:03 +00:00
Dirk Meyer
7e3dcdba31 This is the SQLite3 driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net
2014-09-21 08:24:50 +00:00
Dirk Meyer
610f05f334 This is the PostgreSQL driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net
2014-09-21 08:17:25 +00:00
Dirk Meyer
fc0b13e922 This is the MySQL driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net
2014-09-21 07:52:45 +00:00
John Marino
566d086cd9 databases/py-bsddb3: Fix build with python 3.x
PR:		189131
Reported by:	arcade (b1t.name)
Fixed by:	maintainer (Muhammad Rahman)
2014-09-20 17:10:36 +00:00
Rene Ladan
7eafff56c3 Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
2014-09-20 09:45:04 +00:00
Andrej Zverev
685b3d3d9f fix build with perl 5.18
PR:		193064
2014-09-20 06:33:14 +00:00
Andrej Zverev
3207615152 fix build with perl 5.18
PR:		193064
2014-09-20 06:30:59 +00:00
Sunpoet Po-Chuan Hsieh
bf12363603 - Update to 1.18
Changes:	https://github.com/google/leveldb/releases
2014-09-18 15:17:04 +00:00
Sunpoet Po-Chuan Hsieh
4345955dc8 - Fix build
- Strip shared library
2014-09-18 15:16:39 +00:00
Tijl Coosemans
9c550eca2e - Remove old libtool patch
- Replace patch with USES=pathfix
2014-09-18 13:14:36 +00:00
Tijl Coosemans
3a35534618 Convert to USES=autoreconf 2014-09-18 10:25:38 +00:00
Tijl Coosemans
c576f8b4cb - Make both cmake and autotools build dependencies only
- Merge MASTER_SITES and MASTER_SITE_SUBDIR
2014-09-18 07:30:24 +00:00
Bryan Drewery
0272bb88ae - Fix build on 8.x which does not have TCP_KEEPIDLE
Approved by:	maintainer
2014-09-17 15:56:18 +00:00
Sergey A. Osokin
2f1a4001a1 Upgrade from 2.8.14 to 2.8.15.
<ChangeLog>

--[ Redis 2.8.15 ] Release date: 12 Sep 2014

# UPGRADE URGENCY: LOW for Redis, HIGH for Sentinel.

* [FIX] Sentinel critical bug fixed: the absolute majority was computed in a
        wrong way because of a programming error. Now the implementation does
        what the specification says and the majority to authorize a failover
        (that should not be confused with the ODOWN quorum) is the majority of
        *all* the Sentinels ever seen for a given master, regardless of their
        current state.
* [FIX] GETRANGE test no longer fails for 32 bit builds (Matt Stancliff).
* [FIX] Limit SCAN latency when the hash table is in an odd state (very few
        populted buckets because rehashing is in progress). (Xiaost and
        Salvatore Sanfilippo)

* [NEW] Redis is now able to load truncated AOF files without requiring a
        redis-check-aof utility run. The default now is to load truncated
        (but apparently not corrupted) AOFs, you can change this in redis.conf.
        (Salvatore Sanfilippo).
* [NEW] Sentinel: ability to announce itself with an arbitrary IP/port to work
        in the context of natted networks. However this is probably still
        not enough since there is no equivalent mechanism for slaves listed
        in the master INFO output. (Dara Kong and Salvatore Sanfilippo)

</ChangeLog>
2014-09-16 08:20:52 +00:00
Sunpoet Po-Chuan Hsieh
67ec24ddab - Change upstream to GitHub
- Use ECHO_CMD
2014-09-15 17:40:41 +00:00
Kurt Jaeger
7e120be00b databases/cego: 2.20.14 distfile was changed after initial update
Submitted by:	antoine
2014-09-15 07:26:26 +00:00
Sunpoet Po-Chuan Hsieh
a51d879ceb - Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
2014-09-15 06:18:21 +00:00
Antoine Brodin
a0b39c7425 Allow staging as a regular user 2014-09-14 19:31:03 +00:00