Commit graph

379741 commits

Author SHA1 Message Date
Roman Bogorodskiy
33c42f1974 games/ioquake3-devel: fix build with speex installed
Adjust CFLAGS to pick bundled speex instead of one installed on the system, that is,
apparently, incompatible with the bundled one.

A similar fix was already done for games/ioquake3 in r398218.

PR:		203389
2015-10-26 16:42:13 +00:00
Ruslan Makhmatkhanov
7acee5a3d6 devel/py-async: update to 0.6.2; set to deprecation
- update to 0.6.2
- mark port DEPRECATED, because last it's consumer gone and it's not supported
  upstream anymore. Expiration date is set to 2015-11-26.

Citing https://pypi.python.org/pypi/async:
DEPRECATION NOTE: Please do not use this library ! It’s not working correctly in
python 3, and besides that might be called a failed experiment.

Approved by:	wen (maintainer, by email)
2015-10-26 16:38:03 +00:00
Dmitry Marakasov
0632849b02 - Add missing files to plist
Approved by:	portmgr blanket
2015-10-26 16:24:36 +00:00
Dmitry Marakasov
757aa9c8a0 - Fix shebangs
Approved by:	portmgr blanket
2015-10-26 16:14:01 +00:00
Vsevolod Stakhov
cb9d556016 - Update to 1.0.7 2015-10-26 15:52:28 +00:00
Kris Moore
2a895ef3d1 - Update to Lumina 0.8.7 2015-10-26 15:20:30 +00:00
Mark Felder
320c35ac14 Update range for libressl vulnerability
Range was entered incorrectly as <2.2.3

Security:	e75a96df-73ca-11e5-9b45-b499baebfeaf
2015-10-26 13:45:27 +00:00
Muhammad Moinur Rahman
0ca7985813 astro/qlandkartegt: Unbreak by fixing MASTER_SITES
- Update version 1.7.1=>1.8.1
- Make patches 'make makepatch' compatible
- Add desktop-file-utils
2015-10-26 12:49:39 +00:00
Kurt Jaeger
74118d049e www/calendarserver: relax postgres version requirement
PR:		201613
Submitted by:	axel.rau@chaos1.de (maintainer)
2015-10-26 12:24:09 +00:00
Dmitry Marakasov
4dd3c20a74 - Update to 1.4.1 2015-10-26 11:44:04 +00:00
Dmitry Marakasov
88fc8decfa - Update to 1.4.1 2015-10-26 11:43:56 +00:00
Dmitry Marakasov
9febae8b79 - Update to 0.2.1 2015-10-26 11:43:45 +00:00
Alexey Dokuchaev
6ebf053fb0 Add a port of Libxc, a library of exchange-correlation functionals for
density-functional theory.

PR:		201266 (modified)
Submitted by:	Johannes Dieterich
2015-10-26 10:10:10 +00:00
Alexey Dokuchaev
2be6af5e75 Add a port of wandio, a library written in C that provides an API for
transparent reading and writing of files using a variety of supported
compression methods and transports.

PR:		203805 (modified)
Submitted by:	Alistair King
2015-10-26 09:29:28 +00:00
Dmitry Sivachenko
14bc009d96 New port: spyder
Spyder (previously known as Pydee) is a powerful interactive development
environment for the Python language with advanced editing, interactive
testing, debugging and introspection features

WWW: https://github.com/spyder-ide/spyder/

PR:		186316
Submitted by:	rodperson@rodperson.com
With improvements by lightside@gmx.de
2015-10-26 08:47:11 +00:00
Vanilla I. Shu
bcb0f80ba4 Upgrade to 0.23.
PR:		204006
Submitted by:	maintainer
2015-10-26 08:16:57 +00:00
Wen Heping
afe2db8680 - Update to 1.6.1.1 and unbreak
- Add missing PHP module
2015-10-26 08:08:32 +00:00
Li-Wen Hsu
f9d2f2fd66 - Update to 1.635 2015-10-26 07:11:03 +00:00
Sergey A. Osokin
a696966c36 Upgrade third-party clojure module from 0.4.2 to 0.4.3. 2015-10-26 02:35:16 +00:00
Steve Wills
bcbd6e9e1e security/py-python-gnupg: create port
The gnupg module allows Python programs to make use of the functionality
provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this
module, Python programs can encrypt and decrypt data, digitally sign documents
and verify digital signatures, manage (generate, list and delete) encryption
keys, using proven Public Key Infrastructure (PKI) encryption technology based
on OpenPGP.

WWW: http://packages.python.org/python-gnupg/index.html

