Commit graph

411239 commits

Author SHA1 Message Date
Pawel Pekala
064f9fd384 Update to 1.1 bugfix release
Changelog:

pkg-deleaf:
 - reset items list after packages deletion

upgrade-base:
 - use sudo when run as normal user
 - offer to run rebbot for the user

upgrade-ports:
 - include reason in message about port move
 - fix updating commands parsing code
 - improve sanity check summary, fix required by printing and
   show missing required libraries for each reinstalled package
 - fix obsolete reason extraction
 - don't remove reverse dependencies of self conflicting packages so
   that after upgrade no user packages is missing
 - check for boundaries while calculating ports upgrade order
   preventing stack memory exhaustion
2017-02-07 16:32:35 +00:00
John Marino
346f7b8a2c shells/sparforte: upgrade version 2.0.1 => 2.0.2 2017-02-07 16:19:57 +00:00
John Marino
a022d7f752 archivers/zstd: Upgrade version 1.1.2 => 1.1.3
The makefile patches are no longer required.
2017-02-07 15:58:45 +00:00
Dmitry Marakasov
7902b72ed4 - Mark broken on 10.x, clarify broken reasons
Approved by:	portmgr blanket
2017-02-07 15:56:55 +00:00
Tijl Coosemans
d34939e7a9 Add a patch to zero-initialise a variable that is passed to the kernel
where it could trigger assertions.

PR:		178032
Submitted by:	op@hardenedbsd.org
Approved by:	samm@os2.kiev.ua (maintainer)
Sponsored by:	opBSD
2017-02-07 15:49:27 +00:00
Mark Felder
4646396bb1 Remove old net-mgmt/unifi entries as the ports have expired 2017-02-07 15:39:00 +00:00
Mark Felder
1cf7e184f9 net-mgmt/unifi5: Update to 5.4.11
MASTER_SITES altered as they are publishing the beta url instead of the normal release
url

Add a new variable BUNDLEDFW to help reduce unnecessary plist churn

Changelog:
https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-4-11-Stable-Candidate-has-been-released/ba-p/1825788
2017-02-07 15:36:28 +00:00
Li-Wen Hsu
be8438731c Add RISC-V ISA Simulator:
- emulators/riscv-fesvr, RISC-V Frontend Server
- emulators/riscv-isa-sim, Spike, a RISC-V ISA Simulator

Original work is done by sbruno

Reviewed by:	br (earlier version)
Differential Revision:	https://reviews.freebsd.org/D7527
2017-02-07 15:33:04 +00:00
Dmitry Marakasov
c393dac975 - Mark BROKEN: does not build (error: no member named 'use_tls' in 'struct _XMPP_SERVER_CONNECT_REC')
Approved by:	portmgr blanket
2017-02-07 15:19:27 +00:00
Matthew Rezny
68ae2c6667 Update to 3.24.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9385
2017-02-07 14:58:02 +00:00
Kirill Ponomarev
7b04f2e848 - Update sysutils/backuppc to 3.3.2
- Initialize options helpers

PR:		216875
Submitted by:	moiseev@mezonplus.ru
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9472
2017-02-07 14:39:36 +00:00
Kirill Ponomarev
0b3d360a40 Update sysutils/py-glances to 2.8.1
PR:		216874
Submitted by:	gasol.wu@gmail.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9471
2017-02-07 14:36:58 +00:00
Dmitry Marakasov
00a8fdd2e6 - Mark BROKEN: does not fetch, size/checksum mismatch
Approved by:	portmgr blanket
2017-02-07 14:20:09 +00:00
Jan Beich
9ae91a2bc8 multimedia/gstreamer-ffmpeg: unbreak on armv6
CC	libavdevice/alldevices.o
/tmp/alldevices-d7c3b8.s: Assembler messages:
/tmp/alldevices-d7c3b8.s:215: Error: inconsistent uses of .cfi_sections
cc: error: assembler command failed with exit code 1 (use -v to see invocation)

