1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
Commit Graph

214439 Commits

Author SHA1 Message Date
Sergey A. Osokin
a2bc5bb473 Update from 0.6.35 to 0.6.36.
<ChangeLog>

*) Change: now the "Invalid argument" error returned by
   setsockopt(TCP_NODELAY) on Solaris, is ignored.

*) Change: now POSTs without "Content-Length" header line are allowed.

*) Feature: the "try_files" directive.

*) Feature: the --with-pcre option in the configure.

*) Feature: the "if_modified_since" directive.

*) Feature: the "$cookie_..." variables.

*) Feature: the "$arg_..." variables.

*) Bugfix: compatibility with Tru64 UNIX.
   Thanks to Dustin Marquess.

*) Bugfix: a "ssl_engine" directive did not use a SSL-accelerator for
   asymmetric ciphers.
   Thanks to Marcin Gozdalik.

*) Bugfix: in a redirect rewrite directive original arguments were
   concatenated with new arguments by a "?" rather than an "&";
   the bug had appeared in 0.1.18.
   Thanks to Maxim Dounin.

*) Bugfix: nginx could not be built on AIX.

*) Bugfix: a double response might be returned if the epoll or rtsig
   methods are used and a redirect was returned to a request with
   body.
   Thanks to Eden Li.

*) Bugfix: a segmentation fault might occur in worker process if
   "resolver" directive was used in SMTP proxy.

*) Bugfix: fastcgi_store stored files not always.

*) Bugfix: nginx did not process a FastCGI server response, if the
   server send too many messages to stderr before response.

</ChangeLog>
2009-04-02 07:58:05 +00:00
Vanilla I. Shu
0c1ac175c8 Upgrade to 0.8.13. 2009-04-02 07:23:41 +00:00
Vanilla I. Shu
a1c9f80e31 Upgrade to 0.8.13. 2009-04-02 01:43:53 +00:00
Makoto Matsushita
1b011c950d Update to 200904, dictionary files as of Apr/01/2009.
Since the only consumer of CDB version of dictionary is dbskk-cdb, and
dbskkd-cdb now depends on tinycdb, use tinycdb here.
2009-04-02 01:37:50 +00:00
Jun Kuriyama
d3c74af9cf - Add a patch to fix ab(1) fails to connect with "Operation already in
progress (37)" errno.

References:	https://issues.apache.org/bugzilla/show_bug.cgi?id=44584
Obtained from:	http://svn.apache.org/viewvc/httpd/httpd/trunk/support/ab.c?r1=748396&r2=749438
Reviewed by:	apache@ (pgollucci@)
2009-04-02 01:22:58 +00:00
Dmitry Marakasov
a3f8f8b353 tinypy is a minimalist implementation of python in 64k of code
it includes a whole heap of features:

 * parser and bytecode compiler written in tinypy
 * fully bootstrapped
 * luaesque virtual machine with garbage collection written in C
   it's "stackless" sans any "stackless" features
 * cross-platform :) it runs under windows / linux / macosx
 * a fairly decent subset of python
    o classes and single inheritance
    o functions with variable or keyword arguments
    o strings, lists, dicts, numbers
    o modules, list comprehensions
    o exceptions with full traceback
    o some builtins
 * batteries not included -- yet

WWW:	http://www.tinypy.org/

PR:		132124
Submitted by:	Marcin Cieslak <saper at SYSTEM dot PL>
2009-04-02 00:57:07 +00:00
Dmitry Marakasov
ec05e2e290 - Add nvidia-texture-tools support
- Mark MAKE_JOBS_SAFE
2009-04-02 00:31:25 +00:00
Dmitry Marakasov
8ace6f3c60 - Build shared libraries instead of static
- Mark MAKE_JOBS_SAFE
2009-04-02 00:29:32 +00:00
Beech Rintoul
b746cab7b5 - Update to 2.3.1 2009-04-02 00:03:35 +00:00
Dmitry Marakasov
ad14822f9a - Update to 0.75
- While here, use SF macro

