Commit graph

356517 commits

Author SHA1 Message Date
Antoine Brodin
298f63ec45 Allow building with new mesa 2015-01-03 17:45:48 +00:00
Olivier Duchateau
857ad37c4d - GNOME is default icons theme [1]
- Sort OPTIONS_*
- Rewrite description for applications
- Replace x11/gdm by x11/slim
Gdm requires x11/gnome-shell and others GNOME components. Some environments
variables are also missing in xfce4-session
- Bump PORTREVISION

PR:		183690 [1]
Requested by:	Rostislav Krasny
2015-01-03 17:24:09 +00:00
Lars Thegler
8b6ea5cc0d update to 1.220
PR:	196283
Submitted by:	adamw
2015-01-03 17:21:22 +00:00
Sunpoet Po-Chuan Hsieh
c0ca2669fc - Update to 2.88
- Sort PLIST

Changes:	http://search.cpan.org/dist/Chart-Clicker/Changes
2015-01-03 17:14:13 +00:00
Sunpoet Po-Chuan Hsieh
f207278997 - Update to 2.4.8
- Add LICENSE
- Sort PLIST
2015-01-03 17:14:06 +00:00
Sunpoet Po-Chuan Hsieh
92b2684b07 - Update to 0.21
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2015-01-03 17:14:00 +00:00
Sergey A. Osokin
611be827bb Upgrade from 1.7.8 to 1.7.9.
<ChangeLog>

Changes with nginx 1.7.9                                         23 Dec 2014

*) Feature: variables support in the "proxy_cache", "fastcgi_cache",
   "scgi_cache", and "uwsgi_cache" directives.

*) Feature: variables support in the "expires" directive.

*) Feature: loading of secret keys from hardware tokens with OpenSSL
   engines.
   Thanks to Dmitrii Pichulin.

*) Feature: the "autoindex_format" directive.

*) Bugfix: cache revalidation is now only used for responses with 200
   and 206 status codes.
   Thanks to Piotr Sikora.

*) Bugfix: the "TE" client request header line was passed to backends
   while proxying.

*) Bugfix: the "proxy_pass", "fastcgi_pass", "scgi_pass", and
   "uwsgi_pass" directives might not work correctly inside the "if" and
   "limit_except" blocks.

*) Bugfix: the "proxy_store" directive with the "on" parameter was
   ignored if the "proxy_store" directive with an explicitly specified
   file path was used on a previous level.

*) Bugfix: nginx could not be built with BoringSSL.
   Thanks to Lukas Tribus.

</ChangeLog>
2015-01-03 17:13:54 +00:00
Sunpoet Po-Chuan Hsieh
5dd01d62f1 - Update to 0.23
- Sort PLIST

Changes:	http://search.cpan.org/dist/namespace-autoclean/Changes
2015-01-03 17:13:53 +00:00
Sunpoet Po-Chuan Hsieh
6ad73a022a - Update to 2.26
- Add more TEST_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/autodie/Changes
2015-01-03 17:13:42 +00:00
Sunpoet Po-Chuan Hsieh
4e26afc45d - Update to 0.25
- Sort PLIST

Changes:	http://search.cpan.org/dist/Want/Changes
2015-01-03 17:13:35 +00:00
Sunpoet Po-Chuan Hsieh
57eda4ce82 - Add rubygem-form_data 0.1.0
FormData is utility-belt to build form data request bodies. It provides support
for 'application/x-www-form-urlencoded' and 'multipart/form-data' types.

WWW: https://github.com/httprb/form_data.rb
RG:  https://rubygems.org/gems/form_data
2015-01-03 17:13:28 +00:00
Sunpoet Po-Chuan Hsieh
47e78b1c5b - Update to 0.07
Changes:	http://search.cpan.org/dist/Math-Round/Changes
2015-01-03 17:13:22 +00:00
Sunpoet Po-Chuan Hsieh
6e007fa254 - Update to 1.008001
Changes:	http://search.cpan.org/dist/MetaCPAN-Client/Changes
2015-01-03 17:13:15 +00:00
Sergey A. Osokin
ce65892b67 Update third-party ngx_cache_purge module from 2.1 to 2.3 (as preparation to
upgrade the www/nginx-devel to 1.7.9).

<ChangeLog>

2014-12-23    VERSION 2.3
    * Fix compatibility with nginx-1.7.9+.

2014-12-02    VERSION 2.2
    * Fix compatibility with nginx-1.7.8+.

2014-05-19
    * Fix build on Solaris with SunCC (Solaris Studio).
      Reported by Jussi Sallinen.

</ChangeLog>
2015-01-03 17:08:24 +00:00
Lars Thegler
fe7a3c2321 update to 0.402
PR:	196441
Submitted by:	adamw
2015-01-03 17:06:06 +00:00
Pawel Pekala
1913eff1e3 - Update to version 2.2.7
- Use gtk3 for gui

