1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

371458 Commits

Author SHA1 Message Date
Koop Mast
91f42ae8cf Fix the build with FreeType 2.6.
Obtained from:	mozilla upstream.
2015-07-09 07:09:30 +00:00
Emanuel Haupt
6fd5465bd2 Invoke perl with /usr/bin/env 2015-07-09 06:49:28 +00:00
John Marino
7da5d5bb79 graphics/copperspice: Still broken in real world
Somehow ccache must be responsible for it's local success.  Given the
error message, it may be configured for mac rather than BSD or Linux.
Make broken (on amd64) until further notice.  i386 is already broken.
2015-07-09 06:36:20 +00:00
Jimmy Olgeni
41699f8707 Upgrade to 18.0.2. 2015-07-09 06:01:54 +00:00
Jimmy Olgeni
ed937cafaa Upgrade to 18.0.2 and exclude HIPE option on Dragonfly. 2015-07-09 06:01:31 +00:00
Emanuel Haupt
72451773c8 Scripts like https://github.com/henricj/scripts/blob/master/stir.sh often
generate a bunch of,
   cannot make pipe for process substitution: File exists
errors.

The problem lies with colliding pipe names.

The code in sh_mktmpname() in lib/sh/tmpfile.c uses a combination of things like
the current time, the PID, and an incrementing counter. Since the child PIDs
tend to be sequential (barring kern.randompid=1), there are collisions.

Fix this problem without rewriting upstream code by defining USE_MKTEMP=1 to
use the mktemp(3) code of bash.