PR:		216880
Reported by:	pkg-fallout
Submitted by:	mmel (via mikael.urankar@gmail.com)
Tested by:	mikael.urankar@gmail.com
2017-02-07 14:05:17 +00:00
Dmitry Marakasov
d056b6c3bf - The port builds is no longer BROKEN with libressl
Submitted by:	Christian Sturm <reezer@reezer.org>
2017-02-07 13:48:09 +00:00
Tijl Coosemans
d11e9a6cb1 Patch graphics/mupdf to build shared libraries instead of static ones.
Because the libraries are faily big this significantly reduces the size of
programs linking to it.  Use PORTVERSION as the library version because
upstream does not guarantee compatibility between any two versions.

Add an upstream patch to graphics/llpp to fix brightness increase key.

PR:		216823
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer of llpp)
Approved by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Obtained from:	OpenBSD
2017-02-07 13:39:59 +00:00
Dmitry Marakasov
74012fc927 - Update to 0.92.0 and unbreak by switching geos dependency to graphics/geos35
PR:		214819, 216338
2017-02-07 13:16:17 +00:00
Dmitry Marakasov
58ae501516 - Copy graphics/geos at version 3.5 to graphics/geos35
This is needed to fix osm2pgsql which is not compatible with geos
3.6.

For this purpose, the port was simplified (unneeded options and
files removed) and conflicts with graphics/geos were resolved
(includes placed under include/geos35, libraries renamed to
libgeos35.{a,so}, geos-config renamed to geos-config35). The
library behaves correct wrt SONAME, as it points to libgeos-${PORTVERSION}.so
2017-02-07 13:13:39 +00:00
Mathieu Arnold
9f80d777cd Update to 2.2.0
Sponsored by:	Absolight
2017-02-07 13:06:16 +00:00
Dmitry Marakasov
a44bca2ffd - Update to 11526 2017-02-07 13:03:31 +00:00
Mathieu Arnold
df97aca7ac The CamelCase distfile url redirects to the lowercase distfile url, so
use it directly.

Sponsored by:	Absolight
2017-02-07 12:44:19 +00:00
Mathieu Arnold
ac5a807ae0 Make USES=php behaves a bit more nicely with PHP 7.0 and 7.1 for ports
where USE_PHP includes modules that are 5.6 only (like mysql).

Sponsored by:	Absolight
2017-02-07 12:27:02 +00:00
Mathieu Arnold
25c794224f Mark ports not building with PHP 7.1.
Sponsored by:	Absolight
2017-02-07 12:14:34 +00:00
Tijl Coosemans
180b957967 List all linux package names in latest libtiff vulnerability. 2017-02-07 11:43:10 +00:00
Nicola Vitale
efa902ed67 - Update to 0.8.8
Changes:	https://github.com/Guake/guake/releases/tag/0.8.8
2017-02-07 11:03:56 +00:00
Wen Heping
ee153cf0c7 - Update to 2.2004
Changes: http://cpansearch.perl.org/src/ETHER/Moose-2.2004/Changes
- Update DEPENDS
2017-02-07 10:50:28 +00:00
Dmitry Marakasov
3802308c57 - Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2017-02-07 09:01:26 +00:00
Bernard Spil
40ebf5e978 security/pgp: Only GnuPG 1.x supports non-OpenPGP
- Make DEPRECATED message not a personal statement [1]
  - Only GnuPG 1.x supports pre-OpenPGP algoritms [2]

