1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

445297 Commits

Author SHA1 Message Date
Yuri Victorovich
7741b2068a ftp/py-sftp: Fix license information
PR:		228043
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	portmgr blanket
2018-05-08 05:07:47 +00:00
Yuri Victorovich
768df36f7b dns/libidn: Update 1.33 -> 1.34
Also change to DISTVERSION.

PR:		228048
Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2018-05-08 05:04:15 +00:00
Yuri Victorovich
1ab7827a96 textproc/dikt: Change version back to the original {digit}{letter}{digit} format
The version was changed in r469254 because of the portlint error which was
due to this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228058

PR:		228029
Reported by:	mat
2018-05-08 04:43:34 +00:00
Yuri Victorovich
d76c7ec95e Add the notice to UPDATING that math/suitesparse can only be built when it isn't installed.
Requested by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2018-05-08 04:02:41 +00:00
Xin LI
92f3418b50 Corrent settings for fontconfig.
Submitted by:	intron at intron ac
2018-05-08 03:46:29 +00:00
TAKATSU Tomonari
1ef3ca60b1 - Update to 3.6.7 2018-05-08 03:36:42 +00:00
Jan Beich
b761148615 devel/cpprestsdk: unbreak with Clang 6.0 (C++14 by default)
- Don't build tests and samples as they're not installed [1]

PR:		223362
Submitted by:	rozhuk.im@gmail.com
Approved by:	maintainer timeout (6 months) [1], portmgr blanket
2018-05-08 00:50:50 +00:00
Jan Beich
3b1ac407a2 www/firefox: backout r469343 for bustage
ipc/chromium/src/base/process_util_linux.cc:39:23: error: no member named 'fork_delegate' in 'base::LaunchOptions'
  pid_t pid = options.fork_delegate ? options.fork_delegate->Fork() : fork();
              ~~~~~~~ ^
ipc/chromium/src/base/process_util_linux.cc:39:47: error: no member named 'fork_delegate' in 'base::LaunchOptions'
  pid_t pid = options.fork_delegate ? options.fork_delegate->Fork() : fork();
                                      ~~~~~~~ ^
2018-05-08 00:45:15 +00:00
Jan Beich
4a03a1de73 www/firefox: close unwanted fds 2018-05-08 00:35:03 +00:00
Jan Beich
30bcc20a88 emulators/citra: update to s20180506
Marked BROKEN on FreeBSD 10.* unless someone can help with

In file included from src/video_core/renderer_base.cpp:8:
In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:24:
src/./video_core/renderer_opengl/gl_rasterizer_cache.h:337:57: error: use of undeclared identifier 'weak_from_this'
        auto watcher = std::make_shared<SurfaceWatcher>(weak_from_this());
                                                        ^

Changes:	ca3b82ca...590a09d0
2018-05-08 00:34:51 +00:00
Jan Beich
3453e04a5d emulators/rpcs3: update to 0.0.5.237
Changes:	98b715d8c...753d8170d
2018-05-08 00:34:40 +00:00
Jan Beich
ef2f73fdf0 graphics/mesa-{libs,dri}: update to 18.0.3
Changes:	https://www.mesa3d.org/relnotes/18.0.3.html
PR:		225415
2018-05-08 00:34:28 +00:00
Yuri Victorovich
326f3f06e3 devel/py-llvmcpy: Update the default llvm version 3.9 -> 5.0
Simple examples fail with llvm-6.0, but work with llvm-5.0.

Requested by:	Brooks Davis <brooks@freebsd.org>
2018-05-07 22:37:26 +00:00
Jan Beich
67a9073255 Drop FreeBSD 10.3 support
Reviewed by:	yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D15238
2018-05-07 22:29:46 +00:00
Jan Beich
9f6655b0e0 security/nss: unbreak armv6 after r469333
cd FreeBSD11.1_OPT.OBJ ; sh 'nss/cmd/shlibsign/.'/sign.sh 'nss/cmd/shlibsign/../../../dist/FreeBSD11.1_OPT.OBJ' \
'nss/cmd/shlibsign/FreeBSD11.1_OPT.OBJ' FreeBSD \
'nss/cmd/shlibsign/../../../dist/FreeBSD11.1_OPT.OBJ/lib' 'nss/cmd/shlibsign/../../../dist/FreeBSD11.1_OPT.OBJ/lib/libsoftokn3.so'
nss/cmd/shlibsign/FreeBSD11.1_OPT.OBJ/shlibsign -v -i nss/cmd/shlibsign/../../../dist/FreeBSD11.1_OPT.OBJ/lib/libsoftokn3.so
C_Initialize failed: 0x00000030, CKR_DEVICE_ERROR
NSPR error code: -5977: Failure to load dynamic library
Initiailzing softoken failed: 0x00000030, CKR_DEVICE_ERROR
NSPR error code: -5977: Failure to load dynamic library
moduleSpec configdir='' certPrefix='' keyPrefix='' secmod='' flags=noCertDB, noModDB
gmake[3]: *** [Makefile:92: ../../../dist/FreeBSD11.1_OPT.OBJ/lib/libsoftokn3.chk] Error 1
2018-05-07 21:59:56 +00:00
Jan Beich
ac6736fc71 security/nss: update to 3.37
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.37_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_37_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
2018-05-07 20:31:26 +00:00
Jan Beich
824e715490 www/firefox: apply some aarch64 fixes
Obtained from:	   upstream (Firefox 61)
2018-05-07 20:31:04 +00:00
Jimmy Olgeni
9b01654aac devel/erlang-cuttlefish: update distfile checksum.
The diff with the old distfile matches commit 4f436ba on GitHub, "Add
inet_dist_use_interface setting to erlang_vm.schema" (issue 232).

