Commit graph

435287 commits

Author SHA1 Message Date
Kurt Jaeger
f262887ab1 sysutils/mbgtools: Fix license information and portlint warnings
PR:		222571
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	gnn (maintainer timeout)
2018-01-12 11:48:59 +00:00
Kurt Jaeger
13ce4a3718 New port: net-mgmt/prometheus-collectd-exporter
An exporter for collectd. It accepts collectd's binary network
protocol as sent by collectd's network plugins and metrics in JSON
format via HTTP POST as sent by colletd's write_http_plugin, and
transform and exposes them for consumption by Prometheus.

WWW: https://github.com/prometheus/collectd_exporter

PR:		214675
Submitted by:	dsp@php.net
2018-01-12 11:45:30 +00:00
Rene Ladan
30433f0c7f Return kevlo's ports to the pool, he handed in his commit bit.
With hat:	portmgr-secretary
2018-01-12 11:21:07 +00:00
Kurt Jaeger
14ec59e35f x11-fonts/encodings: one more /usr/local replaced by $PREFIX
PR:		170852
Submitted by:	remko
2018-01-12 10:55:33 +00:00
Mahdi Mokhtari
a30a376b74 sysutils/vzvol: Fix wrong dependency (from virtualbox-ose port) to fix the build
PR:		225043
Submitted by:	Philip Jocks <freebsdbugs@filis.org>
Reported by:	Philip Jocks <freebsdbugs@filis.org>
Approved by:	Rainbow <rainbow@purlinux.org> (maintainer)
Sponsored by:	Netzkommune GmbH
2018-01-12 09:59:32 +00:00
Li-Wen Hsu
eb8dcd9a6b - Add LICENSE 2018-01-12 09:56:52 +00:00
Li-Wen Hsu
5bce43da81 - Set USE_PYTHON+=concurrent to enable multiple flavors coexist
PR:		224811
submitted by:	ting-wei lan <lantw44@gmail.com>
2018-01-12 09:54:16 +00:00
Kurt Jaeger
d9c2e2cf0b x11-fonts/encodings: expect $PATH to work, use ${PREFIX} instead of hardcoded /usr/local
PR:		170852
Submitted by:	bapt
2018-01-12 09:30:42 +00:00
Kurt Jaeger
328a97e595 x11-fonts/encodings: run mkfontscale to fix encodings.dir post-install
- Since only *.enc.gz files are installed while the encodings.dir file is
  genareted for directories containing both *.enc and *.enc.gz files,
  the installed encodings.dir file includes bogus entries for *.enc.
- It causes libfontenc to fail to find encoding files, then X to fail to
  open TrueType fonts with some encodings such as ascii-0 or jisx0208.1990-0.

PR:		170852
Submitted by:	hiroto.kagotani@gmail.com, Jia-Shiun Li <jiashiun@gmail.com>
2018-01-12 09:16:20 +00:00
Kurt Jaeger
05f952aaea net/openbgpd: Add patches to allow use of TCPMD5 options
- For additional details, see this post from 2013:
  http://lists.freebsd.org/pipermail/freebsd-net/2013-November/037133.html
- Please note that this patch is used by pfsense
- related changes in the base system have already been integrated, see
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220170

PR:		184545
Submitted by:	anarcat@koumbit.org, eksffa@freebsdbrasil.com.br, garga@FreeBSD.org
Reviewed by:	mykel@mware.ca
Approved by:	hrs (maintainer timeout)
2018-01-12 09:03:49 +00:00
Dmitry Marakasov
949f02c880 - Update WWW 2018-01-12 09:00:52 +00:00
Lars Engels
c2532374f1 net-mgmt/aircrack-ng:
- Include pcap.h using a relative path. Some environments failed to find it.
- Bump PORTREVISION

This most probably also fixes 190725

PR:		225050
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
MFH:		2018Q1
2018-01-12 08:53:01 +00:00
Tobias Kortkamp
6e7aeedc03 multimedia/handbrake: Make Python 2.7 build dependency explicit
Handbrake has a hard build dependency on Python 2.7 and calls python2
during the build.  However lang/python2 might not be installed in the
build environment (e.g. with OPTIONS_UNSET=CUPS).