Reported by:	mat [1], cy [2]
2017-02-07 08:33:19 +00:00
Wen Heping
02b1142aac - Update to 5.0.14 2017-02-07 07:56:47 +00:00
Frederic Culot
927b0fb23e Update to 2.001
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/WWW-Shorten-Bitly/Changes
2017-02-07 07:56:19 +00:00
Frederic Culot
e835c22552 Update to 1.1.36
PR:		ports/216817
Submitted by:	Thibault Jouan <tj+freebsd_bugs@a13.fr>
2017-02-07 07:18:46 +00:00
Dirk Meyer
77d9078d49 - update to 1.07.4
- remove CONFLICTS
- add LICENSE
- make portlint happier
2017-02-07 06:31:38 +00:00
Brad Davis
57793a41d5 Add a new port of Intel's snap
Approved by:	swills (mentor)
2017-02-07 05:06:27 +00:00
Li-Wen Hsu
94f5b7acd9 - Update to 2.45 2017-02-07 03:12:38 +00:00
Sunpoet Po-Chuan Hsieh
959a5cd6f5 Update to 0.8.0
Changes:	https://github.com/jekyll/jemoji/blob/master/History.markdown
2017-02-06 23:03:21 +00:00
Sunpoet Po-Chuan Hsieh
509076e924 Update to 1.5.1
- Update LICENSE
- Add LICENSE_FILE

Changes:	https://github.com/bioruby/bioruby/blob/bioruby-1.5/RELEASE_NOTES.rdoc
		https://github.com/bioruby/bioruby/blob/master/doc/RELEASE_NOTES-1.5.0.rdoc
2017-02-06 23:03:17 +00:00
Baptiste Daroussin
f5a482f48a Update to 67
Note that all FreeBSD patches have been upstreamed and more
In particular the requirement for /dev/fd has gone

Approved by:	koobs (maintainer timeout 1 month)
Differential Revision:	https://reviews.freebsd.org/D9085
2017-02-06 22:32:22 +00:00
Baptiste Daroussin
f5b6764527 Update to 2017.01.26 2017-02-06 22:17:29 +00:00
Baptiste Daroussin
8c69185dc5 Update to 2.20
Update WWW
2017-02-06 21:22:37 +00:00
Baptiste Daroussin
51824d277b Update to 1.0.7 2017-02-06 21:18:38 +00:00
Baptiste Daroussin
6dc312169e Update to 1.0.10
plug to the test framework
unGNUify the testsuite
2017-02-06 21:16:17 +00:00
Baptiste Daroussin
25f51db099 cmdtest black box tests Unix command line tools. Roughly, it is given a command
line and input files, and the expected output, and it verifies that the command
line produces the expected output. If not, it reports a problem, and shows the
differences.

WWW: https://liw.fi/cmdtest/
2017-02-06 21:12:38 +00:00
Baptiste Daroussin
b8521a4620 ttystatus is a Python library for showing progress reporting and status updates
on terminals, for (Unix) command line programs. Output is automatically adapted
to the width of the terminal: truncated if it does not fit, and re-sized if the
terminal size changes.

WWW: https://liw.fi/ttystatus/
2017-02-06 21:10:09 +00:00
Baptiste Daroussin
e6794cd0f7 cliapp is a Python framework for Unix-like command line programs. It contains
the typical stuff such programs need to do, such as parsing the command line for
options, and iterating over input files.

WWW: https://liw.fi/cliapp/
2017-02-06 21:08:31 +00:00
Olivier Duchateau
7c6b36f43f Update to 2.2.1
PR:		216711
Submitted by:	Yuri Victorovich (maintainer)
2017-02-06 20:45:31 +00:00
Baptiste Daroussin
8f254c3a31 Update to 0.23 2017-02-06 20:23:49 +00:00
Baptiste Daroussin
6188b64c43 Update to 1.2.2 2017-02-06 20:21:16 +00:00
Baptiste Daroussin
3c4c5d0575 Update to 0.1.6 2017-02-06 20:19:50 +00:00
Olivier Duchateau
cd6dee7062 Update to 1.4.0
PR:		216709
Submitted by:	Yuri Victorovich (maintainer)
2017-02-06 20:15:16 +00:00
Olivier Duchateau
8b96c0d32f Update to 2.5.9
PR:		216822
Submitted by:	Yasuhiro KIMURA (maintainer)
2017-02-06 20:08:22 +00:00