Commit graph

435207 commits

Author SHA1 Message Date
Dmitry Marakasov
d18f8f5af7 - Fix build on mips by disabling unknown warning flag
MFH:		2018Q1
Approved by:	portmgr blanket
2018-01-10 12:35:02 +00:00
Alexey Dokuchaev
cf1babb8b4 Unbreak the build on sparc64: configure script was correctly detecting that
extra MD file is required, but since it is under `src' subdirectory, make(1)
was not able to find and make it.  While here, remove s|-lpthread|-pthread|
gimmick which is no-op these days.
2018-01-10 12:07:03 +00:00
Dmitry Marakasov
85ff7141a3 - Don't try to use lib32 directory, fixes build on mips
- While here, tiny whitespace fix

MFH:		2018Q1
Approved by:	portmgr blanket
2018-01-10 12:02:42 +00:00
Tobias Kortkamp
df8962384a multimedia/kodi-devel: Allow overriding of PKGNAMESUFFIX
for use in (private) slave ports
2018-01-10 11:44:09 +00:00
Jimmy Olgeni
a10cded460 Update textproc/erlang-fast_xml to version 1.1.28. 2018-01-10 11:37:39 +00:00
Kurt Jaeger
55f8f86d70 net/mrouted: Allow config path to be specified from rc.conf
PR:		206602
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
Approved by:	hrs (maintainer timeout)
2018-01-10 10:30:23 +00:00
Baptiste Daroussin
38ff21f95b Update Intel microcode to 20180108
MFH:		2018Q1
Sponsored by:	Gandi.net
2018-01-10 10:04:25 +00:00
Dmitry Marakasov
19c650e1c6 - Add LICENSE_FILE
Approved by:	portmgr blanket
2018-01-10 09:00:50 +00:00
Pietro Cerutti
5a837a9e2c x11-toolkits/tk86: fix plist
Reported by:	Joachim Moskalewski <moskalewski@jmos.net>
2018-01-10 08:22:03 +00:00
Kirill Ponomarev
6f080eb9e0 Use ${COPYTREE_SHARE} instead of ${CP}
Reported by:	mat
2018-01-10 07:55:18 +00:00
Kirill Ponomarev
5ab137d6d2 - Remove explicit -march=native declaration.
- Mark ONLY_FOR_ARCHS=amd64 (it is temporary only until I'm ready
  with proper configure and Makefiles to set
  ARCH_FOR_p448=arch_ref64 ARCH_FOR_p25519=arch_ref64 for aarch64
  instead of arch_x86_64 and arch_32 for i386)
- Manually install headers (until we've proper build system in
  upstream as well)
2018-01-10 07:39:30 +00:00
Antoine Brodin
72a7ccc6a5 Revert r458590, it's unfetchable
With hat:	portmgr
2018-01-10 06:57:57 +00:00
Sunpoet Po-Chuan Hsieh
9a8931d898 Update to 3.4.4
Changes:	https://redmine.org/projects/redmine/wiki/Changelog
2018-01-10 06:41:12 +00:00
Sunpoet Po-Chuan Hsieh
aa2814718f Update to 1.13.0
Changes:	https://github.com/intridea/multi_json/blob/master/CHANGELOG.md
		https://github.com/intridea/multi_json/commits/master
2018-01-10 06:41:07 +00:00
Sunpoet Po-Chuan Hsieh
d81b95a9c6 Update to 4.7.0.3
Changes:	https://github.com/bokmann/font-awesome-rails/releases
2018-01-10 06:41:02 +00:00
Sunpoet Po-Chuan Hsieh
5b46bc72b2 Update to 4.7.0.3
Changes:	https://github.com/bokmann/font-awesome-rails/releases
2018-01-10 06:40:56 +00:00
Sunpoet Po-Chuan Hsieh
89bc0897f9 Update to 4.7.0.3
Changes:	https://github.com/bokmann/font-awesome-rails/releases
2018-01-10 06:40:51 +00:00
Sunpoet Po-Chuan Hsieh
63ce8fa004 Fix gemspec for rubygem-multi_json 1.13.0 update
- Bump PORTREVISION for package change
2018-01-10 06:40:46 +00:00
Sunpoet Po-Chuan Hsieh
1296b68fc9 Update to 2.10.114
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-10 06:40:41 +00:00
Sunpoet Po-Chuan Hsieh
467c81239b Update to 2.10.114
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-10 06:40:36 +00:00
Sunpoet Po-Chuan Hsieh
e215a45ffd Update to 2.10.114
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-10 06:40:31 +00:00
Sunpoet Po-Chuan Hsieh
ea09c16374 Add USE_PHP=mcrypt for PHP 7.2 2018-01-10 06:40:25 +00:00
Sunpoet Po-Chuan Hsieh
73111a2ba6 Update to 0.68.0
Changes:	https://gitlab.com/gitlab-org/gitaly-proto/commits/master
2018-01-10 06:40:20 +00:00
Sunpoet Po-Chuan Hsieh
44628939fd Fix gemspec for rubygem-retryable 3.0.0 update
- Bump PORTREVISION for package change
2018-01-10 06:40:15 +00:00
Sunpoet Po-Chuan Hsieh
50ffd9409c Update to 3.0.0
Changes:	https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
2018-01-10 06:40:10 +00:00
Li-Wen Hsu
a168f4d779 - Update to 2.0.0.0b3 2018-01-10 05:07:28 +00:00
Zach Leslie
ea7216fba2 Add staticly named symlink to port-versioned directory
To be utilized by sysutils/puppetserver, here we add a symlink to point at the
gem directory. This allows puppetserver to use facter as a library without
knowing the version installed.

Approved by:    swills(mentor), robak
Differential Revision:  D13803
2018-01-10 04:42:29 +00:00
Brooks Davis
6ffe6dc6bf Correct llvm-config40 output with shared libraries.
PR:		223191
Submitted by:	greg@unrelenting.technology
MFH:		2018Q1
2018-01-10 04:02:21 +00:00
Justin Hibbits
6ab1b175f9 Drop PIE for cups, it's not supported on powerpc, so fails the build
Reviewed By:tijl
Differential Revision: https://reviews.freebsd.org/D10613
2018-01-10 03:54:34 +00:00
Justin Hibbits
d2ac3fee9c Add support for GCC-based targets to luajit
Summary:
luajit requires CC to be passed on the command line, not via the Make
environment in order to override the Makefile.  Pass it explicitly, and for GCC
targets (powerpc, mips, sparc64) explicitly use ports GCC.

Reviewed By: mat
Differential Revision: https://reviews.freebsd.org/D13804
2018-01-10 03:51:12 +00:00
Li-Wen Hsu
7059d3ac07 - Update to 2.101 2018-01-10 03:47:36 +00:00
Adam Weinberger
e0a2f9063c There is no USES=gcc
Pointy hat to:	osa
2018-01-10 03:24:40 +00:00
Jung-uk Kim
7198e6f89f Update to 0.1.3. 2018-01-10 02:19:36 +00:00
Brooks Davis
2eb4d5e56b Upgrade to 5.0.1.
Correct shared linkage with llvm-config50.[0]

PR:		223191 [0]
Submitted by:	greg@unrelenting.technology
MFH:		2008Q1
2018-01-10 01:43:36 +00:00
Jung-uk Kim
1174bd0606 Update to 0.1.2. 2018-01-10 00:44:15 +00:00
Jung-uk Kim
bd60c841d0 Update to 0.0.4. 2018-01-10 00:40:45 +00:00
Jung-uk Kim
d884cb8fc2 Update to 0.1.3. 2018-01-10 00:36:20 +00:00
Yuri Victorovich
b5409b2cdd chinese/ibus-pinyin: Fixed build with NLS=off
PR:		219603
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Reported by:	yuri
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13736
2018-01-09 23:59:55 +00:00
Danilo G. Baio
32d7d2e425 sysutils/backuppc[-devel]: Update WWW
PR:		224109
Reported by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2018-01-09 23:28:31 +00:00
Danilo G. Baio
b59ae81969 sysutils/backuppc4: Update to 4.1.5
Update WWW [1].

Changes:	https://github.com/backuppc/backuppc/releases/tag/4.1.5

PR:		224109 [1]
PR:		224076
Reported by:	Zane C. Bowers-Hadley <vvelox@vvelox.net> [1]
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2018-01-09 23:25:48 +00:00
Danilo G. Baio
61096b1472 security/libargon2: Update to 20171227
Changes:	https://github.com/P-H-C/phc-winner-argon2/blob/20171227/CHANGELOG.md

PR:		225022
Submitted by:	Christopher Hall <hsw@bitmark.com> (maintainer)
2018-01-09 23:18:28 +00:00
Sergey A. Osokin
9b5d6eedde A customer reported privately it's possible to build the package with
gcc on i386 platform, so it looks like it's a bug with clang 4 on i386.

Do not bump PORTREVISION cause package for i386 never been built.

Reference:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216745
2018-01-09 23:07:33 +00:00
Dimitry Andric
3f6545049c Fix builds of lang/gcc{48,49,5} with clang 6.0.0
Since clang++ 6.0.0 now defaults to -std=gnu++14 (similar to g++ 6 and
higher), building gcc48, gcc49 or gcc5 produce quite a number of
"invalid suffix on literal; C++11 requires a space between literal and
identifier" errors.  This is because in many places, double quotes are
directly followed by printf helper macros like HOST_WIDE_INT_PRINT.

In gcc 6 and later, spaces were added between the double quotes and the
macros, to fix this issue, but for earlier versions, use a combination
of find, grep and sed to add them mechanically throughout the respective
source trees.

In addition, gcc5 needs a regular patch to fix an incorrect call to
error(), which should have been error_at().  (This was a mismerge by
upstream.)

Approved by:	gerald (maintainer)
PR:		224927
MFH:		2018Q1
2018-01-09 22:08:45 +00:00
Ryan Steinmetz
07b0973a9a - Update license to MPL
Reported by:	Dan McGregor <dan.mcgregor@usask.ca>
2018-01-09 22:07:43 +00:00
Luca Pizzamiglio
1f8874e6ff benchmarks/stress-ng: Update to 0.09.09 2018-01-09 22:07:04 +00:00
Yuri Victorovich
59f2299549 New port: archivers/py-zstd: Python binding for Zstandard compression library
This is a simple binding. A more full-featured binding will be
at archivers/py-zstandard.

Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13807
2018-01-09 22:01:04 +00:00
Raphael Kubo da Costa
6459814572 Explicitly build with -std=gnu++98.
clang 6.0 defaults to -std=gnu++14, but the port fails with too many errors
when built in C++11 (or later) mode.

PR:		224945
2018-01-09 21:47:55 +00:00
Jung-uk Kim
ddbb074f9a Document the latest Flash Player vulnerability.
https://helpx.adobe.com/security/products/flash-player/apsb18-01.html
2018-01-09 21:25:14 +00:00
Jung-uk Kim
623a3bc955 Update to 28.0.0.137.
https://helpx.adobe.com/security/products/flash-player/apsb18-01.html

PR:		225034
2018-01-09 21:12:55 +00:00
Raphael Kubo da Costa
e0a34af1f2 Backport a patch to fix the build with -std=gnu++14.
clang 6.0 defaults to -std=gnu++14 instead of -std=gnu++98. This backport fixes
the following error:

    /wrkdirs/usr/ports/devel/py-krosspython/work/kross-interpreters-4.14.3/python/cxx/Objects.hxx:1081:15: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t'
                , offset( NULL )
                  ^       ~~~~

PR:		224945
2018-01-09 21:04:44 +00:00