1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

12491 Commits

Author SHA1 Message Date
Matthew Seaman
a9c28664ea Update to 4.2.0
This is a significant feature and bugfix upgrade.

Note: this release drops compatibility with the php-mysql module,
relying solely on php-mysqli now.

Change log:    http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.0/phpMyAdmin-4.2.0-notes.html/view
2014-05-09 06:27:17 +00:00
Kurt Jaeger
67fdeb4765 databases/my2cego: switch to my FreeBSD account email
Approved by:    culot (mentor)
2014-05-09 05:16:24 +00:00
Vanilla I. Shu
5ac1c9aa8f - Stage
- Add LICENSE

PR:		ports/188647
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
2014-05-09 03:30:04 +00:00
Vanilla I. Shu
2f1484fd4d - Stage
- Pet portlint

PR:		ports/188625
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
2014-05-09 03:26:49 +00:00
Kurt Jaeger
bb6eee2402 databases/freetds-devel: fix pkg-plist for make install,
change MAINTAINER email

PR: ports/189411
Submitted by:	Kris Van Biesen
Approved by:    jadawin (mentor)
2014-05-08 17:57:10 +00:00
Glen Barber
def3ec08f6 Fix a few nits with databases/pgtune that cause runtime
problems:

 - Add USES=shebangfix
 - Replace USE_PYTHON=yes with USE_PYTHON=2+
 - Fix shebang line to use python2.N
 - Bump PORTREVISION

Reported by:	pathiaki2@yahoo.com (via ports@)
Redports ID:	https://redports.org/buildarchive/20140508164000-29103/
Sponsored by:	The FreeBSD Foundation
2014-05-08 17:06:35 +00:00
Baptiste Daroussin
c146842a20 Fix build after libiodbc/unixODBC changes 2014-05-08 13:10:15 +00:00
Antoine Brodin
98e2a8df38 Reset maintainer:
<qingfeng@douban.com>: host aspmx.l.google.com[74.125.131.27] said: 550-5.1.1
    The email account that you tried to reach does not exist.

With hat:	portmgr
Reported by:	pkg-fallout
2014-05-08 07:59:13 +00:00
Sunpoet Po-Chuan Hsieh
21b9c53a21 - Fix RUN_DEPENDS
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Bump PORTREVISION for dependency change
2014-05-08 05:21:05 +00:00
Sunpoet Po-Chuan Hsieh
26d7f14b24 - Add regression-test: 2014-05-08 03:04:11 +00:00
Baptiste Daroussin
99a2042eb2 strip binaries
USES=libtool:keepla
USES=gmake
2014-05-07 23:59:12 +00:00
Baptiste Daroussin
47e96a4d38 Use options
Support stage
Convert to USES=gmake dos2unix
Always use gcc as a compiler
2014-05-07 23:54:51 +00:00
Baptiste Daroussin
26f5e61764 Support stage
Use option framework
Convert to USES=gmake
2014-05-07 23:49:46 +00:00
Baptiste Daroussin
5369a2f90d Fix build
Convert to USES=gmake pgsql
Convert to unix file format
2014-05-07 23:45:37 +00:00
Antoine Brodin
13efb732a2 Unbreak 2014-05-06 18:43:03 +00:00
Tijl Coosemans
3f890c31c6 - Run autotools in the same order as autoreconf, i.e. libtoolize, aclocal,
autoconf, autoheader, automake. [1]
  This should allow replacing custom pre-configure and run-autotools
  targets that some ports have with USE_AUTOTOOLS.
- Set default LIBTOOLIZE_ARGS:
  -i: install missing build scripts.
  -c: copy files instead of linking them.  This is needed for USES=libtool
      to be able to patch them.
  -f: force replacement of existing files.  This ensures all files belong
      to the same version.

database/vsqlite:
- Fix with new LIBTOOLIZE_ARGS.
- INSTALL_TARGET=install-strip.
- Drop :keepla.

Reported by:	Nikola Kolev <koue@chaosophia.net> [1]
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-05-06 09:55:35 +00:00
Baptiste Daroussin
4576cbf9f3 Switch over to unixODBC to fix build after r353029
PR:		ports/189382
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2014-05-06 07:32:18 +00:00
Tijl Coosemans
a45da9a027 Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all
dependent ports.

cad/repsnapper:
- Remove excessive dependencies.
- Convert to USES=libtool.
- Set LDFLAGS to fix detection of libintl.
- Use @sample.

databases/mysql-workbench51:
- Remove remnants of former slave ports.
- Convert some LIB_DEPENDS to USE_GNOME.
- Convert to USES=libtool.
- Staging.

databases/mysql-workbench52:
- USES=libtool.

devel/libsigrok:
- USES=libtool.
- INSTALL_TARGET=install-strip.

devel/liborcus:
- USES=libtool tar:bzip2.
2014-05-05 22:50:59 +00:00
Raphael Kubo da Costa
5b979ce1a8 The KDE on FreeBSD team presents Qt 4.8.6.
This is a minor bugfix release that fortunately contains quite a few patches
that we have upstreamed in the past months.

See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a
summary of changes, and
http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6
for a detailed list of changes.

This patch contains commits by me, makc@ and Schaich Alonso.

PR:		ports/189213
2014-05-05 20:47:22 +00:00
Baptiste Daroussin
f4f46a920e Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
2014-05-05 16:24:00 +00:00
Baptiste Daroussin
1604951b30 Convert to USES=pgsql
While here:
databases/pg_reorg
- stagify

databases/iplike
- convert to USES=libtool
- strip binarie

databases/ip4r
- strip binaries

