1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

441862 Commits

Author SHA1 Message Date
Ed Maste
080cea5cec audio/oss: set LLD_UNSAFE to link using ld.bfd
This port fails when attempting to link with lld as the system linker.
It passes -fPIC to the linker, which is actually a compiler flag.
ld.bfd accepts the flag but it results in a bogus DT_AUXILIARY entry
in the ouptut:

Dynamic section at offset 0x5000 contains 15 entries:
  Tag                Type                  Name/Value
 0x000000007ffffffd AUXILIARY            Auxiliary library: [PIC]

PR:		221807
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-03-27 21:42:08 +00:00
Yuri Victorovich
16beca6eb4 math/sundials: Unbreak on 12
Macro (ESYM) can't be aligned with a string in C++.
The upstream is going to fix this in the next release.

Reported by:	fallout
2018-03-27 21:38:01 +00:00
Antoine Brodin
23bd37a879 Add explicit build dependency on pkgconf
Reported by:	pkg-fallout
2018-03-27 21:36:23 +00:00
Ed Maste
b87910ca56 devel/libds: use BINARY_ALIAS to ensure linker is ld.bfd
lld has no built-in search paths (/lib, /usr/lib).  Normally the linker
is invoked from the compiler driver, and the search paths are added by
the compiler. If lld is invoked directly library search paths must be
specified explicitly, with -L/lib -L/usr/lib.

This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE, but
BINARY_ALIAS can be used to ensure we use the BFD linker.

PR:		226972
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-03-27 21:24:51 +00:00
Yuri Victorovich
c73788ff89 New port: www/py-django-rest-swagger: Swagger UI for Django REST framework
PR:		226950
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 21:20:29 +00:00
Luca Pizzamiglio
4ba1922e69 benchmarks/stress-ng: Update to 0.9.22 2018-03-27 21:19:32 +00:00
Ed Maste
b43dd56fb5 multimedia/gmerlin: set LLD_UNSAFE to link using ld.bfd
This port fails when attempting to link with lld as the system linker.

PR:		226990
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-03-27 21:16:56 +00:00
Luca Pizzamiglio
b8c01da587 devel/babeltrace: Update to 1.5.5 2018-03-27 21:15:28 +00:00
Ed Maste
fa10dc7a72 devel/pdcurses: use BINARY_ALIAS to ensure linker is ld.bfd
lld has no built-in search paths (/lib, /usr/lib).  Normally the linker
is invoked from the compiler driver, and the search paths are added by
the compiler.  If lld is invoked directly library search paths must be
specified explicitly, with -L/lib -L/usr/lib.

This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE, but
BINARY_ALIAS can be used to ensure we use the BFD linker.

PR:		226979
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-03-27 21:11:25 +00:00
Dan Langille
674127a010 Add @${PY_FLAVOR} to RUN_DEPENDS (thanks lifanov)
While here:

* use PORTVERSION not DISTVERSION
* bump PORTREVSION

Reported by:	lifanov
2018-03-27 21:06:15 +00:00
Yuri Victorovich
21231f9da0 net/arping: Update 2.15 -> 2.19
Port changes:
* Change to DISTVERSION
* Replace CPPFLAGS/LIBS with USES=localbase
* Change WWW to a URL with arping-specific info
* Remove junk from pkg-descr

PR:		226304
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 21:05:47 +00:00
Ed Maste
5f74ac2645 irc/evangeline: use BINARY_ALIAS to invoke ld.bfd
This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE, but
BINARY_ALIAS can be used to ensure we use the BFD linker.

PR:		226989
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-03-27 21:05:10 +00:00
Ed Maste
8d0cf8f053 sysutils/installwatch: use BINARY_ALIAS to invoke ld.bfd
This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE but
BINARY_ALIAS can be used to ensure we use the BFD linker.

PR:		226989
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-03-27 20:55:00 +00:00
Yuri Victorovich
3a3194029e New port: devel/py-openapi-codec: OpenAPI codec for Core API
PR:		226949
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 20:47:48 +00:00
Ed Maste
565e0836c0 www/cgihtml: set LLD_UNSAFE
This port passes an unusual option to the linker that is accepted by
ld.bfd but rejected by ld.lld.  Linking with lld fails with:

ld: error: -O: number expected, but got 'string-lib.o'

