Commit graph

306983 commits

Author SHA1 Message Date
Alex Dupre
1e4d80982d Add missing dependency.
PR:		ports/181599
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
2013-08-28 08:02:33 +00:00
Rene Ladan
339dff263e Remove expired port:
2013-08-28 net/gatekeeper: Vulnerable for than 2 month
2013-08-28 07:45:33 +00:00
Pietro Cerutti
25d1c72b89 - Fix PLIST
Reported by:	QAT
2013-08-28 07:40:25 +00:00
Pietro Cerutti
bc2679a35c - Update to 1.35
- Most patches have been accepted upstreams. The remaining ones have been
  submitted on http://sourceforge.net/p/xfe/bugs/176/

  Release notes:

  This release adds a scripts feature: like in Nautilus, users can now apply
  custom shell scripts to a list of selected files. See the documentation page
  for more information.
  The default keyboard shortcut for the file rename operation was changed to
  F2. Swedish and greek translation were updated. A spanish colombian
  translation was also added. And as usual, several bugs were fixed.
2013-08-28 07:28:51 +00:00
Baptiste Daroussin
8f99c1711c Disable gettext, that fixes a conflicts with devel/binutils
Approved by:	joerg (maintainer)
2013-08-28 07:07:18 +00:00
Baptiste Daroussin
dcf5d98f78 Make sure to respect CC and CXX, this fixes the build on head without gcc 2013-08-28 06:04:51 +00:00
Baptiste Daroussin
9b29f58964 Make sure the build respect CC, and while here enforce gcc as a compiler as clang is blowing up when trying to build this port. 2013-08-28 06:02:08 +00:00
Baptiste Daroussin
5d7795844e Not building with Werror allows building with clang 2013-08-28 05:58:42 +00:00
Baptiste Daroussin
073c7ad9bf Fix build without gcc 2013-08-28 05:55:17 +00:00
Baptiste Daroussin
e6fd8b79a3 Fix build without gcc 2013-08-28 05:51:16 +00:00
Olli Hauer
65b27fc45a - update to version 2.3.7
- remove vhost fix [1]
- change maintainer to submitter

 Changes with mod_fcgid 2.3.7
  o Periodically clean out the brigades which are pulling in the request
    body for handoff to the fcgid child. PR: 51749
    [Dominic Benson <dominic.benson thirdlight.com>]

  o Resolve crash during graceful restarts. PR 50309
    [Mario Brandt <JBlond gmail.com>]

  o Solve latency/cogestion of resolving effective user file access rights
    when no such info is desired, for config related filename stats.
    PR: 51020 [Thangaraj AntonyCrouse <thangaraj gmail.com>, William Rowe]

  o Fix regression in 2.3.6 which broke process controls when using vhost-
    specific configuration.  [Jeff Trawick] [1]

  o Account for first process in class in the spawn score.  [Jeff Trawick]

[1] patch r267014

PR:		ports/181265
Submitted by:	Fabiano Sidler <freebsd.ports@webstyle.ch>
Approved by:	Tolbert Josh <hemi@puresimplicity.net> (maintainer timeout, 14+ days)
2013-08-28 05:05:06 +00:00
Dmitry Marakasov
9fc865efdb - Fix build with clang 2013-08-28 04:10:40 +00:00
Dmitry Marakasov
2b9767fa2c - Update to 0.9.1 2013-08-28 04:10:32 +00:00
Dmitry Marakasov
8f1262c81e - Fix build on 10.X 2013-08-28 04:10:11 +00:00
Dmitry Marakasov
1d3ceff3f0 sysvbanner prints SysV style banners.
Prints out the first 10 characters of text in large letters.

WWW: https://github.com/uffejakobsen/sysvbanner

PR:		181455
Submitted by:	Uffe Jakobsen <uffe@uffe.org>
2013-08-28 04:10:02 +00:00
Dmitry Marakasov
c637b4560e - Fix build with clang
- Remove unneeded patches
2013-08-28 04:09:52 +00:00
Maho Nakata
07bc176c82 bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.
Submitted by:	jgh@
2013-08-28 00:29:47 +00:00
Maho Nakata
a4ddb25f06 bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.
Submitted by:	jgh@
2013-08-28 00:28:06 +00:00
Grzegorz Blach
52842935df - Update to 3.1.25
Approved by:	crees, tabthorpe (mentors, implicit)
2013-08-28 00:24:25 +00:00
Baptiste Daroussin
8795fa7e59 Remove bmake workaround now that bmake has been fixed 2013-08-27 23:36:12 +00:00
Martin Matuska
8efa8d5727 Update horde-kronolith to 4.1.3 2013-08-27 22:52:23 +00:00
Rene Ladan
8114a2eaae - Move handling of X11 option down, so that the two handlers for the
MANAGER optino can be merged [1]
- Use new LIB_DEPENDS syntax

