Commit graph

18194 commits

Author SHA1 Message Date
Josh Paetzel
6dcaadc12c Update translate-toolkit
PR:	212924
Submitted by:	rene
2016-09-24 17:47:48 +00:00
Ruslan Makhmatkhanov
3137edbdd4 textproc/py-esmre: remove NO_ARCH
This port is not architecture neutral, so remove NO_ARCH and
bump PORTREVISION.
While here, limit python version to 2.x, because the module
fails to build with python3.

PR:		212834
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
2016-09-24 14:22:50 +00:00
Ruslan Makhmatkhanov
4457b85fc6 textproc/pecl-xdiff: pass maintainership to submitter
- Configure PORTSCOUT
- Small change on pkg-descr
- Update distinfo with TIMESTAMP
- Pass maintainership to submitter

PR:		212774
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
2016-09-24 13:57:13 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Dmitry Sivachenko
4a9951ac4e Update to version 0.4. 2016-09-24 08:37:53 +00:00
Joseph Mingrone
1cbd3576d5 Update email address to jrm@FreeBSD.org for ports that I maintain
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D7995
2016-09-23 21:42:02 +00:00
Torsten Zuehlsdorff
d9bd705a58 lang/php56: Update from 5.6.25 to 5.6.26
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7411
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: swills (mentor)
2016-09-23 08:26:44 +00:00
Jimmy Olgeni
0702328347 Unbreak textproc/erlang-p1xml on Erlang 19. 2016-09-22 10:24:27 +00:00
Torsten Zuehlsdorff
ad86e61f50 lang/php70: Update from 7.0.10 to 7.0.11
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: pi (mentor)
2016-09-21 15:43:47 +00:00
Jimmy Olgeni
1e4cecd34a Update textproc/elixir-ex_doc to version 0.13.2. 2016-09-21 07:52:43 +00:00
John Marino
b2693fcdcb textproc/txt2tags: actually remove BROKEN line 2016-09-20 16:43:58 +00:00
John Marino
336f112308 textproc/txt2tags: new ubuntu MASTER_SITE to unbreak
The distfile name changed but the hash still matches.
The WRKSRC had to be explicitly defined with the distname change.
2016-09-20 16:42:02 +00:00
Kris Moore
c4c22857be - Add RUN_DEPEND on security/ca_root_nss
- Bump PORTREV

PR: 212049
2016-09-20 14:37:12 +00:00
Wen Heping
4503c16d5b - Update to 2016.9.19
PR:		212835
Submitted by:	dbaio@bsd.com.br(maintainer)
2016-09-20 01:37:11 +00:00
Steve Wills
8b03e8d9a4 textproc/ruby-rd-mode.el: Define RUBY_ELISPDIR locally 2016-09-19 03:41:02 +00:00
Antoine Brodin
b20a784382 Unbreak by switching to USE_GITHUB 2016-09-18 11:18:23 +00:00
MANTANI Nobutaka
229551dacd Update MASTER_SITES to fix fetch error. 2016-09-18 06:35:45 +00:00
Raphael Kubo da Costa
3346021972 Update the Qt5 ports to 5.6.1.
This took longer than expected, but there are quite a few changes to the
existing ports and a few new ones.

General upstream changes:
- Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
  being used. According to the discussion here:
  https://codereview.qt-project.org/#/c/154800/
  The Qt project is not opposed to LibreSSL, but does not want to mix
  support for it into the OpenSSL backend code, especially as they move
  towards supporting OpenSSL 1.1.
  People interested in LibreSSL support are welcome to submit a separate
  backend upstream, but are expected to maintain it. We (kde@) are not
  opposed to carrying some patches authored by others in the future, as long
  as they are not huge and destabilizing.
- When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
  default (this is an upstream change). You can add "CONFIG -= c++11" to
  your .pro. Qt 5.7 will require C++11.
- www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
  separately as a community release tarball. kde@ does not have an ETA for a
  qt5-webengine port, as it requires a huge effort (and number of patches)
  similar to maintaining www/chromium itself.
- x11-toolkits/qt5-declarative has been deprecated upstream. The last
  release is 5.5.1.

Relevant changes:
- devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
  FreeBSD, replacing the outdated freebsd-g++ one that was moved to
  unsupported/ (it still works though).
- devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
  still in qtbase. The data files are now in the qt5-qdoc-data port.
- misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
  mkspecs. Instead of running the `configure' script, which requires a
  compiler and adjustments to the mkspecs files and also ends up building a
  new qmake binary, we now leverage USES=qmake to generate all the Makefiles
  from the top-level qt.pro. Getting this to work requires some tricks,
  though, and qt.conf.in has a longer explanation of what's being done.
  Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.

New ports:
- comms/qt5-serialbus
- devel/qt5-qdoc-data
- x11-toolkits/qt5-quickcontrols2

Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden
(nolden@kde.org) for the huge amount of work they put into this
patch. Loise in particular also sent quite a few changes upstream that were
essential for this update to work.

PR:		211916
2016-09-17 09:46:54 +00:00
Steve Wills
462993e91c textproc/ruby-htree: convert RUBY_RDOC to expanded form 2016-09-17 02:07:35 +00:00
Anton Berezin
1aac178499 Update to 1.19.
Changes:	http://cpansearch.perl.org/src/KIMRYAN/Lingua-EN-Fathom-1.19/Changes
2016-09-16 07:37:47 +00:00
Antoine Brodin
b1d4fe0a27 Mark BROKEN: fails to build
src/xml_util.erl:32: syntax error before: '/'
src/xml_util.erl:41: syntax error before: '/'
src/xml_util.erl:50: syntax error before: '/'
src/xml_util.erl:60: syntax error before: '/'
src/xml_util.erl:69: syntax error before: '/'
src/xml_util.erl:78: syntax error before: '/'
Compiling src/xml_util.erl failed:
ERROR: compile failed while processing /wrkdirs/usr/ports/textproc/erlang-p1xml/work/xml-7ff90b7: rebar_abort

Reported by:	pkg-fallout
2016-09-16 06:55:09 +00:00
Thomas Zander
43374bec0f Update to upstream version 1.1.3, overhaul, new maintainer
Detailed log:
- Update to upstream version 1.1.3
- New maintainer: Danilo G. Baio <dbaio@bsd.com.br>
- Add LICENSE*
- Add non-default OPTION ISPN
- Set NO_ARCH

PR:		212300
Submitted by:	dbaio@bsd.com.br (maintainer)
2016-09-15 15:43:20 +00:00
Thomas Zander
911e2fe221 Add new port: textproc/pear-Validate_ISPN
PR:		212299
Submitted by:	dbaio@bsd.com.br (maintainer of textproc/pear-Validate_ISPN)
2016-09-15 15:39:55 +00:00
Steve Wills
70d698c2c5 textproc/ruby-sary: remove RUBY_RD_FILES
PR:		210665
2016-09-15 15:08:26 +00:00
Steve Wills
b87006cd8e textproc/ruby-rttool: remove USE_RUBY_RDTOOL
PR:		210665
2016-09-15 15:06:50 +00:00
Steve Wills
9fac134f89 textproc/ruby-htree: remove RUBY_RD_HTML_FILES
PR:		210665
2016-09-15 15:06:06 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
John Marino
252c5d5f38 Release some of my ports back to the heap 2016-09-15 01:29:41 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Carlos J. Puga Medina
80650c9c09 - Update MASTER_SITES
- Add LICENSE

PR:		212598
Submitted by:	bob@eager.cx (maintainer)
Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
MFH:		2016Q3
2016-09-14 00:09:45 +00:00
Dmitry Marakasov
48799354a6 - Update to 1.595
PR:		212533
Submitted by:	wblock@FreeBSD.org (maintainer)
2016-09-13 19:14:50 +00:00
Rene Ladan
f2b540f009 Remove expired ports:
2016-08-23 www/mediawiki124: EOL upstream
2016-08-23 sysutils/rsyslog7: Upgrade to rsyslog 8
2016-08-24 www/moodle28: EOL upstream
2016-08-31 devel/php5-msgpack: This is an older version of the software, please use devel/pecl-msgpack.
2016-09-02 textproc/asciinema: use textproc/py3-asciinema instead
2016-09-09 x11-toolkits/qtada: No development since 2012, usefulness unclear
2016-09-13 18:23:44 +00:00
Wen Heping
c685e1d8c0 - Update to 0.7.0
PR:		212559
Submitted by:	dbaio@bsd.com.br(maintainer)
2016-09-13 13:06:03 +00:00
Emanuel Haupt
899010aeda Partially revert previous commit and move run dependencies to build depends.
Those are actually required during build time.

Notified by:	mat
2016-09-13 12:29:13 +00:00
Johan van Selst
69a5fbc67c Update to GNU diffutils 3.5 (bugfix release) 2016-09-12 20:34:01 +00:00
Kris Moore
e7cb5f889f - Update to 1.4.6 2016-09-12 13:38:18 +00:00
Philippe Audeoud
75f9e548c6 - Update to 1.35 2016-09-12 08:58:56 +00:00
Jimmy Olgeni
946b0d7474 Update textproc/elixir-ex_doc to version 0.13.1. 2016-09-11 17:19:47 +00:00
Tobias C. Berner
ff3a5abc43 Update textproc/libkolabxml to 1.1.6.
As noted by portscout, texproc/libkolabxml 1.1.6 is available.

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7855
2016-09-11 16:44:25 +00:00
Kurt Jaeger
608d67d39e textproc/apache-solr: 5.5.2 -> 6.2.0
- submitter becomes maintainer

PR:		201455,	212313
Changes:	https://lucene.apache.org/solr/6_2_0/changes/Changes.html
Submitted by:	Matthias Fechner <idefix@fechner.net>
2016-09-11 11:43:36 +00:00
Antoine Brodin
d3b13d88a8 Make usable as a regular user 2016-09-11 07:14:10 +00:00
Emanuel Haupt
cedf3f8bd7 - Update to 2016060801
- Mark NO_ARCH

PR:		2016060801
Approved by:	maintainer timeout (tobez, 45 days)
2016-09-10 15:32:50 +00:00
Emanuel Haupt
336e032f3c Mark NO_ARCH 2016-09-10 10:48:56 +00:00
John Marino
58b6997068 textproc/htdig: Add CFLAGS and LDFLAGS for USES=ssl 2016-09-10 03:34:02 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Emanuel Haupt
62871de352 - Add missing dependencies
- Add NO_ARCH
- Move required perl modules from BUILD_DEPENDS to RUN_DEPENDS. They don't
  need to build port, only to run.
- Add TEST_DEPENDS

PR:		212532
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
2016-09-09 19:31:42 +00:00
Jan Beich
f31768a028 textproc/py-cloud_sptheme: update to 1.7.1
Changes:	https://bitbucket.org/ecollins/cloud_sptheme/src/1.7.1/CHANGES
PR:		212496
Submitted by:	w.schwarzenfeld@utanet.at
2016-09-08 23:38:33 +00:00
Jan Beich
f5dc4c7ad8 textproc/py-cloud_sptheme: unbreak after r415071
PR:		212496
Submitted by:	w.schwarzenfeld@utanet.at
2016-09-08 23:37:23 +00:00
Martin Matuska
1b1fae7b2a Horde package update:
devel/pear-Horde_Alarm 2.2.7 -> 2.2.8
devel/pear-Horde_Cache 2.5.3 -> 2.5.4
devel/pear-Horde_Core 2.25.0 -> 2.26.1
security/pear-Horde_Crypt_Blowfish 1.1.1 -> 1.1.2
databases/pear-Horde_Db 2.3.2 -> 2.3.3
www/pear-Horde_Form 2.0.14 -> 2.0.15
databases/pear-Horde_HashTable 1.2.5 -> 1.2.6
mail/pear-Horde_Imap_Client 2.29.8 -> 2.29.9
devel/pear-Horde_Lock 2.1.3 -> 2.1.4
mail/pear-Horde_Mime 2.10.0 -> 2.10.1
mail/pear-Horde_Mime_Viewer 2.2.0 -> 2.2.1
devel/pear-Horde_Prefs 2.7.6 -> 2.8.0
devel/pear-Horde_Queue 1.1.3 -> 1.1.4
devel/pear-Horde_Rdo 2.0.5 -> 2.1.0
www/pear-Horde_SessionHandler 2.2.7 -> 2.2.8
security/pear-Horde_Share 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Filter 2.3.4 -> 2.3.5
www/horde-base 5.2.11 -> 5.2.12
mail/horde-imp 6.2.15 -> 6.2.16
mail/horde-ingo 3.2.11 -> 3.2.12
deskutils/horde-kronolith 4.2.17 -> 4.2.18
deskutils/horde-nag 4.2.10 -> 4.2.11
mail/horde-turba 4.2.15 -> 4.2.16
mail/horde-webmail 5.2.15 -> 5.2.16
deskutils/horde-groupware 5.2.15 -> 5.2.16
2016-09-07 22:54:27 +00:00
Tijl Coosemans
aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00