ChangeLog:
Add support for audio triggered generators.
Add support for projectM (milkdrop) generators.
Improvements to openGL playback plugin.
Add permanent inputs in jack and pulse audio when handling external audio.
Fix bug in chroma_blend transition.
Further code cleanup.
Fix text width for "show VJ keys" window.
Remove unnecessary deinterlacing from threaded player.
Added OSC commands /clip/selection/rte_apply, /clip/undo and /clip/redo.
Add libvisual plugins to correct submenu (regression).
Minor fixes for the rfx builder window.
Minor fixes for merge in clip editor.
2015-01-03 17:00:16 +00:00
Sergey A. Osokin
9554cbe0ba Upgrade from 4.0.53 to 4.0.57 (as preparation to upgrade the www/nginx-devel to 1.7.9):
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

<ChangeLog>

Release 4.0.57
--------------

 * Fixed a native extension compatibility problem with Ruby 2.2.
   Closes [ruby-core:67152](https://bugs.ruby-lang.org/issues/10656).
 * Fixed compatibility with Nginx 1.7.9. Closes GH-1335.

Release 4.0.56
--------------

 * Fixed a file descriptor leak that manifests when an error page is shown. Contributed by
   Paul Bonaud, closes GH-1325.
 * Improved Node.js request load balancing. Closes GH-1322. Thanks to Charles Vallieres for
   the analysis.

Release 4.0.55
--------------

 * Supports Ruby 2.2. Closes GH-1314.
 * Fixed Linux OS name detection.

Release 4.0.54
--------------

 * Contains a licensing-related hot fix for Enterprise customers.

</ChangeLog>
2015-01-03 16:58:39 +00:00
Thomas Zander
9668e7a3d6 Fix build with non-default OPTION owfs
PR:		196421
Submitted by:	osidorkin@gmail.com
Approved by:	johan@stromnet.se (maintainer)
MFH:		2015Q1
2015-01-03 16:56:18 +00:00
Raphael Kubo da Costa
ceffa531f5 Update to 3.2.0.
This eliminates the conflict with the regular sqlite3 port.

PR:		195812
Submitted by:	yuri@rawbw.com
Approved by:	jharris@widomaker.com (maintainer)
2015-01-03 16:47:01 +00:00
John Marino
96feb3ebb1 deskutils/cairo-dock: Unbreak DragonFly
Extend the current patch - DragonFly needs the same handling as FreeBSD.
Since the entire patch changed and didn't use the UTC timestamp, the
patch was renamed to confirm with "make makepatch" standards.
2015-01-03 16:12:00 +00:00
Thomas Zander
9a83b8b08e Update to upstream version 0.17.3
PR:		196444
Submitted by:	coder@tuxfamily.org (maintainer)
2015-01-03 15:54:01 +00:00
Johan van Selst
8c28a6d33c Update signing-party to 1.1.12 2015-01-03 15:28:33 +00:00
Kurt Jaeger
2ff1609ab3 security/binwalk: 0.5.0 -> 2.0.1
Complete overhaul:
- python instead of C
- new MASTER_SITE
- support for some external tools is still open
2015-01-03 15:13:42 +00:00
Olli Hauer
fb33ab0e0d - try to fix linker error (/usr/bin/ld: cannot find -lstdc++) [1]
- mark broken on FreeBSD > 1001000
- mark DEPRECATED, set EXPIRATION_DATE to 2015-02-28 [2]
- bump PORTREVISION to allert potential users

[1] setting ac_cv_header_stdc=no or CPPFLAGS+=-DNO_STDCPP in Makefile
    does not work, so try to fix direct configure.in

[2] source written for apache 2.0, last release dates back to 2008-07-08
2015-01-03 15:06:17 +00:00
Johan van Selst
7f1b583a31 Update to xpaint 2.9.10.3 2015-01-03 14:51:08 +00:00
Johan van Selst
b218d5b61f Update libXaw3dXft to 1.6.2d 2015-01-03 14:50:33 +00:00
Wen Heping
17b3e43691 - Update to 2.10.0
PR:		196378
Submitted by:	koue@chaosophia.net
2015-01-03 14:47:33 +00:00
Raphael Kubo da Costa
8f80525551 - Add patch to make the port build GCC and CMake 3.1.0.
Tulip overrides CMake's built-in add_library() and add_executable()
  commands, so obviously things would explode at some point.

  This is a band-aid solution to get things working; the right solution
  would be to stop overriding CMake's commands, or even stopping setting
  RPATH on libraries and executables altogether, but that depends on getting
  the Tulip developers involved (I'm still figuring out if they respond to
  pings and patches).

- Use quazip from ports instead of building Tulip's bundled copy. Bundled
  software is evil.

- Clean up CMAKE_ARGS. PYTHON_INCLUDEDIR and LOCALBASE were used years ago
  in patch-CMakeLists.txt, but that has not been the case for several
  releases at least.

- Clean up the port's dependencies:
  * devel/qt4-assistant, devel/qt4-designer have not been required since
    Tulip 3.something.
  * devel/qt4-libqtassistantclient is severely outdated and unsupported,
    thankfully it has not been used since Tulip 3.4.0.
  * devel/libqxt is not needed because Tulip always builds its own bundled
    copy.
  * Add explicit dependency on print/freetype2 since the port links directly
    against it.
  * Stop depending on devel/libexecinfo directly and use USES=execinfo
    instead.
2015-01-03 14:40:40 +00:00
Muhammad Moinur Rahman
957561b463 devel/pear-HTML_Common2: Update version 2.1.0=>2.1.1
- Added LICENSE
- Take Maintainership

Differential Revision:	https://reviews.freebsd.org/D1418
Approved by:	marino(mentor)
2015-01-03 14:11:26 +00:00
Muhammad Moinur Rahman
ef140e7bf9 devel/ntopng-zmq: Mark DEPRECATED
net/ntopng had a dependency of a specific version of libzmq to this port. After
upgrading to 1.2.1 this version is no longer required as it builds fine with
current net/libzmq3.

Differential Revision:	https://reviews.freebsd.org/D1424
Approved by:	marino(mentor)
2015-01-03 14:03:30 +00:00
Muhammad Moinur Rahman
10dafe35d4 devel/p5-Algorithm-LUHN: Update version 1.00=>1.01
Differential Revision:	https://reviews.freebsd.org/D1425
Approved by:	marino(mentor)
2015-01-03 14:01:09 +00:00
Alexey Dokuchaev
3f05bf8c1d Minor net/samba* ports cleanups:
- Drop leading article from COMMENT and use neutral spelling of Unix
  - Sort USES alphabetically and wrap it if necessary
  - Rename FAM_SUPPORT to standard option FAM, drop FAM_SUPPORT_DESC
  - Fix a typo in AIO_SUPPORT_DESC (Asyncronous -> Asynchronous)
  - Consistently reword PAM_SMBPASS option description
  - Kill one case of EOL whitespace and bogus uses of := operator

Approved by:	maintainer (timur; timeout since 2014.12.16)
2015-01-03 10:33:03 +00:00
Marcus von Appen
2af02b02dc - Convert devel/py-turbojson11 to new USES=python
- Clean up leftovers from astro/gmapcatcher

With hat:	python@
2015-01-03 09:14:10 +00:00
Marcus von Appen
472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
Marcus von Appen
1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00
Jung-uk Kim
8220d1b229 Use gstreamer 1.0 instead of 0.10 for MMEDIA option.
Submitted by:	tijl
2015-01-03 08:06:12 +00:00
Sunpoet Po-Chuan Hsieh
8861a15347 - Update to 9.20150101
Changes:	http://source.joeyh.branchable.com/?p=source.git
2015-01-03 07:49:30 +00:00
Sunpoet Po-Chuan Hsieh
b0d29e9346 - Update to 7.04
Changes:	http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
2015-01-03 07:38:57 +00:00
Sunpoet Po-Chuan Hsieh
eab56f41b6 - Fix r375988
Notified by:	antoine
2015-01-03 07:36:19 +00:00
Sunpoet Po-Chuan Hsieh
2f3564f8a7 - Update *_DEPENDS
- Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE
- Remove obsoleted MANPREFIX
- Bump PORTREVISION for dependency change
2015-01-03 07:13:15 +00:00
Sunpoet Po-Chuan Hsieh
d23509afec - Update *_DEPENDS
- Add LICENSE
- Simplify Makefile
- Bump PORTREVISION for dependency change
2015-01-03 07:13:05 +00:00
Sunpoet Po-Chuan Hsieh
69bd4e546d - Add LICENSE 2015-01-03 07:13:00 +00:00
Sunpoet Po-Chuan Hsieh
ec0eb69830 - Add LICENSE 2015-01-03 07:12:54 +00:00
Sunpoet Po-Chuan Hsieh
64a132f2ba - Update *_DEPENDS
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (implicit) [1]
2015-01-03 07:12:49 +00:00
Sunpoet Po-Chuan Hsieh
41ef3601e9 - Update *_DEPENDS
- Add LICENSE
- Bump PORTREVISION for dependency change
2015-01-03 07:12:44 +00:00
Sunpoet Po-Chuan Hsieh
924fb3915b - Update *_DEPENDS
- Bump PORTREVISION for dependency change
2015-01-03 07:12:39 +00:00
Sunpoet Po-Chuan Hsieh
8b08eec579 - Update *_DEPENDS
- Add LICENSE
- Bump PORTREVISION for dependency change
2015-01-03 07:12:28 +00:00
Sunpoet Po-Chuan Hsieh
2b4f050e52 - Update *_DEPENDS
- Add LICENSE [1]
- Bump PORTREVISION for dependency and package change

Approved by:	portmgr (implicit) [1]
2015-01-03 07:12:23 +00:00
Sunpoet Po-Chuan Hsieh
1cb91645ed - Remove unnecessary DISTFILES 2015-01-03 07:12:18 +00:00
Sunpoet Po-Chuan Hsieh
be32e36885 - Update *_DEPENDS
- Add LICENSE
- Remove unnecessary USE_LDCONFIG
- Bump PORTREVISION for dependency change
- Sort PLIST
2015-01-03 07:12:12 +00:00