Commit graph

410590 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ce2c9d865a Update to 1.12
Changes:	http://search.cpan.org/dist/DateTime-Locale/Changes
2017-01-30 21:42:36 +00:00
Sunpoet Po-Chuan Hsieh
acdf03da28 Update to 2.6.2
Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
2017-01-30 21:42:31 +00:00
Sunpoet Po-Chuan Hsieh
b9f0636891 Update to 0.18
Changes:	http://search.cpan.org/dist/Geo-Coder-Google/Changes
2017-01-30 21:42:27 +00:00
Sunpoet Po-Chuan Hsieh
d02b767e68 Update to 0.34
Changes:	http://search.cpan.org/dist/Specio/Changes
2017-01-30 21:42:22 +00:00
Sunpoet Po-Chuan Hsieh
ec6c66ac03 Update to 1.8.1
Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.8.1
2017-01-30 21:42:17 +00:00
Sunpoet Po-Chuan Hsieh
5ec74ff4d4 Fix build with devel/protobuf 3.2.0
Notified by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
2017-01-30 21:42:13 +00:00
Mark Felder
ea282580d5 net-mgmt/nfsen: Fix syntax error in patch preventing nfsen from running
MFH:		2017Q1
2017-01-30 21:40:17 +00:00
Jung-uk Kim
f82baa6d8d Fix distinfo.
PR:		r216595
2017-01-30 21:39:05 +00:00
Bryan Drewery
02840f8ff2 - Apply a patch from upstream for fix rs_search_for_block bug [1]
Fixes a sysutils/duplicity crash [2]

PR:		216569 [1]
PR:		216542 [2]
Obtained from:	c2daedb583
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
2017-01-30 21:34:51 +00:00
Jean-Sébastien Pédron
84fb6c53fe graphics/darktable: Update to 2.2.2
Use devel/openmp to provide OpenMP runtime instead of the entire LLVM
(submitted by mandree@). This allows to use LLVM 3.9 at build time,
without fearing any dependency to multiple LLVM versions at runtime
(Mesa pulls LLVM 3.7 for instance).

Change `COMPILER_TYPE` to `CHOSEN_COMPILER_TYPE`, (submitted by
mandree@). This was blocking bug 199098.

Include the following patch from upstream, which fixes a regression
(suggested by upstream):
f7bc2b3338.patch

PR:		216561
Submitted by:	mandree (CHOSEN_COMPILER_TYPE and devel/openmp dep.)
Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D9363
2017-01-30 21:14:23 +00:00
Gerald Pfeifer
75222376e7 Update to the 20170129 development snapshot of GCC 7. 2017-01-30 21:08:03 +00:00
Pawel Pekala
57724e7d87 Add collection of my ports tree related scripts
mkpatch
-------
Makes patch from (all or pattern matched) modified files in WRKSRC directory.

pcheck
------
Check for various errors that portlint don't catch:
* misspellings in description files
* files with no final new lines
* leading articles in COMMENT, tabs in WWW lines

pclean
------
Keeps your ports svn repo tidy, removes work directories, leftover files
and reverts any changes made.

pcommit
-------
Wrapper for svn commit, removes and adds files, sets props, etc.

pfind
-----
Simple port's search wrapper. Search parameters include build dependency,
category, name, maintainer, regexp pattern and slave ports.

pkg-deleaf
----------
Leaf package remover with nice dialog interface.

plist-sort
----------
Smart plist sorter which understands PLIST_SUB substitutions and options
determined conditional files.

plist-update
------------
Script utilizing check-plist port's framework target output for updating
outdated pkg-plist, understands PLIST_SUB substitutions and sorts
final files list.

plog
----
Easy way to send poudriere build logs to your FreeBSD account by scp or
view them on your computer.

reinplace-check
---------------
Checks for files with stale REINPLACE_CMD actions or shows diff's of them.

tbuilder
--------
Poudriere testport wrapper that makes easier to queue multiple builds of:
- specific port
- ports linking with certain library
- ports with certain names
- ports with Makefile matching regular expression
- slave ports etc.

upgrade-base
------------
Helper script for upgrading FreeBSD base. Detects and sets number of make
jobs possible. After upgrade rebuilds ports with kernel modules and offers
to remove old files using dialog inerface.

