Commit graph

245458 commits

Author SHA1 Message Date
jperkin
609bcd2a42 Use the system OSX_VERSION variable rather than rolling our own. 2016-02-22 20:02:36 +00:00
jperkin
51d40f485c Use the native MACOSX_DEPLOYMENT_TARGET to ensure that C++11 support is
properly enabled if available.  Fixes C++11 tests and build with clang.
2016-02-22 19:59:27 +00:00
jperkin
22af365a50 Export OSX_VERSION (renamed from OSX_VERS) to the environment regardless of
whether we're using the SDK path or /usr/include, as it is useful for other
contexts than simply determining the SDK directory.
2016-02-22 19:57:41 +00:00
jperkin
1454a4c989 Fix linker failure on Darwin. 2016-02-22 16:13:31 +00:00
pettai
70b20d2fa6 Apply fix from PR pkg/50585 2016-02-22 13:20:08 +00:00
jperkin
e96663df93 Pull in fix from newer ruby versions for Darwin/clang. 2016-02-22 12:53:32 +00:00
khorben
699f9da1d4 Add support for LDFLAGS
Fixes build with the default settings.
2016-02-22 12:42:56 +00:00
taca
c3c2db95d8 Note update of mail/dovecot2-pigeonhole package to 0.4.12. 2016-02-22 12:41:30 +00:00
taca
f3ac36d968 Update dovecot-pigeonhole to 0.4.12.
It is v0.4.12 release of Pigeonhole for Dovecot v2.2.21.

v0.4.12 06-02-2016 Stephan Bosch <stephan@rename-it.nl>

	+ Implemented the Sieve extracttext extension (RFC 5703; Section 7). It is now
	  possible to extract body text from a message into a variable.
	* Increased ABI version due to changes in the Sieve interpreter's object
	  definitions.
	- multiscript: Fixed bug in handling of (implicit) keep; final keep action was
	  always executed as though there was a failure. This caused the keep action
	  to revert back to the initial message, causing editheader actions to be
	  ignored.
	- managesieve-login: Fixed proxy to allow SASL mechanisms other than PLAIN.
	  Before, the proxy would fail if the server did not support the PLAIN
	  mechanism.
	- ldap storage: Prevent segfault occurring when assigning certain (global)
	  configuration options.

v0.4.11 08-01-2016 Stephan Bosch <stephan@rename-it.nl>

	- Sieve mime extension: Fixed the header :mime :anychild test to work properly
	  outside a foreverypart loop.
	- Several fixes in message body part handling:
	  - Fixed assert failure occurring when text extraction is attempted on a
	    empty or broken text part.
	  - Fixed assert failure in handling of body parts that are converted to text.
	  - Fixed header unfolding for (mime) headers parsed from any mime part.
	  - Fixed trimming for (mime) headers parsed from any mime part.
	  - Fixed erroneous changes to the message part tree structure performed when
	    re-parsing the message.
	- LDA Sieve plugin: Fixed logging of actions; sometimes the configured log
	  format was not followed.
	- LDA Sieve plugin: Fixed bug in error handling of script storage
	  initialization.
	- Sieve Extprograms plugin: Ignored ENOTCONN error in shutdown(fd, SHUT_WR)
	  call.
	- Fixed duplication of discard actions in the script result. Each discard was
	  counted as a separate action, which means that action limit would be crossed
	  too early.
	- Made sure that quota errors never get logged as errors in syslog.
	- Fixed handling of implicit keep for a partially executed transaction that
	  yielded a temporary failure.
	- Fixed handling of global errors. If master and user error handler were
	  identical, in some cases the log message could be lost.
	- Fixed AIX compile issue in message body parser.

