Commit Graph

441874 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
c21c9fa863 - Update to 20180327 2018-03-28 02:40:05 +00:00
Danilo Egea Gondolfo
49353b596f - Update to 6.2.0 2018-03-28 02:36:17 +00:00
TAKATSU Tomonari
8abfc81755 - Update to 2.15.1
- Fix LICENSE section
- Update WWW: line in pkg-descr
2018-03-28 02:23:13 +00:00
Danilo G. Baio
4916d4fff1 multimedia/libhdhomerun: Update to 20171221
Add LICENSE_FILE.
Pass MAINTAINER'ship to submitter.

PR:		226844
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>
Approved by:	sam@middling.me.uk (maintainer)
2018-03-27 23:34:44 +00:00
Danilo G. Baio
a89dc1bac9 games/sdlpop: Update to 1.18.1
Changes:	https://github.com/NagyD/SDLPoP/blob/v1.18.1/doc/ChangeLog.txt#L464

PR:		226910
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-03-27 23:29:00 +00:00
Danilo G. Baio
9c8f68ff16 Add security/setaudit: Tool to specify audit configurations on a process
With setaudit it is possible to specify audit configurations on a process
directly at the runtime.

All audit events are redirected to the auditd(8), an audit log management
daemon.

Example of enabling all exe related audit events performed by a command and its
child processes:

  # setaudit -m ex command

WWW: https://github.com/csjayp/setaudit

PR:		226627
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org>
2018-03-27 23:20:33 +00:00
Tobias Kortkamp
a122c9f9d6 devel/woff2: Improve port quality
- Install converter tools
- Provide an actual comment and description

Based on the initial new port submission from Greg that I missed
earlier.

PR:		226165
Submitted by:	greg@unrelenting.technology
2018-03-27 22:29:00 +00:00
Yuri Victorovich
591c20ec75 New port: www/py-django-js-asset: Insert script tags with additional attributes for django.forms.Media
While here, fixed minor sorting probems in www/Makefile.

PR:		227015
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 22:13:15 +00:00
Yuri Victorovich
19cc258e44 New port: devel/py-inflection: Ruby on Rails' inflector ported to Python
PR:		227014
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 22:04:53 +00:00
Yuri Victorovich
6f50f98679 New port: www/py-django-timezone-field: Provides database and form fields for pytz timezone objects for Django
PR:		226913
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 21:58:26 +00:00
Yuri Victorovich
7753f3c26a New port: www/py-django-filter: Dynamic filtering for querysets with Django
PR:		227007
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 21:50:51 +00:00
Olivier Cochard
b10a0b0207 Fix installation when RPKI option is disabled
PR:		227013
Reported by:	pautina@kharkiv.net
2018-03-27 21:43:32 +00:00
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