python2 /wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-1.0.7/build/../gtk/src/makedeps.py
gmake[4]: python2: Command not found
gmake[4]: *** [Makefile:866: widget.deps] Error 127
gmake[4]: Leaving directory '/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-1.0.7/build/gtk/src'
2018-01-12 08:51:04 +00:00
Tobias Kortkamp
86431e1c3c New port: shells/oksh
oksh is the portable version of the OpenBSD Korn shell, a continuation
of the Public Domain Korn Shell (PDKSH).  Its command language is a
superset of the sh(1) shell language.  oksh is best known as the
default user shell and /bin/sh on OpenBSD.

WWW: https://devio.us/~bcallah/oksh/

PR:		225097
Submitted by:	Brian Callahan <bcallah@openbsd.org>
2018-01-12 07:47:30 +00:00
Muhammad Moinur Rahman
391b64a00b mail/imapfilter: Fix missed patch
- Make patches makepatch compatible
2018-01-12 06:36:36 +00:00
Vanilla I. Shu
da01a4ce58 Update to 1.8.4. 2018-01-12 03:09:55 +00:00
David Thiel
61fdb27445 Add Lua 5.1 version of lua-bitop. 2018-01-12 00:19:21 +00:00
Gerald Pfeifer
39cbb4b191 Backport two configure-related changes from emulators/wine-devel. This
is partly to sync wine and wine-devel as closely as possible before the
pending new major release of Wine, partly to make builds more reproducible
outside of a strict build environment (there should be no change for "pure"
builds).

r454242 | gerald | 2017-11-15

  [G]enerally disable PulseAudio support, not just for the
  Wine Staging case (where this originally only existed). [1]

r458393 | gerald | 2018-01-08

  Configure --without-udev since FreeBSD does not feature udev support
  as such.  (This should not be a practical change, but makes this explicit
  and also avoids a configure warning.)

PR:		195765 [1]
Reported by:	dbn [1]
2018-01-11 23:43:22 +00:00
Matthew Seaman
64b7bbc86e Update to 2.1.1
Release Notes:	https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
2018-01-11 22:57:32 +00:00
Guido Falsi
29aae1a547 - Update net/asterisk13 to 13.19.0
- Move MASTER_SITES and WWW to https
- Add missing dependencies reported by stage-qa
2018-01-11 22:48:37 +00:00
Danilo G. Baio
43179422d2 textproc/py-html2text: Update to 2018.1.9
Changes:	https://github.com/Alir3z4/html2text/releases/tag/2018.1.9
2018-01-11 22:17:29 +00:00
Jimmy Olgeni
011d424029 Update devel/etcd32 to version 3.2.14. 2018-01-11 21:48:41 +00:00
Marius Strobl
a4b1bf5539 Fix build of toc2mp3 after update of audio/lame to version 3.100.
PR:	225038
2018-01-11 21:42:20 +00:00
Adam Weinberger
408baf5221 Add vim-console instead of replacing vim-list.
Reported by:	ohauer
2018-01-11 21:18:15 +00:00
Adam Weinberger
63669c3057 Just tell people to delete vim-lite and install vim-console 2018-01-11 20:57:34 +00:00
Richard Gallamore
51dfbc971a * Updated to 0.32.4
- Fix non-ASCII path handling for Page resources
 - Fix --cleanDestinationDir

PR:		225084
Submitted by:	ben.lavery@hash^.com (maintainer)
2018-01-11 20:55:24 +00:00
Olli Hauer
2f4992c77f - update to 3.3-20180107
Incompatible changes with snapshot 201800107
--------------------------------------------
 This release changes the format of 'full name' information in
 Postfix-generated From: headers, when a local program such as
 /bin/mail submits a message without From: header.

 Postfix-generated From: headers with 'full name' information are
 now formatted as "From: name <address>" by default. Specify
 "header_from_format = obsolete" to get the earlier form "From:
 address (name)". See the postconf(5) manpage for more details.
2018-01-11 20:55:08 +00:00
Sean Bruno
347826652f Revert to previous Intel microcode archive (20171117).
FreeBSD kernel changes to make use of the capabilities provided by the
new microcode update have not yet been committed. Since we do not yet
require them, allow more time for validation.