PR:		226992
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-03-27 20:46:44 +00:00
Brooks Davis
ba64c1749b Update to a new snapshot. 2018-03-27 20:34:27 +00:00
Yuri Victorovich
1ed904593b audio/invada-studio-plugins-lv2: Remove -fPIC from the linker command line for LLVM's lld linker
PR:		226971
Reported by:	emaste
2018-03-27 20:10:03 +00:00
Jimmy Olgeni
c2965defef In lang/ccl:
- Explicitly include <machine/trap.h> for accessing T_PAGEFLT.

- Use 'mc_flags' in mcontext_t to check for valid AVX state, rather than
  'mc_trapno'.

PR:		226809
Submitted by:	jhb
2018-03-27 19:46:02 +00:00
Yuri Victorovich
938e6afe06 math/geogebra: Update 5.0.414.0 -> 5.0.449.0
PR:		227000
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-03-27 19:30:24 +00:00
Sunpoet Po-Chuan Hsieh
bae3ca392c Update to 3.0.15
- Fix and clean up *_DEPENDS
- Remove duplicate entry in *_DEPENDS: e.g. devel/p5-Config-Identity
- Fix version requirement of *_DEPENDS

Changes:	http://search.cpan.org/dist/Minilla/Changes
PR:		226744
Submitted by:	sunpoet (myself)
Approved by:	Serguei Okladnikov <oklaspec@gmail.com> (maintainer)
2018-03-27 19:16:57 +00:00
Dan Langille
5c178b00e5 Adding sysutils/hare and sysutils/py-hared
hare is a small utility designed for use by PAM which sends a UDP
packet to py-hared.  Here is a typical /etc/pam.d/sshd entry:

  session  optional  pam_exec.so    /usr/local/sbin/hare 10.1.0.10

py-hared will be runnig at that IP address.  From there, the data
gets put into mqtt for further processing.
2018-03-27 19:13:11 +00:00
Sunpoet Po-Chuan Hsieh
fa72497163 Update to 4.0.6
Changes:	https://github.com/weppos/whois/releases
		https://github.com/weppos/whois/blob/master/CHANGELOG.md
2018-03-27 18:56:05 +00:00
Sunpoet Po-Chuan Hsieh
9c1b2ffdce Update to 3.24.2
- Change MASTER_SITES to hard-coded https://files.pythonhosted.org temporarily

The CHEESESHOP regex may need an update.

Changes:	https://github.com/fonttools/fonttools/releases
2018-03-27 18:56:01 +00:00
Sunpoet Po-Chuan Hsieh
2f730dd14a Update to 0.5.29
Changes:	https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst
2018-03-27 18:55:56 +00:00
Sunpoet Po-Chuan Hsieh
dfe4220c77 Update to 1.04
- Sort *_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/Test-Perl-Critic/Changes
2018-03-27 18:55:50 +00:00
Sunpoet Po-Chuan Hsieh
4588c64475 Update to 0.97
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/IPC-Run/Changes
		https://github.com/toddr/IPC-Run/blob/master/Changes
2018-03-27 18:55:45 +00:00
Sunpoet Po-Chuan Hsieh
7e83c2e967 Update to 0.09
Changes:	http://search.cpan.org/dist/Devel-Events/Changes
2018-03-27 18:55:40 +00:00
Yuri Victorovich
9065eb3a9d sysutils/py-google-compute-engine: Update 2.6.1 -> 2.7.6
Patch updates.