PR:		ports/176724 [1] (part)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2013-08-27 22:07:56 +00:00
Dmitry Marakasov
30fa6c870e - Fix build on 10.X (pipe2 symbol conflicts with pipe2() from unistd.h) 2013-08-27 21:52:15 +00:00
Rene Ladan
e4f74eedc5 Catch another install target which used LOCALBASE instead of PREFIX
PR:		ports/176724 (part)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2013-08-27 21:42:38 +00:00
Rene Ladan
bad740c6d4 Overhaul option handling:
- Only use the rc framework for boinc-client when the CLIENT option is
  selected
- Always set CLIENT and X11 options when MANAGER option is selected
- Unset USER option when CLIENT option is not selected
- Create the share/boinc directory when the MANAGER or X11 option is
  set instead of when the USER option is set
- Prefer negation over empty() when checking options
- Update description for the USER option

In pkg-install.in :
- Only install the CA bundle and only adjust file ownership of ~boinc
  when the USER option is selected
- Only install skins when both the USER and MANAGER options are selected

While here:
- create share/pixmaps in PREFIX instead of LOCALBASE
- wrap a long line

PR:		ports/176724 (part)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2013-08-27 21:37:47 +00:00
Rene Ladan
001ea1587e Remove expired ports:
2013-08-27 math/octave-forge-es: Broken for more than 6 month
2013-08-27 math/octave-forge-java: Broken for more than 6 month
2013-08-27 21:26:36 +00:00
Stephen Montgomery-Smith
504713cf1c - Remove ES and JAVA from optional dependencies, since these ports are now
removed.
- Bumped portrevision.

PR:		ports/181588
Submitted by:	Rene Ladan <rene@FreeBSD.org>
2013-08-27 21:13:08 +00:00
Rene Ladan
67de43ec0a The pre-install target of pkg-install is now part of post-install, so
adjust Makefile accordingly.

Missed this in the one-to-last commit.
2013-08-27 21:04:02 +00:00
Rene Ladan
0f5d724330 Remove one more expired port:
2013-08-27 java/icedtea6-stubs: Broken for more than 6 month
2013-08-27 20:13:49 +00:00
Antoine Brodin
7d23fe0945 - Update pytsk to 2013-08-26
- Use new LIB_DEPENDS syntax
- Add missing OPTIONS_DEFINE
- Remove LICENSE from DOCS
2013-08-27 20:08:40 +00:00
Rene Ladan
829b60e37d Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
2013-08-27 18:57:00 +00:00
David Naylor
7cde1eac40 Fix auto-detection of dictionaries for kde4-l10n ports.
With the removal of '.include <bsd.port.options.mk>' and
'.include <bsd.port.pre.mk>' PORTSDIR is no longer defined.  Since Ports is
(almost) never based at the root system the checks will always fail to find a
port.

Fix this by using relative searches for the dictionary ports.  Giving PORTSDIR
a conditional assignment of /usr/ports was rejected due to lack of precedent.

While here teach kde4-l10n about en_GB.
2013-08-27 18:42:37 +00:00
Sunpoet Po-Chuan Hsieh
5d7d644260 - Update to 3.7
- Add LICENSE
- Use single space after WWW:

Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2013-08-27 18:11:13 +00:00
Sunpoet Po-Chuan Hsieh
d7e9b3803c - Update to 0.009
- Add LICENSE

Changes:	http://search.cpan.org/dist/Lexical-Var/Changes
2013-08-27 18:10:43 +00:00
Martin Matuska
8f8de2c289 Horde package update:
Horde_Browser 2.0.3 -> 2.0.4
Horde_Core 2.6.6 -> 2.7.0
Horde_Crypt 2.2.1 -> 2.2.2
Horde_Exception 2.0.3 -> 2.0.4
Horde_History 2.1.6 -> 2.2.0
Horde_Http 2.0.3 -> 2.0.4
Horde_Perms 2.1.0 -> 2.1.1
Horde_SessionHandler 2.2.2 -> 2.2.3
Horde_Url 2.2.0 -> 2.2.1
horde-base 5.1.2 -> 5.1.3
horde-imp 6.1.3 -> 6.1.4
horde-nag 4.1.1 -> 4.1.2
horde-passwd 5.0.0 -> 5.0.1
horde-turba 4.1.1 -> 4.1.2
2013-08-27 18:10:33 +00:00
Sunpoet Po-Chuan Hsieh
2ad67b7116 - Update to 1.122
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Convert-BinHex/Changes
2013-08-27 18:10:05 +00:00
Sunpoet Po-Chuan Hsieh
62c78a8559 - Update to 0.17021
Changes:	http://search.cpan.org/dist/Error/ChangeLog
2013-08-27 18:09:20 +00:00
Sunpoet Po-Chuan Hsieh
6f1d727706 - Update to 0.024
Changes:	http://search.cpan.org/dist/Type-Tiny/Changes
		http://search.cpan.org/dist/Type-Tiny/NEWS
