1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

365248 Commits

Author SHA1 Message Date
Michael Gmelin
0d1f07faa8 Fix build on HEAD after SMBus change (r281985/r282256).
Approved by:	mentors (implicit)
2015-05-01 20:41:13 +00:00
Antoine Brodin
cfff2b17d3 Add an additional mirror 2015-05-01 20:27:08 +00:00
Jan Beich
ba05b7c659 games/alephone-data: unbreak fetch and mark NO_ARCH
PR:		199229 (partial)
Submitted by:	tkato432@yahoo.com
MFH:		2015Q2
2015-05-01 20:11:34 +00:00
Dmitry Marakasov
887ca061c2 - Add LICENSE 2015-05-01 20:00:22 +00:00
Jan Beich
ec0d38f47a chinese/librime: unbreak build on 8.x/9.x (libstdc++ 4.2+)
In file included from src/setup.cc:9:
In file included from include/rime/module.h:13:
include/rime/common.h:22:12: error: no member named 'unique_ptr' in namespace 'std'
include/rime/common.h:23:7: error: no member named 'shared_ptr' in namespace 'std'
include/rime/common.h:24:7: error: no member named 'weak_ptr' in namespace 'std'
include/rime/common.h:28:10: error: no template named 'dynamic_pointer_cast' in namespace 'std'
include/rime/common.h:38:15: error: no member named 'make_shared' in namespace 'std'
include/rime/common.h:38:30: error: no template named 'forward' in namespace 'std'

Reported by:	pkg-fallout
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-01 19:36:00 +00:00
Juergen Lock
d96dc23c07 - Catch up with github tree - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

- Switch to new USE_GITHUB syntax.
2015-05-01 19:10:15 +00:00
Jan Beich
90102016d0 deskutils/wyrd: unbreak build after r385012 (camlp4)
ocamlopt.opt -c -pp camlp4o -g -I ./curses install.ml
sh: camlp4o: not found
File "install.ml", line 1:
Error: Error while running external preprocessor

PR:		199847
Reported by:	pkg-fallout, maintainer
Submitted by:	h.skuhra@gmail.com (maintainer)
2015-05-01 19:06:37 +00:00
Gerald Pfeifer
4ba8851f63 Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.
Suggested by:	mat
2015-05-01 18:54:47 +00:00
Gerald Pfeifer
26d0819676 Update to the 20150428 snapshot. Nominally this moves from version
5.0.1 to version 5.1.1 since GCC 5.1 has been released in the meantime,
in realiter it's been a regular, if active, week of branch maintenance.
2015-05-01 18:50:27 +00:00
Thomas Zander
eb4403088d - Update to upstream version 1.3.0
- Retire pkg-plist in favor of PLIST_FILES entries

PR:		199609
Submitted by:	lightside@gmx.com
Reviewed by:	cristianorolim@outlook.com (maintainer)
2015-05-01 18:46:53 +00:00
Ruslan Makhmatkhanov
bdc91baa05 security/py-certifi: update to 2015.04.28
- update to 2015.04.28
- pass maintainership to python@

Approved by:	olivierd (maintainer, by email)
2015-05-01 18:15:00 +00:00
Ruslan Makhmatkhanov
3bd94b2f6f Chase py-certifi rename, bump PORTREVISION. 2015-05-01 18:12:56 +00:00
Ruslan Makhmatkhanov
802dbfb102 Rename py-certify to py-certifi to conform upstream name.
Approved by:	olivierd (maintainer, by email)
2015-05-01 18:10:24 +00:00
Ruslan Makhmatkhanov
e242fb4ba7 security/py-flask-httpauth: update to 2.5.0 2015-05-01 18:08:21 +00:00
Ruslan Makhmatkhanov
ec5467ffca devel/py-serpent: update to 1.10 2015-05-01 18:07:42 +00:00
Ruslan Makhmatkhanov
484b696c12 audio/exaile: update to 3.4.5 2015-05-01 18:07:02 +00:00
Bryan Drewery
5f81aa59f7 Update to 3.1.4-71-g652abb7
Changes:
  - Fix running poudriere in a jail due to lack of procctl(2) access.
2015-05-01 17:25:25 +00:00
Kurt Jaeger
9b18b33e7b devel/lfcbase: 1.5.11 -> 1.6.1
databases/cego: 2.21.1 -> 2.22.0
databases/p5-DBD-cego: 1.2.9 -> 1.3.0

lfcbase:
- Added syslog support
- syslog is enabled per default