PR:		227006
Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)
2018-03-27 18:55:37 +00:00
Sunpoet Po-Chuan Hsieh
07592b9dfe Update to 1.48
Changes:	http://search.cpan.org/dist/DateTime/Changes
2018-03-27 18:55:34 +00:00
Sunpoet Po-Chuan Hsieh
e07b41afe3 Update to 2.118
- Fix version requirement of TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Config-Model/Changes
2018-03-27 18:55:29 +00:00
Joseph Mingrone
d9ad0ff6ae security/dropbear: Update to version 2018.76
PR:		226339
Submitted by:	pkubaj@anongoth.pl (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14829
2018-03-27 18:50:24 +00:00
Yuri Victorovich
bb7a521e47 net/cjdns: Mark BROKEN on 12 i386
Reported by:	fallout
2018-03-27 18:40:07 +00:00
Olivier Cochard
7f43d7cbf5 Source tarball was updated.
PR:		227001
Submitted by:	Sergey Akhmatov	<sergey@akhmatov.ru>
2018-03-27 18:37:54 +00:00
Mark Felder
c4fb06ca56 archivers/py-borgbackup: Fix use of FLAVOR
Unbreak FUSE option

Approved by:	just fix it
2018-03-27 18:33:55 +00:00
Carlos J. Puga Medina
9b2bdbdee3 audio/py-soundscrape: Update to 0.30.2
- Switch to USE_GITHUB framework
2018-03-27 18:23:19 +00:00
Tobias Kortkamp
f6c6872cd2 New port: devel/woff2
Font compression reference code

WWW: https://github.com/google/woff2

libwoff2dec is required by WebKitGtk >= 2.20.0 for WOFF2 Web Fonts
support.
2018-03-27 18:09:55 +00:00
Jason W. Bacon
9053d41234 biology/ncbi-blast+: Upgrade to 2.7.1
Patch Makefile.in.top to cleanly support DESTDIR

Also resolves 225002, conflict with libproj

PR:             226037
Reported by:    wen
Reviewed by:    mat rene
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14854
2018-03-27 18:04:21 +00:00
Tobias Kortkamp
099e97d4b1 lang/myrddin: Fix build when ld is ld.lld
ld: error: <internal>: section sh_addralign is not a power of 2

Myrddin's build system directly calls ld so LLD_UNSAFE can't work
here.  Workaround the issue by adding a binary alias to ld.bfd to fix
the build for now.

PR:		226986
Reported by:	emaste
2018-03-27 17:45:30 +00:00
Dmitry Marakasov
4af2c88df4 - Update to 2.6.0 2018-03-27 17:40:06 +00:00
Carlos J. Puga Medina
b485021388 Document new vulnerability in www/chromium < 65.0.3325.181
Obtained from:	https://chromereleases.googleblog.com/2018/03/stable-channel-update-for-desktop_20.html
2018-03-27 17:33:22 +00:00
Max Brazhnikov
b65fd5a100 Add new port misc/py-progressbar2:
Text mode progressbar library for Python

WWW: https://pypi.python.org/pypi/progressbar2
2018-03-27 16:38:38 +00:00
Max Brazhnikov
98867ec836 Add new port misc/py-python-utils:
Collection of small Python functions and classes

WWW: https://pypi.python.org/pypi/python-utils
2018-03-27 16:29:07 +00:00
Nikolai Lifanov
c2b52ba444 update sysutils/packer to 1.2.2
Changes: https://github.com/hashicorp/packer/blob/v1.2.2/CHANGELOG.md
2018-03-27 15:50:17 +00:00
Roman Bogorodskiy
5a82c35b61 misc/osinfo-db: update to 20180325 2018-03-27 15:43:19 +00:00
Ed Maste
aa6248584d sysutils/unieject: set LLD_UNSAFE
unieject fails to link with lld as the system linker due to shared
library protected visibility symbol preemption issues.  Set LLD_UNSAFE
to use ld.bfd.

Errors are of the form:

/usr/bin/ld: error: cannot preempt symbol: libunieject_getdevice
>>> defined in ./.libs/libunieject.so
>>> referenced by unieject.c
>>>               unieject-unieject.o:(main)

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-03-27 15:31:00 +00:00
Bernard Spil
75b3e9837c security/openssl: Fix distinfo for patches
Reported by:	joneum
2018-03-27 15:27:06 +00:00
Bernard Spil
972c3796aa security/openssl-devel: Security update to 1.1.0h
- Update to 1.1.0h
 - Fix PREFIX [1]
 - Add DH option (default enabled)
 - Set EC default regardless (no-op if no EC option)
 - Upstream properly creates the symlinks, simplify strip

PR:		226967 [1]
Reported by:	demon [1]
MFH:		2018Q1
Security:	b7cff5a9-31cc-11e8-8f07-b499baebfeaf
2018-03-27 15:23:11 +00:00
Jimmy Olgeni
bca8236a7b Update devel/elixir-quantum to version 2.2.6. 2018-03-27 15:10:53 +00:00
Fernando Apesteguía
85082d113d Update cad/openvsp to 3.16.0
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14859
2018-03-27 15:10:25 +00:00
Olivier Cochard
101f50499c Update to 1.6.4 and remove the FreeBSD's specific feature FIREWALL option
to ease port maintenance.

PR:		226860
Reported by:	Leo Vandewoestijne <freebsd@dns.company>
2018-03-27 15:09:22 +00:00