PR:		227978
Submitted by:	dewayne@heuristicsystems.com.au
2018-05-07 20:02:54 +00:00
Jimmy Olgeni
23963d8fa8 Update devel/elixir-cachex to version 3.0.2. 2018-05-07 19:50:20 +00:00
Jimmy Olgeni
8451a63dc6 Add devel/elixir-unsafe, an Elixir library to generate unsafe
bindings for functions (i.e. functions that can crash rather than
returning a tagged error value).

More background here:

  http://whitfin.io/generating-bang-functions-in-elixir/
2018-05-07 19:48:49 +00:00
Sean Bruno
abba8a6b7f audio/shoutcast
- Upstream no longer provides a FreeBSD distribution and this has been
  unfetchable for almost a year.  The binary only nature of this port
  will make it very unlikely to work in the near future, but its still
  functional at this time.  Give people a heads up that this is coming.
2018-05-07 19:44:01 +00:00
Kurt Jaeger
e65461a51e science/mcxtrace-comps: remove comment line
PR:		206506
2018-05-07 19:43:04 +00:00
Kurt Jaeger
4d96ff4654 New port: science/mcxtrace-comps
McXtrace - Monte Carlo ray tracing simulations of X-ray experiments.

McXtrace is a tool for simulating X-ray instrumentation and experiments
using a ray-tracing formalism. Currently the main use of McXtrace
is in the field of synchrotron beamline instrumentation design, but
various other uses have been found, for instance for designing X-ray
telescopes or for laboratory sources.

This port contains the McXtrace component library.

WWW: http://www.mcxtrace.org

PR:		206506
Submitted by:	Erik B. Knudsen <erkn@fysik.dtu.dk>
2018-05-07 19:36:58 +00:00
Christoph Moench-Tegeder
23bd32a38e sysutils/vagrant: update to 2.0.4
PR:		227902
Approved by:	Joseph Benden (maintainer)
2018-05-07 19:23:44 +00:00
Sunpoet Po-Chuan Hsieh
3f0a51377a Update WWW
Approved by:	portmgr (blanket)
2018-05-07 19:21:10 +00:00
Thierry Thomas
2baf4ff4ee Fix plist whith FORTRAN option.
PR:		227857
Submitted by:	jwb
2018-05-07 19:21:09 +00:00
Sunpoet Po-Chuan Hsieh
ba6cb8e999 Update WWW
Approved by:	portmgr (blanket)
2018-05-07 19:21:05 +00:00
Sunpoet Po-Chuan Hsieh
a7ffaf3f20 Update WWW
Approved by:	portmgr (blanket)
2018-05-07 19:21:00 +00:00
Sunpoet Po-Chuan Hsieh
0526b413b1 Update WWW
Approved by:	portmgr (blanket)
2018-05-07 19:20:55 +00:00
Sunpoet Po-Chuan Hsieh
c896785f6c Update to 2.1.9
Changes:	https://github.com/theforeman/smart_proxy_salt/releases
		https://github.com/theforeman/smart_proxy_salt/commits/master
2018-05-07 19:20:50 +00:00
Sunpoet Po-Chuan Hsieh
76918b789a Update to 1.0.21
Changes:	https://github.com/mattheworiordan/capybara-screenshot/releases
		https://github.com/mattheworiordan/capybara-screenshot/blob/master/CHANGELOG.md
2018-05-07 19:20:44 +00:00
Sunpoet Po-Chuan Hsieh
e36271753b Update to 1.20
- Add more TEST_DEPENDS

