Commit graph

381938 commits

Author SHA1 Message Date
Alex Dupre
28fd2377c8 Update to 0.15.0 release. 2015-11-30 15:01:04 +00:00
Martin Wilke
f012a3a6a4 - Update to 1.0.4
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4321
2015-11-30 14:59:46 +00:00
Philippe Audeoud
6e4307c02f - Update to 1.22
- Add LICENSE
2015-11-30 14:58:32 +00:00
Martin Wilke
6209b51aff - Unbreak build for php 5.X
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4320
2015-11-30 14:58:18 +00:00
Martin Wilke
b6a517c191 - Update to 2.19
PR:		        204720
Submitted by:	Ben Woods (maintainer)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4299
2015-11-30 14:54:08 +00:00
Mathieu Arnold
5a31e4c0d9 Update to v5.23.5-81-g4c29884.
Changes:	https://github.com/Perl/perl5/compare/v5.23.5-23-g04106f2...v5.23.5-81-g4c29884
Sponsored by:	Absolight
2015-11-30 14:41:28 +00:00
Cy Schubert
14d3a73412 Add skreuzer as a committer to the cfengine family of ports. 2015-11-30 14:28:42 +00:00
John Marino
fba5516b32 sysutils/moreutile is not jobs safe
This port has failed on me multiple times.  The last time, it tried to
use errnos.h before it was generated.
2015-11-30 14:26:13 +00:00
Raphael Kubo da Costa
08ea67cb98 Update CMake to 3.4.0.
Release notes: https://cmake.org/cmake/help/v3.4/release/3.4.html