upgrade-ports
-------------
Helper script for updating ports tree and upgrading your ports. Combining
information gathered from UPDATING and MOVED files tries to provide upgrade
process as problem free as possible. This includes showing new UPDATING
entries since last upgrade, ports origin move tracking, simple conflict
resolution, removal of obsolete ports and sanity checking afterwards.
Before any change is made user is presented with summary of changes
intended similiar to pkg upgrade.
2017-01-30 21:07:01 +00:00
Jan Beich
4f77e25036 multimedia/ffmpeg: backport a crashfix for FFSERVER
PR:		216605
Submitted by:	gosha-necr@yandex.ru
Obtained from:	upstream
2017-01-30 21:03:55 +00:00
Jan Beich
fd8f2d8717 gecko: unbreak with clang/libc++ 4.0
In file included from mozilla/ipc/contentproc/plugin-container.cpp:7:
In file included from ../../dist/include/nsXPCOM.h:10:
In file included from ../../dist/include/nscore.h:20:
In file included from ../../dist/include/mozilla/mozalloc.h:16:
In file included from objdir/dist/stl_wrappers/new:44:
In file included from objdir/dist/system_wrappers/new:3:
/usr/include/c++/v1/new:132:1: error: function declared '[[noreturn]]' after its first declaration
_LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_bad_alloc();  // not in C++ spec
^
/usr/include/c++/v1/__config:273:30: note: expanded from macro '_LIBCPP_NORETURN'
 #  define _LIBCPP_NORETURN [[noreturn]]
                              ^
../../dist/include/mozilla/throw_gcc.h:35:1: note: declaration missing '[[noreturn]]' attribute is here
__throw_bad_alloc(void)
^

PR:		216186
Submitted by:	dim
Obtained from:	upstream
2017-01-30 21:03:46 +00:00
Adam Weinberger
73a40b8cae Update to 8.40.
PR:		216549
Exp-run by:	antoine
2017-01-30 19:42:45 +00:00
Olivier Duchateau
e35224a057 - Update to 3.8.2
- Remove unneeded patch
2017-01-30 19:19:13 +00:00
Olivier Duchateau
5c5dedf772 - Update to 3.8.2
- Rewrite pkg-message
2017-01-30 19:16:02 +00:00
Dirk Meyer
8f7fdbd3a3 - fix build for FreeBSD-12
- make portlint happier
2017-01-30 18:04:28 +00:00
John Marino
470e6b9ae4 ports-mgmt/synth: Upgrade version 1.67a => 1.68
1) Create a platform-specific (FreeBSD/DF, NetBSD, Linux, Solaris) version
   of /etc/shells for the builders.  This resolves installation errors on
   packages that manipulate /etc/shells.

2) Give in and finally mount /usr/games if available.  This is a
   performance impact ultimately caused by removing the strfile
   application from ports with the faulty logic that the 400-line C
   program can't exist because it's in a non-standard location in base.
   The alternative is that Synth can't build any applications that
   require strfile from games, e.g. all fortune ports.  Thanks! <sarcasm/>
2017-01-30 17:49:17 +00:00
Brad Davis
1d3c973e87 sysutils/firstboot-pkgs: Loop through the list installing one at a time to
handle missing pkgs in the repo.