databases/postgresql-libpgeasy
- convert to USES=libtool
- strip binaries
- stagify

databases/postgresql-libpqxx
- convert to USES=libtool
- strip binaries

databases/postgresql-libpqxx3
- convert to USES=libtool
- strip binaries
2014-05-05 13:48:25 +00:00
Baptiste Daroussin
9a7f7b5fc6 Convert to USES=pgsql
While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes
2014-05-05 12:40:05 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Raphael Kubo da Costa
78a69b6da1 Prevent the port from hardcoding its own CFLAGS/CXXFLAGS.
This should fix the build with clang 3.4, which refuses to accept options
such as -fforce-addr and -fno-force-addr.

While here, update the port's website in pkg-descr as well.

MFH:		2014Q2
2014-05-03 15:49:51 +00:00
Kurt Jaeger
33a13f5e9e databases/cego: update 2.20.1 -> 2.20.9
PR:             ports/186776
Submitted by:   pi
Approved by:    jadawin (mentor)
2014-05-02 20:20:07 +00:00
Steven Kreuzer
614d917bf3 - Stage
- Add LICENSE
- Pet portlint

PR:		ports/188648
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-02 19:23:06 +00:00
Veniamin Gvozdikov
53f1e83083 Up to 0.38:
* Parser doesn't segfault if tarantool replies by broken package.

Submitted by:	myself
2014-05-02 18:15:43 +00:00
Veniamin Gvozdikov
b8ae48cb31 Up to 1.5.3:
* Added new plugins: sql, sophia (disk storage)
* Added broken on FreeBSD less than 9.0 (doesn't build)

Submitted by:	myself
2014-05-02 17:07:03 +00:00
Veniamin Gvozdikov
e339f8a956 Update to 1.4.8.
Changelog: https://github.com/basho/riak/blob/1.4/RELEASE-NOTES.md

PR:		ports/188692
Submitted by:	myself
Approved by:	maintainer (timeout)
2014-05-02 09:40:06 +00:00
Wen Heping
f8ab407af7 - Pass maintainership to new volunteer 2014-05-02 07:11:45 +00:00
Wen Heping
cdbe4d64f6 - Allow install lite version
PR:		189211
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
2014-05-02 00:48:17 +00:00
Koop Mast
d12d4acc86 There is no _WITH/_WITHOUT support in bsd.options.mk. Use _ON/_OFF instead
for the kerberos option and fix typo in _OFF line.

Submitted by:	John Hein <john.hein@microsemi.com>
2014-05-01 08:31:24 +00:00
Koop Mast
e2199fa514 Fix kerberos enable/disable flags.
PR:		ports/189037 (based on)
Submitted by:	barbara@
2014-04-29 21:09:26 +00:00
Sunpoet Po-Chuan Hsieh
bcd2ccb2b1 - Update to 1.001002
- Add LICENSE

Changes:	http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/Changes
2014-04-29 13:21:45 +00:00
Barbara Guida
ed5302cc0f Update to 4.0.1.14.48
Submitted by:	bar (myself)
Approved by:	jjuanino@gmail.com (maintainer)
2014-04-28 21:43:18 +00:00
Guido Falsi
e81683c1d9 ODBC driver for SQLite 2 and 3.
WWW: http://www.ch-werner.de/sqliteodbc/
2014-04-28 21:12:23 +00:00
Wen Heping
2e5f891019 - Update to 6.0.1
- Add LICENSE
- Pass maintainership to submitter

PR:		189070
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-28 15:07:11 +00:00
Wen Heping
e311fe5f91 - Update to 4.1.0
- Added STAGE support

PR:		189051
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-28 04:32:27 +00:00
Antoine Brodin
7d06e3b526 Mark a few unfetchable ports BROKEN
With hat:	portmgr
2014-04-27 14:38:18 +00:00
Matthew Seaman
a9a884db2b Update to 4.1.14
This is a routine bugfix update

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.14/phpMyAdmin-4.1.14-notes.html/view
2014-04-27 08:22:33 +00:00
Sunpoet Po-Chuan Hsieh
a1524b126a - Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:18:39 +00:00
Sunpoet Po-Chuan Hsieh
a6420e8374 - Update to 0.6.5
- Add LICENSE
- Use USES=gmake
- Support STAGEDIR
- Pass maintainership to submitter
- While I'm here:
  - Use USES=pathfix
  - Use MANPAGES instead of MAN
  - Simplify Makefile
  - Remove Author line

PR:		ports/188601
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:14:03 +00:00
Martin Wilke
0b4661ab00 - Update to 1.5.1
PR:		188717
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-25 12:18:39 +00:00
Martin Wilke
a94eb32ae6 - Update to 0.100
- Add LICENSE

PR:		188957
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-25 12:16:02 +00:00
Baptiste Daroussin
806a85a643 Switch to USES=libtool
Use options helpers
Use options sub
strip binaries
2014-04-25 06:30:28 +00:00
Tijl Coosemans
0b27797e0e Convert to USES=libtool. 2014-04-24 17:18:40 +00:00
Boris Samorodov
1620dd0dff . fix plist; [1]
. do not use desktop-file-utils (there are no mime types at the desktop file);
. bump PORTREVISION.

Reported by:	jenkins (swills via e-mail)  [1]
2014-04-24 14:32:32 +00:00
William Grzybowski
04bb15a9f6 databases/pymongo: update to 2.7 2014-04-24 14:18:46 +00:00
Boris Samorodov
970c39484c . support staging; [1]
. update to version 0.9.6.1.

PR:		ports/188871  [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>  [1]
2014-04-23 14:04:38 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00