Commit graph

433267 commits

Author SHA1 Message Date
Ed Maste
29ef845380 devel/gcc-arm-embedded: enable for arm64
This was disabled with the reason being that it's slow to build in
emulation, but arm64 packages have been building on real hardware for
quite some time now.

Approved by:	lev
2017-12-19 00:54:26 +00:00
Brooks Davis
eec20adbce Fix build on 10.3.
This disables OPENMP which failes to compile and uses an ABI breaking
flag to work around 10.3 lacking some libc++ functionality (suggsted by
dim@).
2017-12-19 00:32:00 +00:00
Yuri Victorovich
97f90d255e New port: science/PETSc: Suite of data structures and routines from Argonne National Laboratory
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13527
2017-12-19 00:03:01 +00:00
Yuri Victorovich
80c876d85e devel/gogs: Changed user from gogs to git; Moved ini file under /usr/local/etc
PR:		224113
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13469
2017-12-18 23:57:06 +00:00
Yuri Victorovich
857f98b9e4 New port: net-im/telegram-desktop: Telegram Desktop messaging app
PR:		224193
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13434
2017-12-18 23:35:45 +00:00
Tilman Keskinoz
be560fc867 Remove audio/last.fm. last.fm radio shutdown in March 2014. 2017-12-18 23:01:19 +00:00
Yuri Victorovich
89fd7facde New port: editors/dte: Small and easy to use console text editor
PR:		224340
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13498
2017-12-18 22:52:21 +00:00
Yuri Victorovich
4dbc2863a7 New port: misc/libpostal: Library for parsing/normalizing street addresses around the world
PR:		224262
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13468
2017-12-18 22:43:44 +00:00
Yuri Victorovich
f0294bafaa New port: x11/hhpc: Small and easy to use console text editor
PR:		224345
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13499
2017-12-18 22:39:38 +00:00
Yuri Victorovich
594d6b95bb multimedia/webcamoid: Unbreaking clang-built app with USE_GCC=6.0+
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13512
2017-12-18 22:24:12 +00:00
Yuri Victorovich
8fb51256e7 graphics/sxiv: Update to 24
PR:		224273
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13513
2017-12-18 22:22:30 +00:00
Stefan Eßer
f3376fc92a Add all-depends-list case required for portmaster -t.
Approved by:	antoine (implicit)
2017-12-18 22:22:07 +00:00
Antoine Brodin
f4321fc9f2 Mark BROKEN: fails to link
src/mongo/db/pipeline/document_source_sample_from_random_cursor.cpp:(.text._ZN5boost4math6detail13ibeta_inv_impIeNS0_8policies6policyINS3_13promote_floatILb0EEENS3_14promote_doubleILb0EEENS3_14default_policyES9_S9_S9_S9_S9_S9_S9_S9_S9_S9_EEEET_SB_SB_SB_SB_RKT0_PSB_[_ZN5boost4math6detail13ibeta_inv_impIeNS0_8policies6policyINS3_13promote_floatILb0EEENS3_14promote_doubleILb0EEENS3_14default_policyES9_S9_S9_S9_S9_S9_S9_S9_S9_S9_EEEET_SB_SB_SB_SB_RKT0_PSB_]+0x59f): warning: powl has lower than advertised precision
build/opt/mongo/db/modules/rocks/src/rocks_recovery_unit.o:(.data.rel.ro._ZTIN5mongo13RocksIteratorE[_ZTIN5mongo13RocksIteratorE]+0x10): undefined reference to `typeinfo for rocksdb::Iterator'

Reported by:	pkg-fallout
2017-12-18 22:01:59 +00:00
Antoine Brodin
f5ebc2d3f8 Mark BROKEN: fails to stage
** byte-compile and prepare package for lazy loading
Warning: S3 methods 'as.character.tclObj', 'as.character.tclVar', 'as.double.tclObj', 'as.integer.tclObj', 'as.logical.tclObj', 'as.raw.tclObj', 'print.tclObj', '[[.tclArray', '[[<-.tclArray', '$.tclArray', '$<-.tclArray', 'names.tclArray', 'names<-.tclArray', 'length.tclArray', 'length<-.tclArray', 'tclObj.tclVar', 'tclObj<-.tclVar', 'tclvalue.default', 'tclvalue.tclObj', 'tclvalue.tclVar', 'tclvalue<-.default', 'tclvalue<-.tclVar', 'close.tkProgressBar' were declared in NAMESPACE but not found
Error : package or namespace load failed for 'tcltk':
 .onLoad failed in loadNamespace() for 'tcltk', details:
  call: fun(libname, pkgname)
  error: Tcl/Tk support is not available on this system
Error : unable to load R code in package 'gsubfn'
ERROR: lazy loading failed for package 'gsubfn'

Reported by:	pkg-fallout
2017-12-18 21:59:53 +00:00
Antoine Brodin
b7aeb1d915 Mark BROKEN: fails to configure
Package dependency requirement 'libgit2-glib-1.0 < 0.26.0' could not be satisfied.
Package 'libgit2-glib-1.0' has version '0.26.0', required version is '< 0.26.0'

Reported by:	pkg-fallout
2017-12-18 21:57:55 +00:00
Yuri Victorovich
344f2001d7 security/tor-devel: Update to 0.3.2.7-rc; Unbreaking on systems without timingsafe_memcmp(3)
timingsafe_memcmp(3) has only been introduced in 12, therefore limiting its use to 12.

Reported by:	Martin Gehlen <zitlo@zitlo.de> (timingsafe_memcmp(3) bug reporter)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13496
2017-12-18 21:55:54 +00:00
Antoine Brodin
61377e9314 Mark BROKEN everywhere: fails to link
cd subversion/svn && /bin/sh "/wrkdirs/usr/ports/devel/subversion-static/work/subversion-1.9.7/libtool" --tag=CC --silent --mode=link cc -all-static -Werror=unknown-warning-option -O2 -pipe  -fpic -DPIC -fstack-protector -fno-strict-aliasing   -O2 -pipe  -fpic -DPIC -fstack-protector -fno-strict-aliasing  -fstack-protector  -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib           -L/usr/local/lib  -rpath /usr/local/lib  -o svn  add-cmd.lo auth-cmd.lo blame-cmd.lo cat-cmd.lo changelist-cmd.lo checkout-cmd.lo cl-conflicts.lo cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo copy-cmd.lo delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo file-merge.lo help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo lock-cmd.lo log-cmd.lo merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo notify.lo patch-cmd.lo propdel-cmd.lo propedit-cmd.lo propget-cmd.lo proplist-cmd.lo props.lo propset-cmd.lo relocate-cmd.lo resolve-cmd.lo resolved-cmd.lo revert-cmd.lo similarity.lo status-cmd.lo status.lo svn.lo switch-cmd.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_wc/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/local/lib -lapr-1 -lcrypt -lpthread
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `fts5Bm25Function':
(.text+0xf936a): undefined reference to `log'

Reported by:	pkg-fallout
2017-12-18 21:55:35 +00:00
Antoine Brodin
c328b00c4f Mark BROKEN: fails to package
Reported by:	pkg-fallout
2017-12-18 21:53:28 +00:00
Yuri Victorovich
5fdbf108c4 security/tor: Unbreaking on systems without timingsafe_memcmp(3)
timingsafe_memcmp(3) has only been introduced in 12, therefore limiting its use to 12.

Reported by:	Martin Gehlen <zitlo@zitlo.de> (bug reporter)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13502
2017-12-18 21:52:04 +00:00
Antoine Brodin
cb7b1514c5 Mark BROKEN: fails to configure
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 39
    if sys.version_info < (2, 7):
     ^
SyntaxError: invalid syntax

Reported by:	pkg-fallout
2017-12-18 21:51:42 +00:00
Antoine Brodin
13795c2162 Mark BROKEN: fails to link
osquery/libosquery_additional.a(rocksdb.cpp.o):(.data.rel.ro._ZTIN7osquery17GlogRocksDBLoggerE+0x10): undefined reference to `typeinfo for rocksdb::Logger'