Reviewed by:	allanjude
Approved by:	cperciva, bdrewery (implicit)
2017-01-30 17:48:06 +00:00
Mathieu Arnold
2ebb2d2162 Convert to GH_TUPLE.
Sponsored by:	Absolight
2017-01-30 16:44:13 +00:00
Jimmy Olgeni
03a53c839e Update devel/elixir-gettext to version 0.13.1. 2017-01-30 16:42:21 +00:00
Dmitry Marakasov
911c6714c9 - Fix versioning
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2017-01-30 16:26:17 +00:00
Dmitry Marakasov
f1a90183ad - Mark broken on 10.x: does not build
- Cosmetic fixes
2017-01-30 16:25:20 +00:00
TAKATSU Tomonari
0c4ebaefc9 - Update to 1.14.5 2017-01-30 15:45:02 +00:00
Dmitry Marakasov
20edf09a4b - Update to 20161228 2017-01-30 15:20:33 +00:00
Dmitry Marakasov
c7e8b118bf - Mark BROKEN: does not fetch, upstream gone 2017-01-30 15:09:19 +00:00
Ryan Steinmetz
35e8655b4a - Deprecate this port due to repeated build/porting issues, inability for upstream to assist 2017-01-30 14:57:47 +00:00
Matthew Rezny
02915a3d0c Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
2017-01-30 14:55:08 +00:00
Emanuel Haupt
c8630a9131 Update to 3.9.3 2017-01-30 14:50:01 +00:00
Brad Davis
b2653a25fd Fix www/grafana3 to use the right phantomjs binaries.
PR:		215468
Submitted by:	brd
Approved by:	maintainer timeout, bdrewery (implicit)
2017-01-30 14:41:18 +00:00
Li-Wen Hsu
409bcb2718 - Update to 20170130 snapshot 2017-01-30 14:30:12 +00:00
Mark Felder
dfb67e36ca Fix openssl vuxml entry
PR:		216524
2017-01-30 14:27:04 +00:00
Roman Bogorodskiy
e789fbd31a devel/py-osprofiler: update to 1.5.0
PR:		216448
Submitted by:	maintainer
2017-01-30 14:25:43 +00:00
Steven Kreuzer
b9a4d76158 Update to version 4.2.2 2017-01-30 14:20:16 +00:00
Roman Bogorodskiy
3c7187cc6f devel/py-osc-lib: update to 1.3.0
PR:		216448
Submitted by:	maintainer
2017-01-30 14:16:04 +00:00
Steven Kreuzer
8c7a931d55 Update to version 1.6.6 2017-01-30 14:15:32 +00:00
Kurt Jaeger
9136a71ff9 mail/qmail{-tls}: update tls patch from 20110119 to 20160918
PR:		216365
Submitted by:	Dirk Engling <erdgeist@erdgeist.org> (maintainer)
2017-01-30 13:49:08 +00:00
Vanilla I. Shu
04f203452b Fix building on i386 (with SSE2 enable)
PR:		216553
Submitted by:	vvd@unislabs.com
2017-01-30 12:49:22 +00:00
Pietro Cerutti
1f841fa447 lang/seed7: update to 05_20170129
20170129:
- The new library filesys.s7i has been added. It defines the interface
  fileSys. Files of TAR, ZIP and JAR achives and files from FTP and
  the operating system can be accessed via the fileSys interface. The
  file system changes are work in progress.
- The libraries tar.s7i, zip.s7i, ftp.s7i and osfiles.s7i have been
  adjusted to implement the new interface fileSys.
- Definitions of the types fileType, filePermission and fileMode have
  been moved from osfiles.s7i to the new library filesys.s7i.
- A definition of the file system osFiles has been added to
  osfiles.s7i.
- In ftp.s7i the interface ftpFileSys has been added. This interface
  extends fileSys with the functions listDir, getActiveMode,
  setActiveMode, getAsciiTransfer and setAsciiTransfer.
- The functions retrieve and store have been removed from ftp.s7i and
  the function open (to open a file) has been added.
- The new library ftpserv.s7i has been created. This library allows,
  that the backend of an FTP server is also a file system. Most of
  the contents of ftpserv.s7i has been moved from ftpserv.sd7.
- The functions setUpHead, tarTell, tarXtract and tarCreate have been
  moved from tar.s7i to the new library tar_cmds.s7i.
- The conversion functions bin32 and float have been added to
  bin32.s7i. This functions convert values between single precision
  float and bin32.
- The conversion functions bin64 and float have been added to
  bin64.s7i. This functions convert values between double precision
  float and bin64.
- The functions getBitLsb and getBitsLsb have been added to
  bitdata.s7i. This functions read bits from a file in the direction
  from LSB (least significant bit) to MSB (most significant bit).
- The operator |:= has been added to the libraries bitsetof.s7i and
  bitset.s7i.
- The type void has been improved to allow writing a void value.
  This allows that calc7.sd7 can execute procedures.
- The new library inflatefile.s7i has been added. It allows to
  uncompress data from a file with the Inflate algorithm. In contrast
  to inflatefile.s7i the functions from inflate.s7i assume that the
  compressed data is in a string.
- A test of the tar header checksum has been added to tar.s7i.
- A support for long link paths has been added to tar.s7i.
- The function readMinimumOfHead has been added to tar.s7i. With this
  function opening a tar archive can be done faster.
- The functions fileMode and getMTime in zip.s7i have been improved
  to recognize modes and times from different operating systems.