cego:
- fix in CegoFieldValue::comp for correct null value ordering
- adapt to lfcbase 1.6 with syslog support

p5-DBD-cego:
- adapt to lfcbase 1.6 with syslog support

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2015-05-01 17:21:21 +00:00
John Marino
bc5ba3417e www/squid finally gets a maintainer
Pavel Timofeev spearheaded the update to squid to version 3.5 and has
been prepared to be the port's maintainer.  Let's make that happen!

Thanks for taking care of this popular port, Timp87.
2015-05-01 17:00:38 +00:00
Diane Bruce
9a22bc1933 Fix linrad on latest gcc
I checked linrad upstream, and they still haven't fixed these two bugs.  I am surprised they haven't been reported yet.  Without these fixes, linrad cannot be built with gcc5.

the menu.c patch simply reverses the order of the condition.  One must check the bounds constraint first!  It's a pretty dumb mistake but I've seen this kind before.

The second one fails because -Werror is set.  This took me a while because I couldn't figure out the relationship between ADCHANS and rxchan.  In any case, setting 4 locations per channel did indeed allow the array to be big enough.  (at first I thought the loop was running too high, but I finally determined the array was too small).

These were found on DragonFly that uses gcc5.

This patch has not been tested on FreeBSD but I can't how it could possibly fail.

It would be good if the ham@ maintainer reports the issue upstream.

Updated patch files using make makepatch

PR:			ports/199737
Submitted by:		marino
2015-05-01 16:25:48 +00:00
Sofian Brabez
59f73dfbc5 - Update test suite depends
Submitted by:	koobs
2015-05-01 16:17:07 +00:00
Adam Weinberger
d36140d8f0 Add www/p5-Toadfarm, a tool for managing one or more Mojolicious
apps.

https://metacpan.org/pod/Toadfarm
2015-05-01 15:48:48 +00:00
Brad Davis
333a0dfd83 - Update dns/powerdns-recursor to 3.7.2
- Remove an extra blankline from dns/powerdns/distinfo

PR:		199720
Submitted by:	Ralf van der Enden
Approved by:	bdrewery (mentor)
MFH:		2105Q1
Security:	64e6006e-f009-11e4-98c6-000c292ee6b8
2015-05-01 15:39:21 +00:00
Adam Weinberger
86353dec1e Update to 2.0120.
Changes: https://metacpan.org/changes/distribution/XML-LibXML
2015-05-01 15:20:08 +00:00
Brad Davis
d9448c0fb7 Update dns/powerdns to 3.4.4
PR:		199719
Approved by:	bdrewery (mentor)
MFH:		2015Q1
Security:	64e6006e-f009-11e4-98c6-000c292ee6b8
2015-05-01 15:07:56 +00:00
Brad Davis
6b188e7ac4 Add entry for powerdns and powerdns-recursor.
Approved by:	bdrewery (mentor)
2015-05-01 15:05:36 +00:00
Olivier Duchateau
a532f5c9cf - Fix an infinite loop (and sometimes crash), when manual reload is performed
- Bump PORTREVISION

PR:		199827
Reported by:	<rozhuk.im@gmail.com>
Obtained from:	Upstream Git repository
2015-05-01 14:57:58 +00:00
Kurt Jaeger
731ba68138 multimedia/mpv: change maintainer
Approved by:	Chris Petrik <chris@bsdjunk.com> (maintainer)
2015-05-01 14:50:16 +00:00
Kurt Jaeger
bcf00cd767 New port: devel/ocaml-ppx-tools
Tools for authors of syntactic tools (such as ppx rewriters).

This package is licensed by LexiFi under the terms of the MIT license.

WWW: https://github.com/alainfrisch/ppx_tools

PR:		195777
Submitted by:	<Michael Grünewald> (michipili@gmail.com)
2015-05-01 14:48:49 +00:00
John Marino
5a0dc22eaf databases/rocksdb: Unbreak on DragonFly due to -Werror (again)
The -Werror flag reappeared on the latest version, and it still doesn't
build without error on GCC5.  In this case, the FLAGS_env variable was
defined and not used tripping [-Werror=unused-variable]

I would seriously remove -Werror from this port (again), but this patch
makes it build again on DragonFly, at least for the moment.
2015-05-01 14:36:27 +00:00
John Marino
e6098b1864 archivers/lzrip: Fix build on DragonFly with USES=alias 2015-05-01 14:20:02 +00:00
Kurt Jaeger
50a1f2ecef New port: devel/ocaml-camlp4
Camlp4 is a software system for writing extensible parsers for
programming languages. It provides a set of OCaml libraries that are
used to define grammars as well as loadable syntax extensions of such
grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and
one of its most important applications is the definition of
domain-specific extensions of the syntax of OCaml.