Reported by:	pkg-fallout
2017-12-18 21:50:17 +00:00
Alan Somers
19c7d8817f Add vuxml entry for CVE-2017-16355 to rubygem-passenger
The vulnerable version was already replaced by r452356

Reviewed by:	brd
Approved by:	brd (ports)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D13482
2017-12-18 21:48:18 +00:00
Yuri Victorovich
cea384f1ae irc/inspircd: Modernize port
PR:		224041
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13345
2017-12-18 21:46:45 +00:00
Yuri Victorovich
4578d819d3 New port: graphics/libQGLViewer: C++ library based on Qt5 that eases the creation of OpenGL 3D viewers
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13532
2017-12-18 21:43:15 +00:00
Guido Falsi
7a8364fb88 Make libva and it's drivers install modules in the standard location
PREFIX/lib/dri.

This is the same location where other ports(mesa) install drivers,
so that everything works out of the box.

PR:		224424
Submitted by:	Greg V <greg@unrelenting.technology>
2017-12-18 21:25:57 +00:00
Mark Linimon
0ec0945174 This port is also affected by aarch64 not having sbrk.
Approved by:	portmgr (tier-2 blanket)
2017-12-18 20:45:48 +00:00
Emmanuel Vadot
69b03db82c Add new port sysutils/u-boot-tools
U-Boot tools for creating and analyzing u-boot images.
U-Boot images are used to embed kernels into a know format for u-boot.
It can also be FIT (Flattened Image Tree) images when the source describing
the image is written like a DTS (Device Tree Source).