Changes:	http://search.cpan.org/dist/DateTime-Locale/Changes
2018-05-07 19:20:39 +00:00
Sunpoet Po-Chuan Hsieh
3f77f549a2 Update to 2018.05.06 2018-05-07 19:20:34 +00:00
Sunpoet Po-Chuan Hsieh
529c27c52e Update to 20180506 2018-05-07 19:20:28 +00:00
Sunpoet Po-Chuan Hsieh
b48bcdc25d Update to 2018.05.06 2018-05-07 19:20:23 +00:00
Sunpoet Po-Chuan Hsieh
d0d0bb81de Move *_DEPENDS together
- Remove ca_root_nss from BUILD_DEPENDS
- Use LIB_DEPENDS for devel/grpc
- Remove libunwind from LIB_DEPENDS

This port itself does not require libunwind.
The dependency was brought by ruby which we do not have to mark it as direct dependency.

Differential Revision:	https://reviews.freebsd.org/D15282
Submitted by:	sunpoet (myself)
Approved by:	mfechner (maintainer)
2018-05-07 19:20:18 +00:00
Sunpoet Po-Chuan Hsieh
063e4646a6 Remove duplicate entry of BUILD_DEPENDS
- Fix indent

rubygem-bundler is already listed in MY_DEPENDS.

Differential Revision:	https://reviews.freebsd.org/D15281
Submitted by:	sunpoet (myself)
Approved by:	mfechner (maintainer)
2018-05-07 19:20:13 +00:00
Bernard Spil
e5ae6c3f38 databases/mysql56-server: Fix build with LibreSSL
PR:		227178
Approved by:	mmokhi (maintainer)
2018-05-07 19:09:02 +00:00
Bernard Spil
9fb995f70d www/mod_memcache_block: Update to 1.0
PR:		228053
2018-05-07 19:07:52 +00:00
Bernard Spil
58cd07eceb databases/freetds: Fix build with LibreSSL 2.7
- LibreSSL 2.7 introduces the OpenSSL 1.1 API

PR:		226911
Approved by:	maintainer time-out
2018-05-07 18:44:50 +00:00
Koop Mast
49f160c680 Update the kqueue file monitering backend.
This update is a backport of work done by Martin Pieuchot (mpi@openbsd).
And will be available in the next major Glib released in September. This
update simplifies the backend and fixes a number of races and other
issues in the old backend.

Many thanks to Martin Pieuchot mpi@openbsd for the rewrite!

PR:		226920
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>, lightside@gmx.com
Obtained from:	glib upstream
2018-05-07 18:42:54 +00:00
Bernard Spil
11a52e7dd1 Mk/Uses/php.mk: Drop support for WANT_ and USE_ PHP vars
Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D15014
2018-05-07 18:18:17 +00:00
Kris Moore
919724585b - Drop maintainership of the various grub-* ports we no longer
use internally.
2018-05-07 18:05:48 +00:00
Dmitry Marakasov
1cd1f356e8 - Mark deprecated: upstream gone
Suggested by:	bapt
Approved by:	portmgr blanket
2018-05-07 18:05:11 +00:00
Kris Moore
549e314c2e - Update to 0.0.10 2018-05-07 17:46:11 +00:00
Dmitry Marakasov
c2cd853dd0 - Fix condition for fortune binary location
- While here, silence patching

Reported by:	jbeich
Approved by:	portmgr blanket
2018-05-07 17:38:32 +00:00
Antoine Brodin
39ab185c06 - Update to 1.0.3
- Add LICENSE_FILE
- Use the framework for regression tests

PR:		228021
Approved by:	maintainer
2018-05-07 17:28:09 +00:00
Yuri Victorovich
dc80078533 misc/unicode-emoji: Fix license information
PR:		228045
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-05-07 17:23:47 +00:00
Bryan Drewery
7bd34d4436 Add clang60 support 2018-05-07 17:16:12 +00:00
Kurt Jaeger
04eb8ddb0b New port: graphics/p5-Image-PNG-Libpng
Image::PNG::Libpng is a Perl library for accessing the contents of
PNG (Portable Network Graphics) images. Image::PNG::Libpng enables
Perl to use the "libpng" library for reading and writing files in
the PNG format.

Image::PNG::Libpng consists of Perl subroutines which mirror the C
functions in libpng, plus helper subroutines to make it easier to
read and write PNG data in Perl.

WWW: http://search.cpan.org/dist/Image-PNG-Libpng/

PR:		227751
Submitted by:	Greg Kennedy <kennedy.greg@gmail.com>
2018-05-07 17:14:43 +00:00