FreeBSD's mktemp() is not nearly as bad as the bash default and isn't
brain-damaged like some platforms (which is likely why the bash code tries to
do it's own thing). In FreeBSD, "mktemp(3)" it uses arc4random to pick one of
62 symbols for each "X".

Submitted by:   Henric Jungheim <software@henric.org>
2015-07-09 05:47:32 +00:00
Jimmy Olgeni
458ee3bf95 Upgrade to version 0.4.0. 2015-07-09 05:12:51 +00:00
Fukang Chen
8af4b0d035 s/PYSETUP/PYDISTUTILS_SETUP/
Approved by: koobs
Pointed out by: koobs
Differential Revision: https://reviews.freebsd.org/D3021
2015-07-09 04:38:58 +00:00
Steve Wills
7fd86fc5d3 net/syncthing-discosrv: update for syncthing 0.11.13 2015-07-09 02:05:36 +00:00
Steve Wills
9440af84b2 net/syncthing-cli: update for syncthing 0.11.13 2015-07-09 02:05:10 +00:00
Steve Wills
f035a47237 net/syncthing: update to 0.11.13 2015-07-09 02:04:22 +00:00
Wen Heping
25f3f7b69a - Update to 0.83
- Reset maintainer to ports@
2015-07-09 00:29:07 +00:00
Stephen Montgomery-Smith
93367a6c04 - New port math/octave-forge-doctest.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is doctest.

 The Octave-Forge Doctest package finds specially-formatted blocks of
 example code within documentation files. It then executes the code and
 confirms the output is correct. This can be useful as part of a testing
 framework or simply to ensure that documentation stays up-to-date during
 software development.
2015-07-08 23:37:47 +00:00
Sergey A. Osokin
2c177dde87 Update RUN_DEPENDS: use newer rubygem-rack.
Bump PORTREVISION for dependency change.

Patch from:	mmoll
Thanks to:	sunpoet
2015-07-08 22:21:14 +00:00
Philip M. Gollucci
fe4d3785c2 Revert r391601 "- devel/p4: Unbreak"
I have to fix all the p4* ports too.
Teach me to fix something.

Pointyhat to: myself
2015-07-08 22:04:27 +00:00
Mathieu Arnold
b5a9157e2d Fix
Pointy hat to:	kmoore
Sponsored by:	Absolight
2015-07-08 22:02:25 +00:00
Mathieu Arnold
0542aa4cba Fix.
Pointy hat to:	vg
Sponsored by:	Absolight
2015-07-08 22:00:22 +00:00
Brooks Davis
d451cf0ae2 Update location. 2015-07-08 21:29:38 +00:00
Philip M. Gollucci
c643abf5d4 - devel/p4: Unbreak
- Fix distinfo things
2015-07-08 21:25:06 +00:00
Brad Davis
aaa4b84d31 Patch devel/boehm-gc to build on AArch64.
PR:		201183
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>, andrew, sbruno
Approved by:	bdrewery (mentor)
2015-07-08 20:57:16 +00:00
Dirk Meyer
d85867e946 - update to 1.0.26 2015-07-08 20:48:51 +00:00
Ruslan Makhmatkhanov
9219fb10a5 graphics/skencil: mark deprecated
This is quite old project being abandoned: last release was in year 2010. It's
code base relying on stale libraries and in fact it was removed from most of
the distributions. Users should switch to graphics/inkscape or another mature
vector editor. There is also Skencil's fork - sK1 [1] that is actively
developing, but that we have not in ports tree yet. There is also some story
behind the fork [2].
Not sure if this a problem of this app in gnome3 environment, or some general
failure, I wasn't able to add simple text label to the canvas getting this
everywhere:

"""
EditSelection.GetObjectMethod: editor <Sketch.Graphics.selection.EditorWrapper
instance at 0x80a128560> is not compatible
with class skencil.Sketch.Graphics.text.CommonTextEditor
"""

Mark this deprecated and set expiration date to 2015-08-08.

[1] http://sk1project.org/news.php?readmore=107
[2] http://sk1project.org/viewpage.php?page_id=21
2015-07-08 20:39:35 +00:00
Sunpoet Po-Chuan Hsieh
fa771b7f67 - Update to 3.25
- Strip shared library

Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES
2015-07-08 20:31:45 +00:00
Sunpoet Po-Chuan Hsieh
0aafe552be - Update to 0.161000
Changes:	http://search.cpan.org/dist/Dancer2/Changes
2015-07-08 20:31:39 +00:00
Sunpoet Po-Chuan Hsieh
f3c786a401 - Update to 0.9.2
Changes:	https://github.com/lostisland/faraday_middleware/releases
2015-07-08 20:31:34 +00:00
Sunpoet Po-Chuan Hsieh
6758f08e7f - Update to 1.7.21 2015-07-08 20:31:28 +00:00
Sunpoet Po-Chuan Hsieh
df62c50a59 - Update to 0.7.0
Changes:	https://github.com/fog/fog-aws/commits/master
2015-07-08 20:31:22 +00:00
Bernard Spil
ac5722cc60 security/libressl: Update to 2.2.1
* Minor update from OpenBSD LibreSSL-portable
  * Bumps all SHLIB versions
  * Bumps OPENSSL_SHLIBVER in bsd.openssl.mk
  * Adds UPDATING entry for SHLIB version bump
  * MFH as 2.2.0 already closes several vulns

Changes:

  ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.1-relnotes.txt

Differential revision:	https://reviews.freebsd.org/D2963
Reviewed by:	vsevolod (maintainer/mentor), koobs (mentor)
Approved by:	vsevolod (maintainer/mentor), koobs (mentor)
MFH:		2015Q3
2015-07-08 19:27:47 +00:00
Tijl Coosemans
1f96f19ce0 Document Adobe Flash Plugin vulnerability (CVE-2015-5119) 2015-07-08 18:58:38 +00:00
Tijl Coosemans
271d796170 Update flash plugin to 11.2r202.481
MFH:		2015Q3
Security:	https://helpx.adobe.com/security/products/flash-player/apsb15-16.html
Security:	CVE-2015-5119
2015-07-08 18:49:02 +00:00
Juergen Lock
3d95343aed Catch up with github tree - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
2015-07-08 18:45:42 +00:00
Steve Wills
c079efbd3a devel/libtermkey: create port
This library allows easy processing of keyboard entry from terminal-based
programs. It handles all the necessary logic to recognise special keys,
UTF-8 combining, and so on, with a simple interface.

WWW: http://www.leonerd.org.uk/code/libtermkey/

PR:		198711
Submitted by:	Anton Törnqvist <antont@inbox.lv>
2015-07-08 18:41:07 +00:00
Jimmy Olgeni
32aef967cf Upgrade to version 3.3.0. 2015-07-08 18:31:16 +00:00
Jimmy Olgeni
b8e2fb3266 Upgrade to (untagged) version 0.13.0. 2015-07-08 18:30:32 +00:00
Mikolaj Golub
dd3e4dfddb - update to 3.9.0
- fix LICENSE
2015-07-08 18:08:00 +00:00
Mikolaj Golub
fdcc4a99ad Update to 20150606. 2015-07-08 17:59:43 +00:00
Steve Wills
860d1c0fd7 sysutils/mcollective: update to 2.8.2 2015-07-08 17:43:15 +00:00
Mark Felder
4a43dc4b78 Fix other no-op formatting mistakes for the roundcube entry
Security:	038a5808-24b3-11e5-b0c8-bf4d8935d4fa
2015-07-08 17:26:05 +00:00
Olivier Duchateau
638449fd1f Vanubi is an Emacs-like editor implemented in Vala. It is designed to be
simple, complete, keyboard based, and implement only what users really
use and expect.

WWW: http://vanubi.github.io/vanubi/
2015-07-08 17:20:09 +00:00
Dmitry Marakasov
2a1e7297f3 - Disconnect tests from the build fixing build on 8.x
PR:		201314
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-07-08 17:14:24 +00:00
Dmitry Marakasov
763d246276 - Respect compiler and flags
PR:		200695
Submitted by:	amdmi3
Approved by:	maintainer timeout (hrs@FreeBSD.org, 1 month)
MFH:		2015Q3
2015-07-08 17:13:23 +00:00
Mark Felder
0466bdcb6b Fix formatting by adding some breaks
Security:	038a5808-24b3-11e5-b0c8-bf4d8935d4fa
2015-07-08 17:05:00 +00:00
Marcus von Appen
0190c9008e - Update to version 2.75
- Remove the DEBUG option, since it only makes sense, if everything is
  built with WITH_DEBUG

Blender 2.75 comes with many new features and hundreds of bug fixes:
* fully integrated multi-view and stereo 3D pipeline, including shutter
  lenses, interlaced modes and more
* heavily improved cycles rendering, especially for light sampling and
  seeds
* improved modeling modifiers as well as a new corrective smooth
  modifier
* mist attribute animation in the game engine
* improved 3D view painting

Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75
2015-07-08 17:00:39 +00:00
Marcus von Appen
8c4ba89297 - Update to a snapshot from 2015-05-19
This update contains many bug fixes.
2015-07-08 16:53:28 +00:00
Marcus von Appen
0cb7e96265 - Update to version 1.6.6
OpenShadingLanguage 1.6 comes with new features and lots of bug fixes:
* new OSL operators and arrays of undefined length can be passed to the
  shaders now
* many API enhancements for the render services and shader contexts

Changelog: https://github.com/imageworks/OpenShadingLanguage/blob/RB-1.6/CHANGES

PR:		200819
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz>
2015-07-08 16:52:00 +00:00
Marcus von Appen
8ccb80a309 - Forgot py-openimageio on the previous openimageio commit
PR:		200818
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz>
2015-07-08 16:46:57 +00:00
Marcus von Appen
d5dea7d8a2 - Update to version 1.5.16
OpenImageIO 1.5 comes with many new features and bug fixes:
* lots of new functions for image handling (API and command line tools),
  such as rotations, median filters, matrix transformations
* new filters (cubic, rifman, simon, ...)
* image metadata support (EXIF)
* SIMD (SSE) instruction support to speed up processing images
* basic movie file support via ffmpeg

Changelog: https://github.com/OpenImageIO/oiio/blob/RB-1.5/CHANGES

PR:		200818
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz>
2015-07-08 16:45:20 +00:00
Marcus von Appen
8151e22cae - Update to a snapshot from 2015-02-21
This update contains a small set of bug fixes.
2015-07-08 16:28:23 +00:00
Ruslan Makhmatkhanov
c2cf234df1 net/py-xmlrpclib: set for deprecation
xmlrpclib is available in standard library since python 2.2. Last consumer of
this port is broken and marked deprecated, so mark this port deprecated too.
Set expiration date to 2015-08-07 (adjust to expiration date of it's only
consumer - net-p2p/py-kenosis).
2015-07-08 16:21:00 +00:00
Fukang Chen
ef3f027da5 [NEW] devel/py-semantic_version: Python library provides
a few tools to handle SemVer in Python

This small python library provides a few tools to handle
SemVer in Python. It follows strictly the 2.0.0 version
of the SemVer scheme.

WWW: https://github.com/rbarrois/python-semanticversion

Approved by: koobs
Differential Revision: https://reviews.freebsd.org/D3021
2015-07-08 15:33:56 +00:00