PR:		199551
Submitted by:	Christer Edwards <christer.edwards@gmail.com>
2015-10-26 01:20:21 +00:00
Steve Wills
f9415f28de www/tomee: create port
Apache TomEE is an all-Apache Java EE 6 Web Profile certified stack
where Apache Tomcat is top dog. Apache TomEE is assembled from a
vanilla Apache Tomcat zip file.

WWW: http://tomee.apache.org/

PR:		203897
Submitted by:	Cecile Neu <cecukemon@gmail.com>
2015-10-26 00:46:14 +00:00
Sergey A. Osokin
6e9e1357af Upgrade from 3.0.4 to 3.0.5.
<ChangeLog>

--[ Redis 3.0.5 ] Release date: 15 Oct 2015

Upgrade urgency: MODERATE, the most important thing is a fix in the replication
                 code that may make the slave hanging forever if the master
                 remains with an open socket even if it is no longer able to
                 reply.

* [FIX] MOVE now moves the TTL as well. A bug lasting forever... finally
        fixed thanks to Andy Grunwald that reported it.
        (reported by Andy Grunwald, fixed by Salvatore Sanfilippo)
* [FIX] Fix a false positive in HSTRLEN test.
* [FIX] Fix a bug in redis-cli --pipe mode that was not able to read back
        replies from the server incrementally. Now a mass import will use
        a lot less memory, and you can use --pipe to do incremental streaming.
        (reported by Twitter user @fsaintjacques, fixed by Salvatore
        Sanfilippo)
* [FIX] Slave detection of master timeout. (fixed by Kevin McGehee, refactoring
        and regression test by Salvatore Sanfilippo)

* [NEW] Cluster: redis-trib fix can fix an additional case for opens lots.
        (Salvatore Sanfilippo)
* [NEW] Cluster: redis-trib import support for --copy and --replace options
        (David Thomson)

</ChangeLog>
2015-10-25 23:39:49 +00:00
Jason Unovitch
25984ccf06 www/h2o: update 1.5.0 -> 1.5.2
- Update cmake args and regen cmake patch for the new release
- Add documentation files to pkg-plist

Changes:	https://github.com/h2o/h2o/releases/tag/v1.5.1
Changes:	https://github.com/h2o/h2o/releases/tag/v1.5.2

PR:		203956
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
2015-10-25 23:05:44 +00:00
Jimmy Olgeni
d4a46ee0f7 Upgrade devel/elixir-paratize to version 2.1.1. 2015-10-25 21:28:04 +00:00
Jimmy Olgeni
e6632492bf Upgrade misc/elixir-uuid to version 1.1.0. 2015-10-25 21:26:01 +00:00
Gerald Pfeifer
9c88366292 Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today,
and generally we want to use the default version of GCC in cases like
these.

Approved by:	portmgr blanket
2015-10-25 20:38:11 +00:00
Jason Unovitch
d8c079f57d security/webfwlog: update 1.00 -> 1.01 [1]
- While here add trailing slash to WWW:

PR:		203955 [1]
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Approved by:	zeus@ix.netcom.com (maintainer)
2015-10-25 20:11:51 +00:00
Antoine Brodin
556236bdbb Chase chinese/cce expiration 2015-10-25 19:49:29 +00:00
Antoine Brodin
95a2d3497e Chase audio/linux-fmodapi expiration 2015-10-25 19:47:08 +00:00
Antoine Brodin
7000e05453 Chase audio/dvda-author expiration 2015-10-25 19:45:14 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Stephen Montgomery-Smith
310bd2291a - Update to 2.1.1. 2015-10-25 19:23:40 +00:00
Dirk Meyer
14f5e02dfe - update to 1.88
- fixes recursion in TEST_DEPENDS
2015-10-25 19:06:52 +00:00
Antoine Brodin
e6b2dff40a Mark BROKEN: fails to build
client_ls.cpp:43:48: error: member access into incomplete type 'const svn_sort__item_t'
client_ls.cpp:68:13: error: use of undeclared identifier 'svn_sort__hash'
client_ls.cpp:79:15: error: subscript of pointer to incomplete type 'svn_sort__item_t'
client_ls.cpp:81:49: error: member access into incomplete type 'svn_sort__item_t'
client_ls.cpp:81:51: error: expected ')'
client_ls.cpp:84:51: error: member access into incomplete type 'svn_sort__item_t'

