1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

399676 Commits

Author SHA1 Message Date
Pietro Cerutti
e4de22cc95 lang/seed7: update to 05_20160831
- The Seed7 runtime library has been improved to allow paths longer
  than PATH_MAX (260) characters under Windows.
- The program sydir7.sd7 has been improved. Now it is avoided to copy
  a file, when source and destination differ only by date. The
  option -c has been added. With -c the source is copied and files
  that are missing in the source are removed from the destination.
- The function readVolumeName in dir_rtl.c has been improved to allow
  extended length paths (This paths exist under Windows and have a
  prefix of \\?\ ).
- The functions opendir and wopendir in dir_win.c have been improved
  to allow paths longer than 260.
- In the library seed7_05.s7i the undocumented function xalloc has
  been removed.
- The function printArgv has been added to arr_rtl.c to improve the
  logging.
- The program chkccomp.c has been improved to write settings to
  always use the directory functions from dir_win.c under Windows.
- The function adjustCwdForShell has been added to cmd_rtl.c. This
  function sets the current working directory to something acceptable
  by cmd.exe.
- In stat_win.c the function wstati64 has been renamed to wstati64Ext
  and improved to call the original stat function, when possible.
- The new file stat_drv.h has been added. In this file a prototype
  of wstati64Ext is defined when necessary.
- The program wrdepend.c has been improved to work correctly, when
  the INCLUDE_OPTIONS macro contains newline characters.
- Calls of logFunction have been added to arr_rtl.c, cmd_rtl.c,
  dir_rtl.c, executl.c, fil_rtl.c, pcs_win.c, runerr.c, sctlib.c,
  sigutl.c, stat_win.c and striutl.c.
- Calls of logError have been added to arrlib.c, blnlib.c, cmd_rtl.c,
  conlib.c, dir_win.c, drwlib.c, enulib.c, fil_rtl.c, itflib.c,
  lstlib.c, prclib.c, reflib.c and striutl.c.
2016-09-02 08:26:56 +00:00
Vanilla I. Shu
40b808b02b Add cjose 0.4.1, c library implementing Javascript Object Signing &
Encryption (JOSE).

PR:		212314
Submitted by:	jamie@chair6.net
2016-09-02 08:11:10 +00:00
Jimmy Olgeni
1903142d47 Update devel/elixir-exactor to version 2.2.2. 2016-09-02 07:48:45 +00:00
Gerald Pfeifer
50381d291c Update to the 20160901 snapshot of GCC 6. 2016-09-02 07:29:33 +00:00
Chris Rees
de579e6eb3 Correct permissions on kcheckpass
Without this, if the port is staged as non-root (default on new poudriere), the
file is installed without setuid root and fails to unlock desktops.

PR:		ports/211218
Submitted by:	jhb
Approved by:	maintainer timeout (kde, 2 months)
2016-09-02 06:59:23 +00:00
Vanilla I. Shu
f7a2e12c38 Update to 2.8. 2016-09-02 05:17:16 +00:00
Kurt Jaeger
5dc98fcb92 deskutils/gnome-contacts: Fix build
- added missing depends
- fixed several USE_GNOME aspects
- NLS option added

PR:		210971
Reported by:	lumiwa@gmail.com
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2016-09-02 04:27:45 +00:00
Danilo Egea Gondolfo
72e11032fa - Update to 2.7.0 2016-09-02 00:42:45 +00:00
Boris Samorodov
769c400339 java/intellij: Update to version 2016.2.3 2016-09-01 23:05:16 +00:00
Guido Falsi
d0db6974e1 - Update to 13.11.0
- Make using base compiler the dafault on amd64 and i386
2016-09-01 22:33:40 +00:00
Brooks Davis
aced7c2b16 Attempt to fix build on platforms that don't support COMPILER_RT.
Make GOLD an amd64-only option (not belived to be a functional change).

PR:		212312
2016-09-01 22:06:31 +00:00
Glen Barber
7a18a2979e Fix build.
Sponsored by:	The FreeBSD Foundation
2016-09-01 20:27:24 +00:00
Bryan Drewery
f8aa354981 Document OpenSSH CVE-2015-8325 and CVE-2016-6210 fixed in OpenSSH 7.3p1.
PR:		212275
Reported by:	<Sevan Janiyan> venture37@geeklan.co.uk
Security:	CVE-2015-8325
Security:	CVE-2016-6210
2016-09-01 20:21:00 +00:00
Olivier Duchateau
7594e5648c - Update to 3.9.1
- Re-generate patch (setup.py) with 'make makepatch'

Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.9.1_.282016-9-1.29
2016-09-01 20:17:41 +00:00
Chris Rees
32f9d7bc83 Readd missed newline. 2016-09-01 19:07:14 +00:00
Koop Mast
a779a5c8f8 Update beignet to 1.2.0. 2016-09-01 18:53:53 +00:00
Conrad Meyer
2a48d40d01 x11/nvidia-driver: Update to 367.44
May fix an issue with a dark screen at first Xorg init for some users (reported
on GTX960).