2013-08-27 18:08:55 +00:00
Sunpoet Po-Chuan Hsieh
9d9f8e22fa - Update to 6.74
- Add LICENSE

Changes:	http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
2013-08-27 17:52:50 +00:00
Sunpoet Po-Chuan Hsieh
3f72a0f000 - Fix CONFLICTS
- Use CONFLICTS_INSTALL instead of CONFLICTS
2013-08-27 17:44:26 +00:00
Wesley Shields
8865f4ded2 Update to 1.8.4
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.txt
2013-08-27 17:25:20 +00:00
William Grzybowski
9624245a1c www/py-flexget: update to 1.1.91
- Update to 1.1.91
2013-08-27 17:17:02 +00:00
Sunpoet Po-Chuan Hsieh
4d98c80ad6 - Add p5-Specio 0.08
The Specio distribution provides classes for representing type constraints and
coercion, along with syntax sugar for declaring them.

Note that this is not a proper type system for Perl. Nothing in this
distribution will magically make the Perl interpreter start checking a value's
type on assignment to a variable. In fact, there's no built-in way to apply a
type to a variable at all.

Instead, you can explicitly check a value against a type, and optionally coerce
values to that type.

The author's long-term goal is to replace Moose's built-in types and
MooseX::Types with this module.

WWW: http://search.cpan.org/dist/Specio/
2013-08-27 17:15:28 +00:00
Daniel Eischen
d970578be4 Correct maintainer, who is now a committer!
Submitted by:	bapt
2013-08-27 17:13:25 +00:00
Daniel Eischen
f934544f56 Change maintainer to nemysis from ports@. Update Makefile for PORTDOCS,
PORTDATA, DESKTOP_ENTRIES.

PR:		173184
Submitted by:	nemysis at gmx dot ch
2013-08-27 16:56:17 +00:00
Sunpoet Po-Chuan Hsieh
d3b627509c - Update to 2.34
Changes:	http://dejavu-fonts.org/wiki/Changelog#Changes_from_2.33_to_2.34
PR:		ports/181560
Submitted by:	naddy
2013-08-27 16:51:00 +00:00
Sergey A. Osokin
b77f0ed02e Update from 1.5.3 to 1.5.4.
<ChangeLog>

*) Change: the "js" extension MIME type has been changed to
   "application/javascript"; default value of the "charset_types"
   directive was changed accordingly.

*) Change: now the "image_filter" directive with the "size" parameter
   returns responses with the "application/json" MIME type.

*) Feature: the ngx_http_auth_request_module.

*) Bugfix: a segmentation fault might occur on start or during
   reconfiguration if the "try_files" directive was used with an empty
   parameter.

*) Bugfix: memory leak if relative paths were specified using variables
   in the "root" or "auth_basic_user_file" directives.

*) Bugfix: the "valid_referers" directive incorrectly executed regular
   expressions if a "Referer" header started with "https://".
   Thanks to Liangbin Li.

*) Bugfix: responses might hang if subrequests were used and an SSL
   handshake error happened during subrequest processing.
   Thanks to Aviram Cohen.

*) Bugfix: in the ngx_http_autoindex_module.

*) Bugfix: in the ngx_http_spdy_module.

</ChangeLog>
2013-08-27 16:25:55 +00:00
Sunpoet Po-Chuan Hsieh
d63d6c55e0 - Cleanup Makefile header 2013-08-27 16:24:56 +00:00
Sunpoet Po-Chuan Hsieh
af878a81dd - Update to 0.71
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2013-08-27 16:07:06 +00:00
Sunpoet Po-Chuan Hsieh
80847e9c28 - Update to 0.50
Changes:	http://joeyh.name/code/moreutils/news/version_0.50/
2013-08-27 16:06:26 +00:00