1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

12321 Commits

Author SHA1 Message Date
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