PR:		212287
Reported by:	O. Hartmann <ohartman at zedat.fu-berlin.de>
Approved by:	danfe, jonathan
Differential Revision:	https://reviews.freebsd.org/D7723
2016-09-01 17:41:38 +00:00
Kurt Jaeger
91e9173872 www/py-django-post_office: 2.0.7 -> 2.0.8
- Django 1.10 compatibility fixes. Thanks @hockeybuggy!
- Fixed an issue where Django would sometimes create migration files
  for post-office. Thanks @fizista!

PR:		212296
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-09-01 17:02:23 +00:00
Kurt Jaeger
dfd8ba3660 www/py-django-statici18n: 1.1.5 -> 1.2.1
- Fix Django links to use version 1.10
- Mark inlinei18n output as safe (thanks @quantum5)
- Added support for JSON format in command-line based catalog
  generation (thanks @rarguelloF)
- Added support for Django 1.9 and 1.10; this change also drops
  support for Django 1.4, 1.5, 1.6 and 1.7 as they are not officially
  supported by the DSF anymore (thanks @julen)
- Added support for USE_18N = False (thanks @julen)

PR:		212295
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-09-01 16:59:55 +00:00
Alexey Dokuchaev
fe0cd3f637 - Mention that `nvidia'' (or `nvidia-modeset'' as of recently) can be put
on ``kld_list'' variable in /etc/rc.conf as well (for later loading)
- Make s/nvidia/nvidia-modeset/ replacement suggestion more accurate because
  ``.ko'' suffix is omitted in syntax for both of those files
- Improve UPDATING wording for corresponding 20160829 entry accordingly
2016-09-01 16:44:45 +00:00
Marcelo Araujo
fdd13630ce - Update to 2016.08.31. 2016-09-01 15:34:21 +00:00
Marcelo Araujo
204f173bc1 - Update to 8.12.3. 2016-09-01 15:32:27 +00:00
Olivier Duchateau
d8ef918cbf Update to 1.0.0 2016-09-01 15:03:58 +00:00
Tobias C. Berner
759973a399 Update math/eigen3 to 3.2.9
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7729
2016-09-01 15:01:04 +00:00
Tobias C. Berner
61dfcdd81d Update databases/libiodbc to 3.52.12
While doing so, make qa.sh happy by adding some GTK2-deps.

Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7728
2016-09-01 14:59:08 +00:00
Carlos J. Puga Medina
aa41190513 - Cosmetic fix
Reported by:	mat
2016-09-01 14:50:26 +00:00
Olivier Duchateau
ed260c55e6 - Update to 0.11.11
- Add new option, WATCHDOG (not set by default). It monitors filesystem events
If this module is not installed, by default it's 'ast' (standard module)
2016-09-01 14:49:21 +00:00
Mathieu Arnold
b79dd5705b Fix build & GitHub usage.
Sponsored by:	Absolight
2016-09-01 14:27:11 +00:00
Carlos J. Puga Medina
c3470b50fc - Really fix Makefile
Reported by:	mat
2016-09-01 14:25:22 +00:00
Mathieu Arnold
870fd9b8fa Fix running make test for php extensions (and maybe php itself)
With the default configuration, all the directives are removed from with
egrep.  Then, egrep, seeing that it does not output any line, will
exit(1).

With hat:	portmgr
Sponsored by:	Absolight
2016-09-01 14:14:44 +00:00
Mathieu Arnold
4940776700 Good example of how to not hook up tests.
Sponsored by:	Absolight
2016-09-01 14:14:30 +00:00
Mark Felder
7e55d39870 multimedia/plexmediaserver{-plexpass}: Update to 1.1.3
Changelog:	https://forums.plex.tv/discussion/comment/1244304#Comment_1244304
Blog post:	https://www.plex.tv/blog/air-human-plex-dvr-divine/
2016-09-01 14:13:35 +00:00
Dmitry Marakasov
e7cebf7128 - Add LICENSE_FILE
- Remove bogus USES=tar:xz
- Switch to options helpers

Approved by:	portmgr blanket
2016-09-01 14:09:51 +00:00
Dmitry Marakasov
3cc2f28343 - Mark BROKEN on 9.x: requires std::to_string
Approved by:	portmgr blanket
2016-09-01 14:08:05 +00:00
Jimmy Olgeni
adc8a39991 Add devel/erlang-gen_rpc, a scalable RPC library for Erlang. 2016-09-01 14:03:28 +00:00
Carlos J. Puga Medina
7fae8c8edc - Add NO_BUILD
- Remove do-build block
- Fix do-install path