- In zip.s7i the function rposOfMagic has been improved to work with
  one call of seek() and one gets(). This way the function is faster,
  when the file is not a ZIP file.
- In zip.s7i the functions get_local_header, get_central_header and
  get_end_of_central_directory have been improved to read the fixed
  size part of the header with one statement and to convert the data
  afterwards. This improves the performance of get_central_header by
  about 10%.
- In zip.s7i a map of extra header fields has been introduced.
- In zip.s7i the function getContent has been renamed to getFile.
  Additionally the function has been improved to work when the local
  header does not contain the compressed size. In this case the new
  library inflatefile.s7i is used.
- The function timestamp1601ToTime has been added to time.s7i.
- A test for the operator |:= has been added to chkset.sd7.
- The function filGets in fil_rtl.c has been improved to recognize a
  request to read zero characters earlier. This improves this special
  case a little bit, without a negative effect on the normal case.
- The function uintCard has been added to int_rtl.c.
- The computation of the mode in the function fileAttr2UnixMode in
  stat_win.c has been improved.
- The program ftp7.sd7 has been improved to work with the new
  ftpFileSys interface.
- The program ftpserv.sd7 has been improved to work with the new
  library ftpserv.s7i.
- In seed7_05.s7i the function to convert an integer to a string with
  a given base has been improved.
- Interpreter and compiler have been improved to support the actions
  BIN_CARD, SET_UNION_ASSIGN and STR_FOR.
- In the compiler (s7c) the generation of inline code for the actions
  STR_RANGE and STR_SUBSTR has been improved. When some parameters are
  constant checks can be done at compile-time instead of run-time.
- In drw_x11.c the function redraw() has been improved and the new
  function setupBackup() has been added. This changes have been done
  to handle EXPOSE events correctly, when backing store has the value
  WhenMapped.
- In runerr.c the functions continue_question, run_error, empty_value
  and var_required have been changed to allow the repacement of the
  current exception with a new one.
- The function str_for has been added to strlib.c.
2017-01-30 12:44:27 +00:00
Ruslan Makhmatkhanov
777fe1c77d sysutils/cbsd: update to 11.0.8
bugfix release
- make MAC address random generated;

PR:		216598
Submitted by:	olevole@olevole.ru (maintainer)
2017-01-30 12:12:02 +00:00
Jason E. Hale
c1186fe4ba - Update to 1.1.1
- Add NO_ARCH
- Add regression testing support
- Use something better than the Github repo for WWW
2017-01-30 11:51:37 +00:00
Dmitry Marakasov
d54e22724d - Fix python paths
PR:		213717
Submitted by:	yuri@rawbw.com (maintainer)
MFH:		2017Q1
2017-01-30 11:35:18 +00:00
Ben Woods
910849a493 audio/logitechmediaserver: Fix staging (plist) on i386
- plist installation location varies by ARCHNAME
- plist list of installed files varies based on ARCH + OSREL

PR:		213260
Reported by:	David Z. <daz@hyperchronos.org>
Approved by:	Mark Dixon (maintainer)
MFH:		2017Q1
2017-01-30 11:23:56 +00:00
Dmitry Marakasov
bc75e0386c - Fix WWW
PR:		213735
Reported by:	julian@hsiao.email
Submitted by:	martin@waschbuesch.de (maintainer
MFH:		2017Q1
2017-01-30 11:21:51 +00:00
Mathieu Arnold
4583a55ce6 Fix apache module name.
PR:		216560
Reported by:	Henrik Hudson
Sponsored by:	Absolight
2017-01-30 11:19:12 +00:00
Mathieu Arnold
c535bc754f Update to v5.25.9-65-g00c7fba.
Changes:	https://github.com/Perl/perl5/compare/v5.25.9-15-g03fedef...v5.25.9-65-g00c7fba
Sponsored by:	Absolight
2017-01-30 11:19:05 +00:00
Li-Wen Hsu
468af18e6f - Update to 2.43 2017-01-30 11:12:05 +00:00
Emanuel Haupt
52fa6c2fec Update to 3.3.12 2017-01-30 10:49:03 +00:00
Dmitry Marakasov
55cd2e2124 - Update to 1.1.1
- Switch to new GitHub home

PR:		214768
Submitted by:	joshruehlig@gmail.com (maintainer)
2017-01-30 10:22:17 +00:00