Approved by:	emaste
Sponsored by:	Limelight Networks
2018-01-11 20:45:24 +00:00
Adam Weinberger
7ea3976d9e Donate to perl@. It is unlikely to see future releases. 2018-01-11 20:41:11 +00:00
Adam Weinberger
34ce9bf59a Donate to the ruby@ collective 2018-01-11 20:38:57 +00:00
Adam Weinberger
e29f1402a5 Chase the vim-lite -> vim-console rename 2018-01-11 20:36:16 +00:00
Adam Weinberger
6851261481 Chase the vim-lite -> vim-console rename 2018-01-11 20:34:46 +00:00
Rene Ladan
6630533b71 Mark net/frr as RESTRICTED, it contains a possible GPL violation of some
of the Quagga software that it includes.

Submitted by:	Paul Jakma (author of Quagga)
With hat:	portmgr
MFH:		2018Q1
2018-01-11 20:34:21 +00:00
Adam Weinberger
fadd9856bc Chase vim-lite -> vim-console rename 2018-01-11 20:34:08 +00:00
Tijl Coosemans
361b595248 Eliminate USE_AUTOTOOLS from Haskell ports. Let these ports set
XMLDOCS_CONF=yes instead and add support for that to bsd.cabal.mk.
Remove a patch from devel/hs-happy that is already handled by post-patch
in bsd.cabal.mk.
2018-01-11 20:31:44 +00:00
Adam Weinberger
bd7f4e1d0f Rename editors/vim-lite to editors/vim-console. The vim-console port isn't
actually any lighter---it's built with exactly the same feature-set as
the main vim port. The only difference is lack of gtk20 GUI, and the
language bindings are off by default.

An UPDATING entry is included.
2018-01-11 20:29:52 +00:00
Dmitry Marakasov
c37370b2fc - Fix dependency on ncurses and respect it properly 2018-01-11 20:05:34 +00:00
Dmitry Marakasov
0d59cd33c6 - Fix missing python flavor 2018-01-11 20:01:45 +00:00
Kurt Jaeger
1776a34e5b mail/mu: update 0.9.16 -> 0.9.18
PR:		220111
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>
Approved by:	hrs (maintainer timeout)
Relnotes:	https://github.com/djcb/mu/blob/0.9.18/NEWS.org
2018-01-11 19:12:44 +00:00
Kurt Jaeger
4fc2d783b3 net-im/pidgin-skypeweb: update 1.2.2 -> 1.4
PR:		224527
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	sepulkarium45@yahoo.com (maintainer timeout)
Relnotes:	https://github.com/EionRobb/skype4pidgin/releases
2018-01-11 19:09:27 +00:00
Kurt Jaeger
b9ec7e8146 graphics/cuneiform: maintainer reset on request of maintainer
PR:		224887
Submitted by:	samm@os2.kiev.ua
2018-01-11 19:04:34 +00:00
Tijl Coosemans
9ffee5aea6 Replace USE_AUTOTOOLS with a plain BUILD_DEPENDS. 2018-01-11 18:39:40 +00:00
Sunpoet Po-Chuan Hsieh
0776442405 Update to 1.0.3
Changes:	https://github.com/linchus/omniauth-gitlab/commits/master
2018-01-11 18:36:11 +00:00
Sunpoet Po-Chuan Hsieh
7f52da66ee Update to 2.3.2
Changes:	https://github.com/stevenosloan/slack-notifier/blob/master/changelog.md
2018-01-11 18:36:06 +00:00
Sunpoet Po-Chuan Hsieh
671b122526 Update to 1.0.2
Changes:	https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md
2018-01-11 18:36:01 +00:00
Sunpoet Po-Chuan Hsieh
4b5552a191 Update to 2.10.115
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-11 18:35:55 +00:00
Sunpoet Po-Chuan Hsieh
6762a8cfc8 Update to 2.10.115
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-11 18:35:50 +00:00
Sunpoet Po-Chuan Hsieh
7bc97a1f68 Update to 2.10.115
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-11 18:35:45 +00:00
Sunpoet Po-Chuan Hsieh
3e62399b55 Update to 0.50
Changes:	https://github.com/mgruner/p5-pod-projectdocs/blob/master/Changes.md
2018-01-11 18:35:40 +00:00
Sunpoet Po-Chuan Hsieh
7e6edc46e4 Update to 0.20
Changes:	http://search.cpan.org/dist/Crypt-SMIME/Changes
2018-01-11 18:35:35 +00:00