Reviewed by:	imp
Approved by:	imp
Differential Revision:	https://reviews.freebsd.org/D13455
2017-12-18 19:20:08 +00:00
Gerald Pfeifer
bab5ef0546 Update to Wine 3.0 RC2, which brings a number of bug fixes (no features). 2017-12-18 19:14:32 +00:00
Gerald Pfeifer
9a16aa4f3b Update to the 20171214 snapshot of GCC 7.2.1. 2017-12-18 19:12:43 +00:00
Jochen Neumeister
4fd39c2e5c New slaveport: ftp/php72-fastdfs
PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13479
2017-12-18 19:12:34 +00:00
Antoine Brodin
fa70aaaf98 Revert r456619:
- flang is only supported on amd64
- with default OPTIONS on amd64, R doesn't link against libflang
- in the case R is build with FLANG option, flang is already added as a
  runtime dependency by USES=fortran:flang

With hat:	portmgr
2017-12-18 18:30:42 +00:00
Mathieu Arnold
d0892f4d89 Update to latest commit.
Sponsored by:	Absolight
2017-12-18 17:58:45 +00:00
Mathieu Arnold
7076f4ef11 Update to 9.12.0rc1.
Sponsored by:	Absolight
2017-12-18 17:58:42 +00:00
Mathieu Arnold
536996a2bf Update to v5.27.6-327-g5a73696.
Sponsored by:	Absolight
2017-12-18 17:58:14 +00:00
Dimitry Andric
d7bec8028d Apply upstream change from libffi to check for HAVE_AS_X86_PCREL for all
x86 targets.  This should eliminate any text relocations, in particular
for the i386 build, making it possible to build the port with lld
without having to use -z notext.

Obtained from:	https://github.com/libffi/libffi/pull/174
Approved by:	zeising (maintainer)
PR:		214864
MFH:		2017Q4
2017-12-18 17:48:43 +00:00
Sunpoet Po-Chuan Hsieh
bc056add90 Update to 8.7.9
Changes:	https://typo3.org/download/release-notes/whats-new/
		https://typo3.org/news/article/typo3-879-released/
PR:		224428
Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
2017-12-18 17:39:29 +00:00
Sunpoet Po-Chuan Hsieh
b5ad8d7eaa Update to 3.8.0
Changes:	https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
PR:		224412
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2017-12-18 17:39:24 +00:00
Sunpoet Po-Chuan Hsieh
1af57463ac Update to 3.2.0
Changes:	https://github.com/rails/webpacker/blob/master/CHANGELOG.md
2017-12-18 17:17:51 +00:00
Sunpoet Po-Chuan Hsieh
1ae8b9d569 Update to 3.2.0
Changes:	https://github.com/rails/webpacker/blob/master/CHANGELOG.md
2017-12-18 17:17:46 +00:00
Sunpoet Po-Chuan Hsieh
2fb3f30293 Update to 2.1.0
Changes:	https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG
2017-12-18 17:17:41 +00:00
Sunpoet Po-Chuan Hsieh
dfd06c80ad Update to 0.18.1
Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
2017-12-18 17:17:35 +00:00
Sunpoet Po-Chuan Hsieh
6366a59f2e Update to 2.81
Changes:	http://search.cpan.org/dist/SVG/Changes
2017-12-18 17:17:30 +00:00
Sunpoet Po-Chuan Hsieh
3e59881911 Update to 8.08
Changes:	http://search.cpan.org/dist/Minion/Changes
2017-12-18 17:17:25 +00:00
Sunpoet Po-Chuan Hsieh
56405a6890 Update to 4.04
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2017-12-18 17:17:19 +00:00
Sunpoet Po-Chuan Hsieh
066ff164bc Update to 2017.12.17 2017-12-18 17:17:14 +00:00
Sunpoet Po-Chuan Hsieh
85a36322f5 Update to 20171217 2017-12-18 17:17:09 +00:00
Sunpoet Po-Chuan Hsieh
4b5976eb54 Update to 2017.12.17 2017-12-18 17:17:05 +00:00
Sunpoet Po-Chuan Hsieh
2c490575ca Update to 1.2.1
Changes:	https://github.com/exAspArk/batch-loader/blob/master/CHANGELOG.md
2017-12-18 17:17:00 +00:00
Sunpoet Po-Chuan Hsieh
be223fb299 Update to 0.4.1
Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2017-12-18 17:16:54 +00:00
Steve Wills
6b819983af www/rubygem-adsf: Upgrade to 1.4.0
PR:		224416
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2017-12-18 17:00:29 +00:00