Commit graph

13722 commits

Author SHA1 Message Date
Jung-uk Kim
86aaf8b926 Fix compiler warnings, i.e., "-lpthread: 'linker' input unused". 2015-03-26 23:02:48 +00:00
Jung-uk Kim
ff9e0a2850 Fix compiler warnings, i.e., "-lpthread: 'linker' input unused". 2015-03-26 22:59:45 +00:00
Mark Felder
597eefaf2b Fix building on FreeBSD 10+
Fix conflicts between client, server, and script packages
Shebangfix

The plists now are closer aligned with the mysql51-* ports

PR:		197679
PR:		171338
2015-03-26 19:24:15 +00:00
John Marino
534766ffae databases/virtusos: take III
It turns out the problematic directory is used, but only if the
ImageMagick option is set.  Adjust accordingly, and hopefully this is
the final attempt to fix.
2015-03-25 17:57:03 +00:00
Adam Weinberger
fe70596ff8 Update to 2.01.
Changes: https://metacpan.org/changes/distribution/Mojo-Pg
2015-03-25 16:45:45 +00:00
Sunpoet Po-Chuan Hsieh
b9add4e33e - Add LICENSE 2015-03-25 15:52:26 +00:00
Sunpoet Po-Chuan Hsieh
7c0d59ffd1 - Update USE_BDB
- Use -lpthread instead of -pthread
- Cleanup -lpthread/-pthread manipulation
2015-03-25 15:45:16 +00:00
Adam Weinberger
9755911db7 Update to 2.0.
Changes: https://metacpan.org/changes/distribution/Mojo-Pg

Note that this version removes some previously-deprecated methods.
2015-03-25 15:22:35 +00:00
Sunpoet Po-Chuan Hsieh
d570fa6b8a - Cleanup -lpthread/-pthread manipulation 2015-03-25 14:58:46 +00:00
Sunpoet Po-Chuan Hsieh
871e293de1 - Cleanup -lpthread/-pthread manipulation 2015-03-25 14:58:40 +00:00
John Marino
ef80deddf0 databases/virtusos: remove entire hosting directory
When I tested the fix to virtuoso, the directory was empty, but according
to a report, it isn't always.  Change rmdir to rm -rf so the port
builds in all cases.  No bump necessasry.
2015-03-25 12:17:39 +00:00
John Marino
8f3cf904a9 databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.

approved by:	PTHREAD blanket
2015-03-25 09:33:52 +00:00
Sunpoet Po-Chuan Hsieh
b4872adff4 - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 2015-03-24 18:24:27 +00:00
Sunpoet Po-Chuan Hsieh
392d9ad8e8 - Cleanup -lpthread/-pthread manipulation 2015-03-24 17:53:59 +00:00
Dmitry Marakasov
c935e9ca7c - Strip library 2015-03-24 13:30:42 +00:00
Dmitry Marakasov
78c6df534e - Clarify LICENSE
- Add LICENSE_FILE
- Strip library
2015-03-24 13:30:30 +00:00
Matthew Seaman
a8b341e2a4 Update to 5.1.35
ChangeLog:	http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-35.html
2015-03-24 11:16:02 +00:00
Muhammad Moinur Rahman
ab3ab4f700 databases/freetds-devel: Update version 0.92.872=>0.92984
- Fix PORTEPOCH which was unintentionally removed at r378508
2015-03-24 11:12:21 +00:00
Bryan Drewery
4ed6caf58c Don't needlessly override MAKE_CMD and also respect DISABLE_MAKE_JOBS. 2015-03-22 21:11:31 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Sunpoet Po-Chuan Hsieh
61cd7e4039 - Use USES=pkgconfig 2015-03-21 22:00:31 +00:00
Sunpoet Po-Chuan Hsieh
f179b8406a - Add SASL option
PR:		182449
Submitted by:	<dereckson@gmail.com>, <niels.poppe@gmail.com>
2015-03-21 20:50:59 +00:00
Max Khon
269897ce4b - Replace deprecated des_ methods with DES_ (fixed the build with LibreSSL)
- Bump PORTREVISION

PR:		198368
Submitted by:	Bernard Spil
2015-03-21 20:29:41 +00:00
Sunpoet Po-Chuan Hsieh
14ffee87c2 - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT 2015-03-21 19:40:35 +00:00
Sunpoet Po-Chuan Hsieh
4659d1ce30 - Update to 0.082820
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2015-03-21 19:39:32 +00:00
Sunpoet Po-Chuan Hsieh
1bdb3990e7 - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Add GitHub repository to WWW
2015-03-21 19:37:17 +00:00
John Marino
796146e3a0 databases/php53-redis: Deprecate, remove on 15 APR 2015
Remove with the rest of the php53 ports in ~4 weeks.

