Commit graph

360050 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
60e3327c8b - Update to 1.34
Changes:	http://search.cpan.org/dist/Lingua-EN-MatchNames/Changes
2015-02-22 10:44:23 +00:00
Sunpoet Po-Chuan Hsieh
d041912e95 - Update to 1.34
Changes:	http://search.cpan.org/dist/Lingua-EN-Nickname/Changes
2015-02-22 10:44:18 +00:00
Sunpoet Po-Chuan Hsieh
bb78db4ef3 - Update to 2.07
- Add LICENSE
- Remove post-patch: which is fixed by upstream
- Sort PLIST

Changes:	http://search.cpan.org/dist/Graph-ReadWrite/Changes
2015-02-22 10:44:13 +00:00
Sunpoet Po-Chuan Hsieh
8e84fba18f - Update to 1.14
- Sort PLIST

Changes:	http://search.cpan.org/dist/B-Keywords/Changes
2015-02-22 10:44:07 +00:00
Colin Percival
edd1d4e8f4 Update to 1.5.0. This update:
1. Fixes a crash on platforms with AESNI support and a malloc which does
not align large allocations to 16-byte boundaries.  (AFAIK this does not
affect FreeBSD.)
2. Turns on TCP_NODELAY in order to avoid Nagling latency problems.
2015-02-22 10:37:36 +00:00
Colin Percival
96a7f9e865 Update to 1.10. This fixes a bug in ec2_fetchkey which made it fail to
recognize when it was trying to create an account which already existed.

Submitted by:	Bradley T. Hughes
2015-02-22 10:32:30 +00:00
Jimmy Olgeni
7f3b1e1bfc Upgrade to version 15.2.21 and unbreak. 2015-02-22 10:28:50 +00:00
Kurt Jaeger
4caecaf1cb x11-toolkits/p5-Tk: 804.032 -> 804.033
Changes:
http://cpansearch.perl.org/src/SREZIC/Tk-804.033/Changes
2015-02-22 10:14:39 +00:00
Ruslan Makhmatkhanov
13c093b6a2 devel/py-pyro: update to 4.34 2015-02-22 09:33:11 +00:00
Ruslan Makhmatkhanov
f95c5fa468 devel/py-boto: update to 2.36.0 2015-02-22 09:32:45 +00:00
Ruslan Makhmatkhanov
897408933b net/py-smb: update to 1.1.15 2015-02-22 09:32:08 +00:00
John Marino
fa60c5d91e x11/sessreg: Use tradcpp to fix build on gcc-5
The building of the man page relies on cpp behavior that has changed
in the latest version of cpp, so used tradcpp unconditionally.

Approved by:	blanket
2015-02-22 09:27:27 +00:00
Rusmir Dusko
29caee9f96 - This port are no longer used or cared for. 2015-02-22 09:06:56 +00:00
Rusmir Dusko
334646f427 - This port are no longer used or cared for.
PR:		197891
Submitted by:	gerald
2015-02-22 09:06:55 +00:00
Antoine Brodin
bdc8bdeb20 Unbreak on i386 (and maybe other archs) 2015-02-22 08:11:31 +00:00
Sunpoet Po-Chuan Hsieh
e16bd91b7e - Fix build whe NLS option is off 2015-02-22 06:17:13 +00:00
Sunpoet Po-Chuan Hsieh
879f37d6e3 - Remove USE_RAKE 2015-02-22 05:56:19 +00:00
Sunpoet Po-Chuan Hsieh
235a66a105 - Add PORTSCOUT 2015-02-22 05:56:14 +00:00
Sunpoet Po-Chuan Hsieh
fc4d0787c0 - Update to 2.10
Changes:	http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
2015-02-22 05:56:09 +00:00
Dmitry Marakasov
05fa7d693f - Strip library 2015-02-22 05:09:45 +00:00
Dmitry Marakasov
54180a0e1a - Add LICENSE
- Strip libraries
2015-02-22 05:09:24 +00:00
Dmitry Marakasov
085b2b90c6 - Strip library 2015-02-22 05:08:59 +00:00
Dmitry Marakasov
c07ca225ac - Add LICENSE
- Strip libraries
2015-02-22 04:53:33 +00:00
Dmitry Marakasov
b9e0436d77 - Add LICENSE
- Strip libraries
2015-02-22 04:53:22 +00:00
Dmitry Marakasov
897a4bb6af - Simplify MASTER_SITES
- Strip library
2015-02-22 04:53:14 +00:00
Dmitry Marakasov
00a4d86138 - Strip library
- Drop @dirrm* from plist
2015-02-22 04:40:20 +00:00
Baptiste Daroussin
68e60a7a41 Update to 1.0.6 2015-02-22 00:30:15 +00:00
Baptiste Daroussin
a92f142907 Update to 5.9-20150214 2015-02-22 00:07:48 +00:00
Baptiste Daroussin
2186ed58e9 Update to 1.1.1 2015-02-22 00:02:18 +00:00
Ruslan Makhmatkhanov
ddbbb9ce24 www/py-django-appconf: update to 1.0.1 2015-02-21 23:02:28 +00:00
John Marino
7e32b10876 devel/antlr: Remove faulty gcc 2.95 patches
According to the commit log, these patches were supposed to use
<istream.h> for gcc version less than 3.2 (namely GCC 2.95).  The
logic is flawed.  It doesn't work for gcc 3.2 or greater.  There must
have been a compatibility header in gcc 4 that masked the error.  GCC5
doesn't have one so it broke.