Reported by:	mat
2016-09-01 14:01:55 +00:00
Jimmy Olgeni
fad55daa52 Update Erlang ports to version 19.0.5. 2016-09-01 14:01:01 +00:00
Dmitry Marakasov
7fd3ffa990 - Add LICENSE_FILE
- Remove uneeded GH_ACCOUNT (equals to default value)
- Remove bogus USES=tar:xz

Approved by:	portmgr blanket
2016-09-01 13:45:57 +00:00
Dmitry Marakasov
3dd118dca5 - Fix LICENSE
- Add LICENSE_FILE
- Remove bogus USES=tar:bzip2
- Switch to USES=localbase
- Fix build with disabled NLS
- Whitespace fix

Approved by:	portmgr blanket
2016-09-01 13:43:24 +00:00
Dmitry Marakasov
125129cae4 - Pet portlint
- Cosmetic fixes
2016-09-01 13:40:11 +00:00
Dmitry Marakasov
9e5fc5340d - Remove bogus USES=tar:bzip2
- Whitespace fix
2016-09-01 13:38:04 +00:00
Carlos J. Puga Medina
39903907c6 New port: misc/timediff
timediff is a simple command line tool to show time pairs
between target timezone and localtime.

$ date
Mon Aug 29 23:10:36 EDT 2016

$ timediff Tokyo
2016-08-30 12:10 JST    2016-08-29 23:10 EDT
2016-08-30 13:10 JST    2016-08-30 00:10 EDT
2016-08-30 14:10 JST    2016-08-30 01:10 EDT
2016-08-30 15:10 JST    2016-08-30 02:10 EDT
2016-08-30 16:10 JST    2016-08-30 03:10 EDT
2016-08-30 17:10 JST    2016-08-30 04:10 EDT
2016-08-30 18:10 JST    2016-08-30 05:10 EDT
2016-08-30 19:10 JST    2016-08-30 06:10 EDT
2016-08-30 20:10 JST    2016-08-30 07:10 EDT
2016-08-30 21:10 JST    2016-08-30 08:10 EDT

The answer is 14:10 JST.

Here is short history of timediff.
timediff is written by Minmin (is a nickname of github account).
He showed it in 20th FreeBSD Workshop Tokyo on Aug, 1st.

WWW: https://github.com/belgianbeer/timediff

PR:		212255
Submitted by:	Naito Yuichiro <naito.yuichiro@gmail.com>
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
2016-09-01 13:36:05 +00:00
Carlos J. Puga Medina
6d46f34aa3 - Update math/cryptominisat and math/py-cryptominisat to 5.0.0
PR:		211460
Submitted by:	maintainer
Reviewed by:	koobs, feld (mentor)
Approved by:	feld (mentor)
2016-09-01 13:25:49 +00:00
Dmitry Marakasov
e9d553e078 - Update to 0.9.5
- Fix LICENSE

PR:		212288
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2016-09-01 13:20:13 +00:00
Carlos J. Puga Medina
cfe540b435 - Update mpv to 0.20.0
- Update waf to 1.9.3
- Remove patch demux: undefined behavior with ogg metadata update (fixed upstream)
- Record indirect dependencies.
Changelog:
  https://github.com/mpv-player/mpv/releases/tag/v0.20.0

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D7672
2016-09-01 13:17:03 +00:00
Jimmy Olgeni
14950ea309 Update devel/elixir-tirexs to version 0.8.8. 2016-09-01 13:14:45 +00:00
Cy Schubert
1c2db9a0ce Update 3.8.0b2 --> 3.8.1
JAVA_MOD is marked broken. It attempts to fetch third party softwre.

MONGO option does not build and is flagged broken.

Submitted by:	Peter Czanik (CzP) <peter.czanik@balabit.com>
		Balabit / syslog-ng upstream
2016-09-01 13:14:15 +00:00
Akinori MUSHA
0a59cf3b92 Update to 1.7.26
- Install /usr/local/bin/jgem
- Stop manually listing doc/example files
2016-09-01 13:09:24 +00:00
Mark Felder
09ea4d656b www/varnish-libvmod-saintmode has been moved into the new port
www/varnish-modules. This is a collection of modules developed and
supported upstream by Varnish. It is no longer available individually.
2016-09-01 12:46:55 +00:00
Mark Felder
b780d34117 This is a collection of modules ("vmods") extending Varnish VCL used for
describing HTTP request/response policies with additional capabilities.

WWW: https://github.com/varnish/varnish-modules
2016-09-01 12:42:19 +00:00