PR:	198150
2015-03-21 18:58:04 +00:00
John Marino
2899abe804 php53 and fallout: Deprecate, set removal for 15 APR 2015
The PHP developers stopped providing security patches for the 5.3
branch on 14 August 2014.  They "strongly urge" to upgrade to current
versions "as using older versions may expose you to security
vulnerabilities and bugs that have been fixed in more recent versions"
of PHP.

The PHP53 branch was released from maintainership today, so it's being
deprecated with removal set for 15 April 2015.

There were only 8 ports limited to php53, six of which were pecl- ports.
These ports must be upgraded to use a later version of php (5.6 is
recommended) soon, or they will be removed with php53.

Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this
was changed to use IGNORE_WITH_PHP instead while here.

PR:		198150
2015-03-21 18:40:15 +00:00
Steven Kreuzer
a99fde5222 Update to version 0.4.0 2015-03-20 14:55:54 +00:00
Sunpoet Po-Chuan Hsieh
2262e8c295 - Update to 1.17
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-03-20 13:30:00 +00:00
Bartek Rutkowski
d1284df542 databases/postgresql93-server: add CPE information
- Maintainer's timeout (pgsql@FreeBSD.org)

PR:		197488
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-20 08:59:54 +00:00
Bartek Rutkowski
8d240871de databases/postgresql92-server: add CPE information
- Maintainer's timeout (pgsql@FreeBSD.org)

PR:		197487
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-20 08:58:14 +00:00
Bartek Rutkowski
2621a39717 databases/postgresql91-server: add CPE information
- Maintainer's timeout (pgsql@FreeBSD.org)

PR:		197486
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-20 08:42:18 +00:00
Bartek Rutkowski
560c9cffad databases/postgresql90-server: add CPE information
- Maintainer's timeout (pgsql@FreeBSD.org)

PR:		197485
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-19 22:08:16 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Sunpoet Po-Chuan Hsieh
42b0644755 - Update to 1.16
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-03-19 16:44:27 +00:00
Sunpoet Po-Chuan Hsieh
1fa812221a - Update to 1.54
- Cleanup MASTER_SITES

Changes:	https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
2015-03-19 16:43:46 +00:00
Bartek Rutkowski
1f535dc2af databases/gnats4: add CPE information
- Fix pkg-plist missing @dir entry

PR:		198635
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	maintainer
2015-03-18 19:59:33 +00:00
Sunpoet Po-Chuan Hsieh
a6bde1ce81 - Update to 0.708.0.0
- Fix PORTSCOUT

Changes:	http://search.cpan.org/dist/MongoDB/Changes
2015-03-18 15:25:50 +00:00
Sunpoet Po-Chuan Hsieh
7c152f8a05 - Update to 0.814
Changes:	http://search.cpan.org/dist/Rose-DB-Object/Changes
2015-03-18 15:20:14 +00:00
Sunpoet Po-Chuan Hsieh
434b53b6cd - Update to 1.15
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-03-18 15:19:36 +00:00
Dmitry Marakasov
d03c0e3c1e - Add LICENSE
- Strip library
2015-03-18 14:16:02 +00:00
Sunpoet Po-Chuan Hsieh
ce559b97da - Update to 0.777
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2015-03-18 13:02:18 +00:00
Frederic Culot
6e2c4e6436 - Update to 5.0.17
Changes:	http://sourceforge.net/projects/dbh/files/dbh/
2015-03-17 10:11:57 +00:00
Pietro Cerutti
675c004021 - Update to 1.0.3 2015-03-16 22:14:04 +00:00
Adam Weinberger
41eefa365b Update to 2.0011.
Changes: https://metacpan.org/changes/distribution/DBM-Deep

PR:		198455
Approved by:	maintainer
2015-03-16 20:43:57 +00:00
Jimmy Olgeni
2712b86d69 Use @sample keyword to set owner for local.ini.sample.
Submitted by:	bapt
2015-03-15 11:41:38 +00:00
Jimmy Olgeni
0dc0d60491 Set @owner to couchdb for local.ini.sample.
CouchDB's administration interface should be able to modify this file.

PR:		198597
Submitted by:	Yuri
2015-03-15 11:35:34 +00:00
Pawel Pekala
4d918154d8 libpqtypes is a libpq extension that offers a new way of handling parameterized
queries and getting result field values. Both putting parameters and getting
values use a printf/scanf style interface, with consistent specifiers for both.

WWW: http://libpqtypes.esilo.com/

PR:		196767
Submitted by:	Dave Green <dg@fastmail.co.uk>
2015-03-14 18:16:05 +00:00
Matthew Seaman
a2a55761dc Update to 4.3.12
This is a routine bugfix update.

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.12/phpMyAdmin-4.3.12-notes.html/view
2015-03-14 14:05:45 +00:00