The logic is __GNU__ < 3 || __GNUC_MINOR__ < 2

it was intended to be __GNU__ < 3 || (__GNU__ == 3 && __GNU_MINOR__ < 2)

However, there is no point in fixing these patches.  These ancient
GCCs aren't available on currently supported FreeBSD releases.

Approved by:	Just fix it
2015-02-21 23:01:50 +00:00
Dmitry Marakasov
fada1852df - Add LICENSE
- Strip libraries
2015-02-21 22:57:17 +00:00
Dmitry Marakasov
2eca223a55 - Clarify LICENSE
- Add LICENSE_FILE
- Strip library
2015-02-21 22:56:57 +00:00
Raphael Kubo da Costa
f07dcc5f91 Update KDevelop to 4.7.1.
Release notes: https://www.kdevelop.org/47/kdevelop-471-released
2015-02-21 22:53:53 +00:00
Ruslan Makhmatkhanov
ec1e1a261a math/ruby-numru_units: remove port
Please use math/rubygem-numru-units instead. Since it's broken for a long time
and there is no consumers in the ports tree, remove that w/o deprecation period.

PR:		197020
Submitted by:	murashin@gfd-dennou.org (maintainer)
2015-02-21 22:32:22 +00:00
Ruslan Makhmatkhanov
b441aa7806 audio/py-mutagen: version update
- update to 1.27

PR:		196823
Submitted by:	olivierd
Approved by:	maintainer timeout (1 month)
2015-02-21 22:24:52 +00:00
Ruslan Makhmatkhanov
332a493842 databases/sqldeveloper: version update
- update to 4.0.3.16.84
- pass maintainership to submitter
- unmute installation commands

PR:		196352
Submitted by:	mizhka@gmail.com
2015-02-21 22:18:22 +00:00
John Marino
5a1b18ba2c devel/libssh: Remove -pedantic-error flags and reset port
This port breaks if it violates standards according to the -pedantic flag.
Accord to gcc-5, it indeed does with dozens of warnings like this:

/wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33:
  error: ISO C does not support '__FUNCTION__' predefined identifier
  [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__)

The maintainer has been MIA for over a year with PRs on 8 ports.  I'm not
waiting for this one to time out too.  While here, reset MAINTAINER.

PR:		197785
Submitted by:	marino
Approved by:	maintainer reset
2015-02-21 22:06:00 +00:00
Antoine Brodin
c7f7535efc Unbreak INDEX 2015-02-21 22:01:01 +00:00
Baptiste Daroussin
87d82c6e55 Hook the new u-boot ports to the build 2015-02-21 21:48:43 +00:00
Ian Lepore
50d1bd043f Update the Wandboard U-Boot port to account for the difference between
the actual SoC on the board (solo/dual/quad) and the soc name as needed
for generating the fdt_file variable.  The Solo and Dual-lite SoCs are
considered to be the same part by the fdt data.

Approved by:	bapt
2015-02-21 21:47:34 +00:00
Ian Lepore
978f2daf5f Add a U-Boot port for the Duovero system.
PR:		196488
Submitted by:	Scott Ellis
Approved by:	bapt
2015-02-21 21:44:36 +00:00
Ian Lepore
04bee987e3 Add a U-Boot port for Pandaboard.
PR:		196486
Submitted by:	Scott Ellis
Approved by:	bapt
2015-02-21 21:42:39 +00:00
Ian Lepore
1c6e42b98e Add a U-Boot port for SolidRun Cubox-i and Hummingboard systems.
Approved by:	bapt
2015-02-21 21:39:00 +00:00
Dominic Fandrey
b9c99def96 Update libbluray 0.5.0 -> 0.7.0
- Add fontconfig dependency
- Add libbdplus dependency
- Add plist target, because mkplist does not handle options

PR:		        190958
Differential Revision:	https://reviews.freebsd.org/D1754
Reviewed by:	        Carlo Strub <cs@freebsd.org>
Approved by:	        Carlo Strub <cs@freebsd.org>
2015-02-21 21:08:48 +00:00
Max Brazhnikov
be2f72d022 net/krdc:
- Add patch from upstream for FreeRDP 1.1+ support

PR:		197374
Reported by:	amvandemore@gmail.com
2015-02-21 21:08:25 +00:00
Dominic Fandrey
a81a169554 Update libaacs 0.7.0 -> 0.8.0
- Use Makefile.include from libbluray

PR:		        190958
Differential Revision:	https://reviews.freebsd.org/D1754
Reviewed by:	        Carlo Strub <cs@freebsd.org>
Approved by:	        Carlo Strub <cs@freebsd.org>
2015-02-21 20:54:04 +00:00
Dominic Fandrey
f12440ac04 New port multimedia/libbdplus, part of the libbluray group.
PR:		        190958
Differential Revision:	https://reviews.freebsd.org/D1754
Reviewed by:	        Carlo Strub <cs@freebsd.org>
Approved by:	        Carlo Strub <cs@freebsd.org>
2015-02-21 20:48:37 +00:00
Bartek Rutkowski
4a30174693 databases/riak: update 1.4.10 -> 1.4.12
- Fix issue with starting Riak due to incorrect dirs ownership

PR:		195220
2015-02-21 20:39:33 +00:00
Raphael Kubo da Costa
67c6fc9fd5 Fix `make patch' after r379541.
The new patch just didn't apply, and apparently nobody tested it before
committing...

PR:		197483
2015-02-21 20:16:21 +00:00