PR:		133258
Submitted by:	Brent B.Powers <bbp2006 at pathology dot columbia dot edu> (maintainer)
2009-04-02 00:02:58 +00:00
Dmitry Marakasov
d1a1eec9b7 - Forced commit to note that I've also added a comment on why it's broken on amd64 2009-04-01 22:32:28 +00:00
Dmitry Marakasov
f2bb29203c - Fix build with gcc 4.2
PR:		132287
Submitted by:	Vitaly Magerya <vmagerya at gmail dot com>
Approved by:	Erik Greenwald <erik dot greenwald at gmail dot com> (maintainer)
2009-04-01 22:31:31 +00:00
Dmitry Marakasov
6c727cb265 - Update to 23.0
PR:		133259
Submitted by:	Florian Smeets <flo at kasimir dot com> (maintainer)
2009-04-01 22:29:29 +00:00
Dennis Herrmann
a01424ccd7 - Update to 0.9.14
Approved by:	tabthorpe (co-mentor)
2009-04-01 19:36:13 +00:00
Alexey Dokuchaev
cec57de301 Update to version 3.0.1. 2009-04-01 18:27:58 +00:00
Emanuel Haupt
44a052accb Provide an rc_subr script
PR:		133267
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2009-04-01 17:47:22 +00:00
Wesley Shields
db3d10336a - Make dbus support optional and on by default.
PR:		ports/133231
Submitted by:	Pierre Guinoiseau <geekounet@poildetroll.net>
Approved by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2009-04-01 17:43:39 +00:00
Wesley Shields
881c6d5546 - Update to 20090330. 2009-04-01 17:35:45 +00:00
Sergey A. Osokin
4111a53074 Update from 0.7.45 to 0.7.47.
<ChangeLog>

*) Bugfix: nginx could not be built on FreeBSD 6 and early versions;
   the bug had appeared in 0.7.46.

*) Bugfix: nginx could not be built on MacOSX; the bug had
   appeared in 0.7.46.

*) Bugfix: if the "max_size" parameter was set, then the cache manager
   might purge a whole cache; the bug had appeared in 0.7.46.

*) Change: a segmentation fault might occur in worker process, if the
   "proxy_cache"/"fastcgi_cache" and the "proxy_cache_valid"/
   "fastcgi_cache_valid" were set on different levels; the bug had
   appeared in 0.7.46.

*) Bugfix: a segmentation fault might occur in worker process, if a
   request was redirected to a proxied or FastCGI server via error_page
   or try_files; the bug had appeared in 0.7.44.

</ChangeLog>
2009-04-01 17:30:01 +00:00
Rene Ladan
60a56c3254 Update to 0.9.1
Changelog: http://goodies.xfce.org/releases/xfce4-clipman-plugin/ChangeLog

Approved by:	miwi
2009-04-01 17:11:47 +00:00
Boris Samorodov
b42e402eae Update to version 1.0.17. 2009-04-01 16:43:25 +00:00
Greg Lewis
24f79bc5ad . Fix a buffer overrun on start up. 2009-04-01 16:14:41 +00:00
Boris Samorodov
ecb8bf295e Add a note about upgrading to new linux -f8- infrastructure ports.
While I'm here: fix the previous date.
2009-04-01 15:29:24 +00:00
Boris Samorodov
824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00
Dennis Herrmann
8217c4dd1d - Update to 2009.03.31
Approved by:	miwi (mentor)
2009-04-01 15:24:55 +00:00
Wesley Shields
eeee4006b7 - Update to 0.70 [1]
- Make ${WRKSRC}/install-sh executable to fix build

PR:		[1]: ports/132673
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
Approved by:	maintainer timeout
2009-04-01 15:06:13 +00:00
Steven Kreuzer
ab8a95032f Make port honor NOPORTDOCS which resolves mtree errors identified by QAT
Approved by:	wxs (mentor)
2009-04-01 14:22:37 +00:00
Pav Lucistnik
35be9a88ac - Mark MAKE_JOBS_UNSAFE 2009-04-01 14:00:26 +00:00
Gerald Pfeifer
942b1de739 Update to the 20090331 snapshot of GCC 4.4.0. 2009-04-01 12:10:19 +00:00
Boris Samorodov
7aec2c3eab Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
2009-04-01 10:10:16 +00:00
Alex Dupre
7bd0b24591 Update to 5.1.33 release. 2009-04-01 08:50:54 +00:00
Jun Kuriyama
c1aa0e255b Upgrade to 0.13. 2009-04-01 07:59:48 +00:00
Jun Kuriyama
24adf260f0 - Upgrade to 0.203.
- Use explicit version for p5-Sub-Exporter dependency.
- Add trailing slash in WWW: to avoid redirect.