- Bump PORTREVISION in a few ports that do not ship SOVERSIONed libraries
  anymore (see https://cmake.org/gitweb?p=cmake.git;a=commit;h=f799ffb5).
- Switch MASTER_SITES to https.

PR:		204629
2015-11-30 14:20:13 +00:00
Alex Dupre
ddeccedfb4 Update to 5.6.16 release. 2015-11-30 14:05:47 +00:00
Bernard Spil
1b90a38c77 security/py-letsencrypt: Update to 2015-11-23 version
- Update acme and letsencrypt ports
 - Switch security/py-acme to PyPI download

Reviewed By:	koobs (mentor, maintainer), cpm_fbsd.es (maintainer)
Approved By: 	koobs (mentor, maintainer), cpm_fbsd.es (maintainer)
Differential Revision:	https://reviews.freebsd.org/D4313
2015-11-30 13:56:54 +00:00
Dmitry Sivachenko
22263a971d Update to version 1.18. 2015-11-30 12:51:37 +00:00
Alex Dupre
bf1992f217 Update to 0.11.6 release. 2015-11-30 12:10:12 +00:00
Rusmir Dusko
5f0f580b69 - Update to 15.11.0, please see
/usr/local/share/doc/smplayer/Changelog
2015-11-30 12:08:24 +00:00
Renato Botelho
38b416a729 - Update net/dpinger to 0.0.1.20151129 (commit c0adc9e57f)
- Remove patches already applied upstream
- Fix build on FreeBSD 9
2015-11-30 11:45:36 +00:00
Antoine Brodin
ca82f38edb Finish pyliblzma rename (and unbreak dependent ports) 2015-11-30 11:43:13 +00:00
Alex Dupre
cbe81e6b46 Update to 3.1.3 release. 2015-11-30 11:32:34 +00:00
Martin Wilke
8e50d19daa - Update to 2015-48
PR:		        204805
Submitted by:	ecrist@secure-computing.net (maintainer)
Approved by:	mat (mentor)
2015-11-30 11:08:56 +00:00
Jimmy Olgeni
34b2ac2e6c Upgrade Erlang 18 to version 18.1.5. 2015-11-30 10:47:45 +00:00
Rene Ladan
80b09fa0b7 emulators/fuse-roms: update ROMs to those of Fedora 22, no content changes. 2015-11-30 10:13:18 +00:00
Jan Beich
44a9221460 mail/mpop: update to 1.2.3
- Add CPE information
- Let pkg-config handle flags for WITH_OPENSSL_PORT in order to
  - Make sure ld(1) finds correct library
  - Avoid -I/usr/include -L/usr/lib poisoning ports compiler
- Convert the patch to sed(1) line in order to
  - Respect LOCALBASE for ca_root_nss paths
  - Apply the fix against INFO page as well
  - Avoid having to pet portlint with |make makepatch|
- Simplify GNUTLS=off + OPENSSL=off logic
- Simplify GSASL option a bit more
- Take maintainership

Changes:	http://sourceforge.net/p/mpop/code/ci/e3eff0/log/
2015-11-30 10:05:01 +00:00
Raphael Kubo da Costa
b9f32e6af6 Add upstream patch to fix the build with ALSA 1.1.0.
Some checks were too strict and assuming SND_LIB_MINOR was always 0. This
was making ALSA detection fail and preventing the plugins from being built
when the ALSA option was on.

Thanks to Stephen Hurd (shurd@) for pointing to the cause of the problem and
providing an initial version of the patch.

This does not need to be merged into 2015Q4 because it still contains ALSA
1.0.29.

PR:		204488
2015-11-30 09:57:08 +00:00
Timur I. Bakeyev
829a06967f Update to the version that works with Samba 4.3(and older versions too). 2015-11-30 09:41:53 +00:00
John Marino
760e12e9db www/py-djblets: Unbreak everywhere that uses clean environment
The port requires msgfmt.  After the last update, it would no longer
build in poudriere.
2015-11-30 08:45:17 +00:00
Kubilay Kocak
892f21154b archivers/py-liblzma: Rename to pylibzma, Modernize
- Rename to match upstream (PyPI) name: pylibzma
- Backport upstream issue/commit to fix build without pkg-config [1][2]
- Remove post-patch: target, no longer necessary
- Remove other setup.py overrides, back to upstream sources
- Add do-test target:
- Add LICENSE_FILE
- Add MOVED entry

While I'm here:

- Update sysutils/bsdploy dependency

[1] https://bugs.launchpad.net/pyliblzma/+bug/613837
[2] https://bazaar.launchpad.net/~proyvind/pyliblzma/trunk/revision/494

Reviewed by:		sbz
Approved by:		dbn (maintainer timeout, 15 days)
Differential Revision:	D4161
2015-11-30 08:37:38 +00:00
Wen Heping
7caa28b8d5 - Add CPE information
PR:		204835 204833 204832
Submitted by:	shun.fbsd.pr@dropcut.net
2015-11-30 08:02:29 +00:00
Rene Ladan
dec8ac493f graphics/fotofix: fix typo in DESKTOP_ENTRIES, bump PORTREVISION
Submitted by:	danfe
2015-11-30 07:55:25 +00:00
Wen Heping
acffffc8ab - Update CONFLICTS after import mediawiki126 2015-11-30 07:39:49 +00:00
Wen Heping
d4439a59ac - Repocopy mediawiki125 --> mediawiki126 and update 2015-11-30 07:36:35 +00:00
Jean-Sébastien Pédron
181c10cd7c graphics/waffle: Update to 1.5.2
The "x11_egl" platform is now explicitely enabled.

Reviewed by:	danfe, kwm
Approved by:	kwm
Differential Revision:	https://reviews.freebsd.org/D4051
2015-11-30 06:48:26 +00:00
Rene Ladan
5f1a93ac79 graphics/fotofix: update to 0.01.1.88, unbreak
- change MASTER_SITES to GitHub
- add manual page
- add desktop entry
- clean up Makefile

PR:		204196
Submitted by:	tkato432
2015-11-30 06:42:30 +00:00
Stephen Hurd
ad15dd2c80 Install translations, set LICENSE, and fix up dependencies
PR:		201719
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-11-30 05:43:31 +00:00
Stephen Hurd
e0deb0646c Remove runtime dependency on nec2c
PR:		196329
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2015-11-30 05:05:45 +00:00
Dmitry Marakasov
e8503e28d9 - Update to 0.11.0 2015-11-30 05:05:25 +00:00
Stephen Hurd
ce2e81be83 Fix build for 9.x 2015-11-30 04:55:14 +00:00
Alexey Dokuchaev
d891bad74a Remove BROKEN_sparc64 (again): it was failing due to missing -fPIC in the
`archivers/p7zip' port, which I've added in r396461.

Discussed with:	linimon
2015-11-30 04:44:56 +00:00
Timur I. Bakeyev
bb6870752c A new version 4.3.1 of Samba suite. Handle with care. 2015-11-30 01:35:36 +00:00
Timur I. Bakeyev
8ed1831a5b Update Samba4* ports to the latest supplimentary libs and versions. 2015-11-30 01:01:35 +00:00
Gerald Pfeifer
68bba990dc Update to the 20151129 development snapshot of GCC 6. 2015-11-30 00:58:31 +00:00
Jason Unovitch
f980db69f7 www/hiawatha: Fix fetch due to upstream subdirectory change
PR:		204861
Submitted by:	Mats Klingberg <maklingberg@gmail.com>
2015-11-30 00:54:15 +00:00
Jason Unovitch
f5df12b41d www/kanboard: update 1.0.20 -> 1.0.21
- While here, add terminating @owner/@group to pkg-plist (portlint)

PR:             204856
Submitted by:   Bart Wrobel <bsd@if0.eu> (maintainer)
2015-11-30 00:47:35 +00:00
Ashish SHUKLA
0d03e1ae70 - Update to git revision af40b76
- Switch to GitHub for MASTER_SITES
- Remove USE_AUTOTOOLS, and move it to USES instead
- Cosmetic changes to Makefile, and pkg-plist
- Remove pkg-install/pkg-deinstall scripts, not needed anymore

PR:		204842
Submitted by:	Joseph Mingrone <jrm at ftfl.ca>
2015-11-30 00:24:59 +00:00
Timur I. Bakeyev
2885f1117a Update Samba supplimentary libs 2015-11-30 00:17:41 +00:00
John Marino
82cfb486dc Add gnatdroid-x86 (3 new ports), X-compiler to Android-x86
Similar to lang/gnatdroid-armv7, lang/gnatdroid-x86 is a cross-compiler
targetting Android. The former targets ARMv7 processors while the latter
targets Android on x86 (32-bit).  The latter also runs on Virtualbox as
a bonus.  The new ports are implemented as slaves to the ARMv7 versions.

The GNAT ACATS were run, and it passed every test except CXG2024,
"accuracy of multiplication and division of mixed decimal and binary
fixed point numbers".
subtest 13: expected -51.00 got 50.0
subtest 14: expected 51.0 got 50.0

This is probably a rounding error unique to 32-bit x86.  Overall this
version passed better than gnatdroid-armv7 because unwind is supported,
enabling check check support.

Also added:
lang/gnatdroid-sysroot-x86 (KitKat and Lollipop API)
lang/gnatdroid-binutils-x86

Despite the desciption, C++, Fortran and Objective-C should also work
well (in addition to advertised C and Ada frontends).

===

The gnatdroid-x86 port builds a C/Ada cross-compiler based on GCC 4.9
that targets the Android operating system (up to version 5.0, API level
21) running on x86 or x86_64 architecture (version 7).  This produces
binaries that run natively on x86-based Android devices.
2015-11-30 00:15:39 +00:00
Jason Unovitch
bf321e1073 New Port: textproc/kibana43
Repo copy textproc/kibana42 to textproc/kibana43:
- Remove Makefile logic to make this a slave port of kibana42.
- Update PORTVERSION, PKGNAMESUFFIX, and distinfo for 4.3.0.

Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.

Kibana 4.3 is compatible with Elasticsearch 2.1.x.

WWW: https://www.elastic.co/products/kibana

PR:             204355
Submitted by:   Sergey Kozlov <kozlov.sergey.404@gmail.com>
Differential Revision:  https://reviews.freebsd.org/D4289
2015-11-29 23:57:02 +00:00
Jason Unovitch
679d00df9b New Port: textproc/kibana42
Repo copy textproc/kibana41 to textproc/kibana42:
- Update PORTVERSION, PKGNAMESUFFIX, and distinfo for 4.2.1 and leave the
  variables conditional for the upcoming textproc/kibana43 slave port.
- Added https MASTER_SITES as a first option.
- New versions rely on node 0.12, change RUN_DEPENDS accordingly.
- Copy the config file before deleting directories, as it will also delete
  the config file.
- kibana.in: New kibana has to be launched in the different way, reflect
  that in rc script.
- kibana.in: New kibana can write to log file by itself, delete all output
  redirection magic from rc script.

Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.

Kibana 4.2 is compatible with Elasticsearch 2.0.x.

WWW: https://www.elastic.co/products/kibana

PR:             204355
Submitted by:   Sergey Kozlov <kozlov.sergey.404@gmail.com>
Differential Revision:  https://reviews.freebsd.org/D4289
2015-11-29 23:49:44 +00:00
Jason Unovitch
4ed34a9d2d textproc/kibana41: add periods to the end of sentences in pkg-descr. 2015-11-29 23:23:02 +00:00
Michael Moll
c217cd891f x11-wm/blackbox: fix build on arm
PR:		200124
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Approved by:	maintainer (timeout)
2015-11-29 21:53:12 +00:00
Gerald Pfeifer
c89322dc4b Update to Wine 1.8 RC2. Just bugfixes (though one new header). 2015-11-29 21:22:21 +00:00
Michael Moll
8aa3129856 new port: www/rubygem-octopress
Octopress is an obsessively designed toolkit for writing and deploying
static Jekyll blogs.

WWW: http://octopress.org/
2015-11-29 21:17:59 +00:00