Commit graph

381911 commits

Author SHA1 Message Date
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
Michael Moll
6408151c8c new port: textproc/rubygem-octopress-escape-code
Adds escape sequences for code blocks in Jekyll, so liquid tags can be used
without having to surround these with {% raw %} and {% endraw %} tags.

WWW: https://github.com/octopress/escape-code
2015-11-29 21:14:56 +00:00
Adam Weinberger
22173578b4 Update to 4.00. Sort plist. Remove patches that are now part of upstream.
Changes: https://metacpan.org/changes/distribution/podlators
2015-11-29 21:14:00 +00:00
Michael Moll
0925aaa95f new port: net/rubygem-octopress-deploy
Easily deploy any Jekyll or Octopress site using S3, Git, or Rsync.

WWW: https://github.com/octopress/deploy
2015-11-29 21:11:05 +00:00
Michael Moll
836b66e488 new port: devel/rubygem-octopress-hooks
Allows access to Jekyll's site, posts and pages at different points in the
processing life cycle of a build. Formerly known as 'jekyll-page-hooks'.

WWW: https://github.com/octopress/hooks
2015-11-29 21:08:28 +00:00
Michael Moll
c14f991164 new port: devel/rubygem-titlecase
A set of methods added to the String class to allow title casing of strings:
- capitalize each word
- downcase each of the small_words
- words with capitals after the first character are left alone
- words with periods are left alone
- first and last word always capitalized
- small words after colons are capitalized

WWW: https://github.com/samsouder/titlecase
2015-11-29 21:04:36 +00:00
Adam Weinberger
51f8b3adae Update to 0.12, and sort plist.
This module does not provide a ChangeLog.
2015-11-29 21:04:14 +00:00
Adam Weinberger
bea2abe9cc Update to 1.123. Remove Test::POD and Test::POD::Coverage from TEST_DEPENDS;
those are tests for the developers, not end-users. Also, sort plist.

There is no ChangeLog for this module.
2015-11-29 21:01:17 +00:00
Adam Weinberger
54bc460725 Update to 1.17.
Changes: https://metacpan.org/changes/distribution/Parallel-ForkManager
2015-11-29 20:54:16 +00:00
Adam Weinberger
f8946c9e4d Update to 0.59.
Changes: https://metacpan.org/changes/distribution/Data-Object
2015-11-29 20:48:45 +00:00
Kurt Jaeger
488ef81a5e audio/festival: 2.1 -> 2.4
- Updated HTS and CG engines
- Support for newer compilers
- Bug fixes galore.

PR:		204754
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com>
Approved by:	mi (maintainer)
2015-11-29 20:09:49 +00:00
Michael Moll
550250ee5b net/freerdp: fix build on sparc64
PR:		186395
Obtained from:	FreeRDP commit 68619b6
2015-11-29 20:06:29 +00:00
Andreas Tobler
9d1bdf2ea8 Add ELFv2 support for FreeBSD PowerPC.
Submitted by:	nwhitehorn@
Approved by	bapt@:
2015-11-29 19:12:03 +00:00
David Naylor
cda83b3960 emulators/i386-wine-devel: update to 1.8.r1
Packages for -CURRENT were not packages due to dependencies:
 - gnutls
2015-11-29 18:54:44 +00:00
Conrad Meyer
ea5f047f43 sysutils/fusefs-lkl: Add needed USES=python 2015-11-29 18:23:15 +00:00
Raphael Kubo da Costa
0fea06fbb5 Make devel/qt4's clang+base libstdc++ patch work without changes to x11/kdelibs4.
Unconditionally including ciso646 in qglobal.h to check for libc++ makes
including qglobal.h from C programs fail.

qglobal.h is not supposed to be used in C programs, but kdelibs4's
FindQt.cmake ends up calling CHECK_SYMBOL_EXISTS() instead of
CHECK_CXX_SYMBOL_EXISTS() to check if some macros are defined. Since
kdelibs4 is in maintenance mode, our changes to it can be avoided if we just
check for __cplusplus before including ciso646 (<initializer_list> is not
available in C anyway).
2015-11-29 18:08:04 +00:00
Koop Mast
8e918ec1df Update libepoxy to 1.3.1.
Add LICENSE_FILES link.
Don't restrict to python3 only. It only needs a python to build.
2015-11-29 17:51:03 +00:00
Marc Fonvieille
9a43aa8c94 Update to r47441 of the FreeBSD docset.
Approved by:	doceng (implicit)
2015-11-29 17:03:14 +00:00
Bartek Rutkowski
8903a10f54 devel/pecl-ev: fix build errors
PR:		204895
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
MFH:		2015Q4
2015-11-29 17:02:38 +00:00
Thomas Zander
4745b45b5a Fix runtime segfault due to uninitialised variable, bump PORTREVISION
While on it:
- Pet portlint: regenerate patches using 'make makepatch'
- Add LICENSE

PR:		204845
Submitted by:	yama@jasper.co.jp
MFH:		2015Q4 (ports-secteam fix blanket)
2015-11-29 16:52:05 +00:00
Michael Moll
1b60e3f502 graphics/libGL: unbreak build on sparc64
Approved by:	x11 (kwm)
MFH:		2015Q4
Differential Revision:	https://reviews.freebsd.org/D4311
2015-11-29 16:34:04 +00:00
Mikolaj Golub
2a00ee1eb6 Update to 2.6.0 2015-11-29 15:52:26 +00:00
Olli Hauer
e28a239c8e - original MASTER_SITE is gone.
Author pushed the source to github, use it as new site [1]
- add extra-patch to PATCHDIR
- use new post-patch target
- unbreak the port
- bump PORTREVISION

[1] verified there is no difference between old 1.6.2 and github 8ea64c0
2015-11-29 15:41:07 +00:00
Rene Ladan
b375293a8e Take maintainership of emulators/fuse-roms 2015-11-29 15:19:09 +00:00
Mikolaj Golub
6e42e72365 Update to 1.5.0 2015-11-29 15:12:20 +00:00
Mikolaj Golub
584b7998f3 Update to 0.29.1 2015-11-29 14:53:21 +00:00
Dmitry Marakasov
04440bb270 - Remove BROKEN, fetch was fixed 2015-11-29 14:41:36 +00:00
Danilo Egea Gondolfo
5b2529cf2b - Fix build in FreeBSD 9 2015-11-29 14:38:20 +00:00