v0.4.10 13-12-2015 Stephan Bosch <stephan@rename-it.nl>

	+ Implemented the Sieve mime and foreverypart extensions (RFC 5703). These
	  are fully implemented. The interaction with the editheader extension needs
	  some work, but this should not influence most uses; i.e., changes by the
	  editheader extension are not always visible using foreverypart/mime.
	+ Sieve body extension: Properly implemented the `:text' body transform. It
	  now extracts text for HTML message parts.
	+ Sieve enotify extension: mailto method: Implemented the
	  sieve_notify_mailto_envelope_from setting. This allows configuring the
	  source of the notification sender address for e-mail notifications. This is
	  similar to what already can be configured for redirect.
	+ Added a sieve_enabled (defaults to 'yes') setting that allows explicitly
	  disabling Sieve processing for particular users. This used to be possible by
	  setting `sieve=', but ever since the sieve_before, sieve_after and
	  sieve_default settings were added, this method was not reliable anymore.
	- variables extension: Fixed handling of empty string by the `:length' set
	  modifier. An empty string yielded an empty string rather than "0".
	- Fixed memory leak in the Sieve script byte code dumping facility. Extension
	  contexts were never actually freed.
	- Fixed handling of implicit keep when the last Sieve script is a global one.
	  In that case the implicit keep action was executed in global context, which
	  could mean that trivial (quota) errors ended up in the system log file,
	  rather than the user log file.
	- doveadm sieve plugin: Fixed crashes caused by incorrect context allocation
	  in the sieve command implementations.
2016-02-22 12:41:01 +00:00
khorben
71e914330a Disable building the Python binding 2016-02-22 12:32:59 +00:00
jperkin
89d56bd749 Update PLIST for current Darwin build. 2016-02-22 12:22:52 +00:00
khorben
c97875cbb9 Add support for LDFLAGS
Fixes build with the default settings.
2016-02-22 12:20:01 +00:00
khorben
8c9287e3d5 Fix build with the default settings 2016-02-22 12:14:23 +00:00
wiz
b2611341a5 Updated mail/mutt to 1.5.24nb2 2016-02-22 12:13:38 +00:00
wiz
7191b6bbec mutt{,-kz}: add upstream patch for better S/MIME support, bump PKGREVISION.
# HG changeset patch
# User Kevin McCarthy <kevin@8t8.us>
# Date 1449022827 28800
#      Tue Dec 01 18:20:27 2015 -0800
# Node ID 5e5aff1782dc62044197c2230d346bd492706fbf
# Parent  428a92464d5bccccda818bed598610db212fcf7c
Loosen mutt_signed_handler() protocol value consistency check.  (closes #3639)

Apparently, for S/MIME, some MUAs mismatch the protocol value of
the multipart/signed and the content-type of the signature: putting
"pkcs7-signature" in one and "x-pkcs7-signature" in the other.

Change mutt_signed_handler() to independently verify the values of the
protocol and the content-type.  This still checks for correct values but
doesn't ensure they match between the two (for S/MIME).
2016-02-22 12:13:26 +00:00
khorben
debbf65f72 Add support for LDFLAGS
Fixes build with the default settings.
2016-02-22 11:52:39 +00:00
fhajny
13229f7f84 Updated devel/py-argcomplete to 1.1.0 2016-02-22 11:42:08 +00:00
fhajny
bdf1c1bc87 Update devel/py-argcomplete to 1.1.0.
- Recognize subclasses of argparse._SubParsersAction.
- Support parsed_args in custom completers with missing args.
- Non-ASCII support in FilesCompleter.
- Automatically enable FilesCompleter for argparse.FileType arguments.
2016-02-22 11:41:59 +00:00
fhajny
821fbb905a Updated databases/mongodb to 3.2.3 2016-02-22 11:35:44 +00:00
fhajny
3b4ab330fe Update databases/mongodb to 3.2.3.
Use yaml-cpp and zlib dependencies in place of bundled copies.

Notable changes:
- Fixed issue with MMAPv1 journaling where the "last sequence number"
  file (lsn file) may be ahead of what is synced to the data files
- Fixed issue where in some cases, insert operations fails to add
  the _id field to large documents
- Increased timeout for querying oplog to 1 minute

Full changelog:

https://docs.mongodb.org/manual/release-notes/3.2-changelog/
2016-02-22 11:35:34 +00:00
roy
8daee76d92 Updated net/openresolv to 3.7.3 2016-02-22 10:11:34 +00:00
roy
58d2af4709 Import openresolv-3.7.3 with the following changes:
*  Save the initial working directory and change to it just before
     running any scripts.
     This avoids scripts putting files accidently where they shouldn't.
  *  Strip trailing dot from search and domain names.
  *  man page improvements.
2016-02-22 10:11:22 +00:00
leot
3f9b8f44b0 Update MASTER_SITES.
Thanks and noticed by wiz@.
2016-02-21 23:54:28 +00:00
wiz
dd989e8567 Updated www/py-nevow to 0.13.0 2016-02-21 23:22:52 +00:00
wiz
153198240d Update to 0.13.0, changes not found. 2016-02-21 23:22:42 +00:00
wiz
06163e60d0 FETCH_USING does not belong in Makefiles, remove. 2016-02-21 22:35:20 +00:00
wiz
d6fa10626f Updated time/py-vdirsyncer to 0.9.0 2016-02-21 22:26:42 +00:00
wiz
06357b8028 Update py-vdirsyncer to 0.9.0:
Version 0.9.0
=============

*released on 15 February 2016*

- The ``collections`` parameter is now required in pair configurations.
  Vdirsyncer will tell you what to do in its error message. See :gh:`328`.
2016-02-21 22:26:33 +00:00
wiz
2fb83717a4 Updated textproc/xerces-c to 3.1.3 2016-02-21 22:25:11 +00:00
wiz
02856e8355 Update xerces-c to 3.1.3.
Bug

    [XERCESC-2049] - memcpy used on overlapping memory regions causes sanity test failure
    [XERCESC-2059] - Typo in XMLUni::fgUnknownURIName constant
2016-02-21 22:25:01 +00:00
wiz
355d1622ee Mention that py-service_identity doesn't support python-3.3.
(no change since other dependencies forbid python-3.x anyway.)
2016-02-21 22:21:37 +00:00
khorben
c05668d7dd Updated meta-pkgs/deforaos-desktop to 0.0.10 2016-02-21 19:25:09 +00:00
khorben
6664b61098 Update the dependencies with the versions currently available 2016-02-21 19:24:06 +00:00
khorben
99b6f2024c Updated editors/deforaos-editor to 0.4.0 2016-02-21 19:14:01 +00:00
khorben
d4e765cdfc Package DeforaOS Editor 0.4.0
This release brings:
- stability fixes
- minor improvements to the user interface
- improvements to the build system
2016-02-21 19:12:19 +00:00
khorben
3079dc5566 Updated print/deforaos-pdfviewer to 0.0.2 2016-02-21 18:37:48 +00:00
khorben
6d79b354be Package DeforaOS PDFViewer 0.0.2
This release brings:
- manual page for pdfviewer(1)
- French translation
- improvements to the build system
2016-02-21 18:36:12 +00:00
wiedi
0d9dcac4f3 Updated devel/protobuf-c to 1.2.1 2016-02-21 16:04:53 +00:00
wiedi
6cc1d4d56b Update devel/protobuf-c to 1.2.1
protobuf-c (1.2.1)

  [ Robert Edmonds ]
  * Release 1.2.1.

  [ Paolo Borelli ]
  * protoc-c: Generate code that uses the universal zero initializer {0} when
    initializing a oneof union (#187, #205).

protobuf-c (1.2.0)

  [ Robert Edmonds ]
  * Release 1.2.0.

  [ Ilya Lipnitsky ]
  * Implement the "optimize_for = CODE_SIZE" option (#183).

  * Eliminate undefined behavior in zigzag functions (#198).

  * Pack negative enum values correctly (#199).

  [ Peter Leschev ]
  * Fix protobuf_c_message_get_packed_size() on 16-bit systems (#196, #197).

  [ Diego Elio Pettenò ]
  * Update link to Autotools Mythbuster to canonical site (#201).

  [ Zex Li ]
  * Skip test suite when cross-compiling (#184).
2016-02-21 16:04:20 +00:00
wiedi
c1f5c45e9a Updated www/goaccess to 0.9.7 2016-02-21 15:45:34 +00:00
wiedi
cd3405d826 Update www/goaccess to 0.9.7
Changes to GoAccess 0.9.7 - Monday, December 21, 2015

  - Added Squid native log format to the config file.
  - Fixed int overflow when getting total bandwidth using the on-disk storage.
  - Fixed issue where a timestamp was stored as date under the visitors panel.
  - Fixed issue where config dialog fields were not cleared out on select.
  - Fixed issue where "Virtual Hosts" menu item wasn't shown in the HTML sidebar.
2016-02-21 15:45:01 +00:00
wiedi
c360502da3 Updated editors/nano to 2.5.2 2016-02-21 15:37:19 +00:00
wiedi
2c8cb2f840 Update nano to 2.5.2
2016.02.12 - GNU nano 2.5.2 is carrying too many dogs.  This release includes
		several fixes for various memory leaks, position history
		size growth, and a long standing issue with using
		nano under sudo creating root-owned files.  There are also
		the usual bevy of documentation and other miscellaneous
		fixes and touch ups.  Upgrade today while supplies last,
		operators are standing by!

2016.01.11 - GNU nano 2.5.1 "Salzburg" is released.  It includes fixes
		for a syntax-highlighting bug and a positionlog bug, it
		disables a time-eating multiline regex in the C syntax,
		and it adds an escape hatch to the WriteOut menu when
		--tempfile is used: the discardbuffer command, ^Q.  It
		also has translation updates for fifteen languages, and
		a small fix in the softwrap code.  So... you are heartily
		invited to upgrade.  Enjoy!
2016-02-21 15:36:33 +00:00
wiedi
e971999f66 Updated sysutils/znapzend to 0.15.2 2016-02-21 15:20:41 +00:00
wiedi
4254da49e6 Update sysutils/znapzend to 0.15.2
Changelog:
	- improved systemd integration
	- new fat release so that znapzend dependencies can be built without internet access
	- better osx portability
	- sudo/pfexec fixes
	- no more multiline error messages
2016-02-21 15:19:59 +00:00
bsiegert
404adc5544 Backport fix for new binutils to make go14 compile under NetBSD-current.
Patch from Ryo Onodera in PR pkg/50777.

The upstream bug report is https://github.com/golang/go/issues/13114.

Bump PKGREVISION.
2016-02-21 14:32:24 +00:00
fhajny
718cfb3d87 Updated graphics/opencv to 3.1.0 2016-02-21 14:10:59 +00:00
fhajny
a5628db577 Update graphics/opencv to 3.1.0.
* A lot of new functionality has been introduced during GSoC 2015:
  - "Omnidirectional Cameras Calibration and Stereo 3D Reconstruction"
    opencv_contrib/ccalib module
  - "Structure From Motion" - opencv_contrib/sfm module
  - "Improved Deformable Part-based Models" - opencv_contrib/dpm module
  - "Real-time Multi-object Tracking using Kernelized Correlation Filter"
    - opencv_contrib/tracking module
  - "Improved and expanded Scene Text Detection" - opencv_contrib/text
    module
  - "Stereo correspondence improvements" - opencv_contrib/stereo module
  - "Structured-Light System Calibration" - opencv_contrib/structured_light
  - "Chessboard+ArUco for camera calibration" - opencv_contrib/aruco
  - "Implementation of universal interface for deep neural network
    frameworks" - opencv_contrib/dnn module
  - "Recent advances in edge-aware filtering, improved SGBM stereo
    algorithm" - opencv/calib3d and opencv_contrib/ximgproc
  - "Improved ICF detector, waldboost implementation"
    - opencv_contrib/xobjdetect
  - "Multi-target TLD tracking" - opencv_contrib/tracking module
  - "3D pose estimation using CNNs" - opencv_contrib/cnn_3dobj

* Many great contributions made by the community, such as:
  - Support for HDF5 format
  - New/Improved optical flow algorithms
  - Multiple new image processing algorithms for filtering, segmentation
    and feature detection
  - Superpixel segmentation

* IPPICV is now based on IPP 9.0.1, which should make OpenCV even faster
  on modern Intel chips
* opencv_contrib modules can now be included into the opencv2.framework
  for iOS
* Newest operating systems are supported: Windows 10 and OSX 10.11
  (Visual Studio 2015 and XCode 7.1.1)
* Interoperability between T-API and OpenCL, OpenGL, DirectX and Video
  Acceleration API on Linux, as well as Android 5 camera.
* HAL (Hardware Acceleration Layer) module functionality has been moved
  into corresponding basic modules; the HAL replacement mechanism has
  been implemented along with the examples

See full changelog:

  https://github.com/Itseez/opencv/wiki/ChangeLog
2016-02-21 14:10:46 +00:00
khorben
0f9f3e820a Updated www/deforaos-surfer to 0.2.10 2016-02-21 12:40:30 +00:00
khorben
596caa4da2 Package DeforaOS Surfer 0.2.10
This release brings:
- compatibility with the latest libSystem
- better support for Gtk+ 3
- reproducible build for manual pages
- improvements to the help browser
2016-02-21 12:39:35 +00:00