No responce from:	maintainer (4 weeks)
2009-04-01 07:23:45 +00:00
Martin Wilke
65fb61ae3e - Fix index 2009-04-01 07:21:30 +00:00
Mario Sergio Fujikawa Ferreira
b7c4382ced o Use Y4M_VIDEO_DISTFILE instead of Y4M_VIDEO variable when applicable
o No PORTREVISION bump since there was no functionality change
2009-04-01 03:58:00 +00:00
Dmitry Marakasov
526821aa8d - Chase graphics/osg and graphics/osg-devel shlibver bumps 2009-04-01 02:49:42 +00:00
Dmitry Marakasov
13d2241179 - Update to 2.8.0
- Add CONFLICTS with osg-devel
- Mark MAKE_JOBS_SAFE
2009-04-01 02:49:36 +00:00
Dmitry Marakasov
d8b469805f - Update to 2.9.2
- Add CONFLICTS with osg
- Mark MAKE_JOBS_SAFE
2009-04-01 02:49:31 +00:00
Rong-En Fan
583e279a73 - Update to 2.89 2009-04-01 01:32:16 +00:00
Cy Schubert
31692c85b4 An ntp release candidate is now available. Port has been resurrected. 2009-04-01 00:10:23 +00:00
Cy Schubert
d23f3d44e7 A new release candidate (4.2.4p7) has been released. 2009-04-01 00:04:17 +00:00
Martin Wilke
29d98d5931 - Update to 0.3.2
PR:		133252
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2009-03-31 22:31:03 +00:00
Tim Bishop
e127105094 - Update to snapshot r5576.
This snapshot has a significantly reworked build system (now GNU
  autoconf and automake) which makes this port much simpler. I've
  worked with the upstream authors to ensure this works on FreeBSD and
  have helped them to remove the dependence on gmake and the need for
  us to have local patches.
2009-03-31 22:25:01 +00:00
Alexey Dokuchaev
9d712428f5 Add memtest86+ 2.11, stand-alone memory test for x86 architecture
computers.

PR:		ports/132700 (based on)
Submitted by:	Andriy Gapon
2009-03-31 22:23:19 +00:00
Martin Wilke
92531c1b9e - The squid_kerb_auth helper needs to know about the endianness of the system
at compile time. Its author suggests to use -D__LITTLE_ENDIAN__ in the
  program's Makefile and this is the solution proposed in ports/131878. Since
  FreeBSD (and FreeBSD ports) might be used on big-endian architectures as
  well as on little endian architectures I decided to instrument an already
  present endianness check directly in the affected source file instead.

- Bump PORTREVISION since this affects the content (and functionality) of
  the port's binary package.

Pr:		133159
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2009-03-31 22:20:42 +00:00
Martin Wilke
fd1a1ba165 - Update to 20090329
PR:		133177
Submitted by:	"Nils M Holm" <nmh@T3X.ORG> (maintainer)
2009-03-31 22:09:33 +00:00
Martin Wilke
22d668f75b - Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro

PR:		133124
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2009-03-31 22:08:31 +00:00
Martin Wilke
afa2a6f102 - Update to 0.006
PR:		133244
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2009-03-31 21:59:52 +00:00
Martin Wilke
f22fd17116 - Make MAKE_JOBS_SAFE [1]
- Set OPENSSL default

Submitted by:	danfe [1]
		 Alexander Logvinov <ports@logvinov.com> (maintainer)
2009-03-31 21:43:47 +00:00
Pav Lucistnik
9ef10a5a67 - Fix compilation with new x264
Submitted by:	Bapt <baptiste.daroussin@gmail.com>
2009-03-31 21:28:31 +00:00