Camlp4 was part of the official OCaml distribution until its version
4.01.0. Since then it has been replaced by a simpler system which is
easier to maintain and to learn: ppx rewriters and extension points.

WWW: https://github.com/ocaml/camlp4

PR:		195773
Submitted by:	Michael Grünewald <michipili@gmail.com>
2015-05-01 14:15:19 +00:00
John Marino
ffa19696fb games/lincity: Fix build on gcc5
GCC5 doesn't like it when static variables are used inside inline
functions.
2015-05-01 14:11:05 +00:00
Sunpoet Po-Chuan Hsieh
821b92860b - Sort PLIST 2015-05-01 13:54:34 +00:00
Sunpoet Po-Chuan Hsieh
fc5c78429f - Add LICENSE
- Add TEST_DEPENDS
- Add NO_ARCH
- Remove test:
- Update email address in "Created by" comment
- Bump PORTREVISION for package change

PR:		199000
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2015-05-01 13:49:17 +00:00
Sunpoet Po-Chuan Hsieh
7457beb427 - Update to 0.78
Changes:	http://search.cpan.org/dist/Jifty-DBI/Changes
2015-05-01 13:49:13 +00:00
John Marino
89624398f4 games/minecraft-server: Upgrade version 1.8.1 => 1.8.4
PR:		199564
Submitted by:	maintainer
2015-05-01 12:34:03 +00:00
Bartek Rutkowski
d4be91b332 www/piwik: update 2.12.1 -> 2.13.0
PR:		199836
Submitted by:	Hans Fredrik Nordhaug  <hans@nordhaug.priv.no> (maintainer)
2015-05-01 12:28:11 +00:00
Michael Gmelin
d0d884a821 sysutils/bsdhwmon: update to 20150429
PR:		199793
Submitted by:	Jeremy Chadwick <jdc@koitsu.org> (maintainer)
Approved by:	mentors (implicit)
2015-05-01 11:54:52 +00:00
Sunpoet Po-Chuan Hsieh
78c5c085ce - Update to 7.2.0
- While I'm here, remove PORTSCOUT

Changes:	http://typo3.org/news/article/announcing-typo3-cms-72-continuous-excitement/
PR:		199813
Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
2015-05-01 10:00:12 +00:00
Sunpoet Po-Chuan Hsieh
1c33d6b569 - Update to 1.1.77
Changes:	http://search.cpan.org/dist/Rinci/Changes
2015-05-01 10:00:07 +00:00
Sunpoet Po-Chuan Hsieh
aea2f3a8ac - Add p5-Sah 0.9.34
Sah is a schema language for validating data structures. In the 0.9.0 series,
there will probably still be incompatible syntax changes between revision before
the spec stabilizes into 1.0 series.

WWW: http://search.cpan.org/dist/Sah/
2015-05-01 10:00:01 +00:00
Sunpoet Po-Chuan Hsieh
89617693cd - Update to 0.09
Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
2015-05-01 09:59:55 +00:00
Sunpoet Po-Chuan Hsieh
09e17066c8 - Update to 2.019
Changes:	http://search.cpan.org/dist/Socket/Changes
2015-05-01 09:59:51 +00:00
Sunpoet Po-Chuan Hsieh
96edb708ee - Update to 1.000004
Changes:	http://search.cpan.org/dist/MaxMind-DB-Reader/Changes
2015-05-01 09:59:46 +00:00
Sunpoet Po-Chuan Hsieh
4beaefaf2f - Update to 0.040000
Changes:	http://search.cpan.org/dist/MaxMind-DB-Common/Changes
2015-05-01 09:59:41 +00:00
Sunpoet Po-Chuan Hsieh
45f3315a5c - Update to 0.2.4
Changes:	https://github.com/mat813/rb-kqueue/commits/master
2015-05-01 09:59:37 +00:00
Sunpoet Po-Chuan Hsieh
9d31fa37a7 - Update to 7.42.1
Changes:	http://curl.haxx.se/changes.html
2015-05-01 09:59:31 +00:00
Johan van Selst
5456110d03 Now with patch :( 2015-05-01 08:54:25 +00:00
Johan van Selst
aa44a39ecb Completely redo the update to 4.1.2.
Apologies for breaking it earlier.
2015-05-01 08:47:48 +00:00