Reported by:	pkg-fallout
2015-10-25 19:05:30 +00:00
Antoine Brodin
9afe5a27bd Mark BROKEN: fails to build
pysvn_client_cmd_info.cpp:1383:39: error: use of undeclared identifier 'svn_sort__hash'
pysvn_client_cmd_info.cpp:1388:41: error: subscript of pointer to incomplete type 'const svn_sort__item_t'
pysvn_client_cmd_info.cpp:1389:62: error: member access into incomplete type 'const svn_sort__item_t'
pysvn_client_cmd_info.cpp:1392:65: error: member access into incomplete type 'const svn_sort__item_t'

Reported by:	pkg-fallout
2015-10-25 19:01:38 +00:00
Joe Marcus Clarke
99d9c2bd22 Add an entry for wireshark-1.12.8 for CVE-2015-7830. 2015-10-25 17:37:12 +00:00
Joe Marcus Clarke
57a4c69296 Update to 2.16.7.
* Add support for @(...) notation [1]
* Remove the check for USES being sorted.  Order is important. [2]
* Add support for making sure @owner and @group are properly reset [3]

PR:		202570 [1]
		203908 [2]
		202711 [3]
2015-10-25 17:27:38 +00:00
Vanilla I. Shu
54cf5718a7 Upgrade to 0.4.1. 2015-10-25 16:42:56 +00:00
Thierry Thomas
f4e6cf2cbc Upgrade to 1.6.7. 2015-10-25 14:59:14 +00:00
Cy Schubert
86cee243f6 This port is no longer interactive as of r400147. 2015-10-25 14:51:50 +00:00
Mark Felder
f1383abb1b www/varnish4: varnishlog produce ascii logs by default
Before version 4.1.0 the logs were ascii. Return that behavior to not
surprise users who upgrade.
2015-10-25 14:51:33 +00:00
Dmitry Sivachenko
3aa624b2be Build cgi plugin by default.
PR:		197492
Requested by:	kevin.bowling@kev009.com
2015-10-25 12:17:28 +00:00
Kubilay Kocak
69312938b0 deskutils/owncloudclient: Add DEBUG option
Add a debug option allowing users to easily enable debug builds. This can help
isolation of particular bugs (like crashes) [1]

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203885

PR:		203919
Submitted by:	Yonas Yanfa <yonas fizk net> (maintainer)
2015-10-25 10:38:27 +00:00
Cy Schubert
04b8ff2431 Resurrect xalarm 3.06.
Take on maintainership.
2015-10-25 08:16:49 +00:00
Kurt Jaeger
83d69b99fc www/sogo: fix lots of compiler warnings
PR:		203910
Submitted by:	Euan Thoms <euan@potensol.com> (maintainer)
2015-10-25 06:49:11 +00:00
Kurt Jaeger
afc463335a devel/sope: Fix lots of compiler warnings
PR:		203909
Submitted by:	Euan Thoms <euan@potensol.com> (maintainer)
2015-10-25 06:47:26 +00:00
Jason Unovitch
76779cc5bd Document the recent remote site takeover via SQL injection vuln in Joomla
While here, document all missing Joomla security vulnerabilities since the
last entry in March 2014

Security:	CVE-2014-6631
Security:	CVE-2014-6632
Security:	CVE-2014-7228
Security:	CVE-2014-7229
Security:	CVE-2015-5397
Security:	CVE-2015-5608
Security:	CVE-2015-6939
Security:	CVE-2015-7297
Security:	CVE-2015-7857
Security:	CVE-2015-7858
Security:	CVE-2015-7859
Security:	CVE-2015-7899
Security:	https://vuxml.FreeBSD.org/freebsd/0ebc6e78-7ac6-11e5-b35a-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/03e54e42-7ac6-11e5-b35a-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/f8c37915-7ac5-11e5-b35a-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/ec2d1cfd-7ac5-11e5-b35a-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/deaba148-7ac5-11e5-b35a-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/cec4d01a-7ac5-11e5-b35a-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/beb3d5fc-7ac5-11e5-b35a-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/adbb32d9-7ac5-11e5-b35a-002590263bf5.html
2015-10-25 03:26:58 +00:00
Rene Ladan
9355e0fe63 Remove expired ports:
2015-10-22 misc/ruby-progressbar: Abandoned upstream, superseded by devel/rubygem-ruby-progressbar
2015-10-24 www/twig: Upstream vanished, php3 and php4 are long unsupported
2015-10-25 00:24:23 +00:00
Michael Moll
9e4f8bdd8b lang/ruby2*: fix readline & libedit configure options
The fixed error(s) were only visible with LOCALBASE not set to /usr/local.

PR:		203988
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2015-10-25 00:21:23 +00:00
Dmitry Marakasov
97cb359803 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q4 (blanket)
2015-10-25 00:06:45 +00:00