1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

9857 Commits

Author SHA1 Message Date
Sergey Matveychuk
49f0f1511a - Roll back the last commit as since API has changed
and it can break all mod_per2 ports.

Reported by:	Daniel Gerzo <danger@rulez.sk>
2005-04-19 06:09:39 +00:00
Vanilla I. Shu
a9cf7529a0 - fix insufficient check on conf['uploadtypes']
- fix pkg-message

Submitted by:	Stephane Lentz <stephane.lentz@gmail.com> & chinsan <chinsan@mail2000.com.tw>
2005-04-18 13:08:02 +00:00
Roman Bogorodskiy
1ca80e82f0 Fix apache2 dependency.
PR:		80067
Submitted by:	Denis Shaposhnikov (maintainer)
2005-04-18 12:51:17 +00:00
Yen-Ming Lee
12dbf6e9c8 - the patch is repacked at 2005-04-18 00:57, after maintainer submit PR 80028
- diff is listed below:

--- /tmp/squid-2.5.STABLE9-2GB.patch	Mon Apr  4 17:09:16 2005
+++ /usr/ports/distfiles/squid2.5/squid-2.5.STABLE9-2GB.patch	Mon Apr 18 08:57:57 2005
@@ -3000,7 +3000,7 @@
       }
       /* there are some things we cannot do yet */
 Index: squid/src/protos.h
-diff -c squid/src/protos.h:1.420.2.28 squid/src/protos.h:1.420.2.32
+diff -c squid/src/protos.h:1.420.2.28 squid/src/protos.h:1.420.2.30
 *** squid/src/protos.h:1.420.2.28	Fri Mar 18 17:01:52 2005
 --- squid/src/protos.h	Sat Mar 26 10:36:01 2005
 ***************
@@ -3455,9 +3455,9 @@
 +
   #endif /* SQUID_H */
 Index: squid/src/ssl.c
-diff -c squid/src/ssl.c:1.118.2.9 squid/src/ssl.c:1.118.2.10
+diff -c squid/src/ssl.c:1.118.2.9 squid/src/ssl.c:1.118.2.11
 *** squid/src/ssl.c:1.118.2.9	Mon Mar 21 12:39:29 2005
---- squid/src/ssl.c	Fri Mar 25 19:50:53 2005
+--- squid/src/ssl.c	Sun Apr 17 18:54:30 2005
 ***************
 *** 46,52 ****
   	int len;
@@ -3482,7 +3482,7 @@
   	kb_incr(&statCounter.server.all.kbytes_out, len);
   	kb_incr(&statCounter.server.other.kbytes_out, len);
 + 	/* increment total object size */
-+ 	if (sslState->size_ptr)
++ 	if (sslState->size_ptr && sslState->client.fd != -1)
 + #if SIZEOF_SQUID_OFF_T <= 4
 + 	    if (*sslState->size_ptr < 0x7FFF0000)
 + #endif

Noticed by:	many people ...
2005-04-18 07:09:02 +00:00
Yen-Ming Lee
4e9c0a92b4 Integrate the following vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:

- Correct several minor aufs issues (squid bug #671)
- Basic authentification fails when login+password totalled to more than
  64 characters (squid bug #1171)
- Fix an assertion that could occur when traffic other than HTTPS was
  tunneled through squid via the CONNECT method (squid bug #1269)
- Make the --disable-hostname-check configuration option actually work
  (squid bug #1270)
- Fix aufs warning about open filedescriptors when the cache was shut down
  (squid bug #671)
- Allow squid to process requests for files larger than 2GB in size
  (squid bug #437)

  Introduce a new OPTION "WITH_SQUID_LARGEFILE", default to off to match
  squid's default behaviour.
  Rebuild squid with -DWITH_SQUID_LARGEFILE or run 'make config' and
  select this new option.

- Add two new cachemgr actions: "pending_objects" and "client_objects"
- Make external acls that require authentication request new credentials
  after access had been denied (squid bug #1278)
- Make squid use "daemon" instead of "local4" as syslog facility (squid bug
  #1227)

PR:		80028
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2005-04-18 01:05:35 +00:00
Yen-Ming Lee
769c593961 - upgrade to 1.14
PR:		80044
Submitted by:	Sergey Lyubka <valenok@gmail.com> (maintainer)
2005-04-18 00:47:06 +00:00
Clement Laforet
fc232683c4 - Update to 2.0.54 2005-04-17 20:38:54 +00:00
Andrey A. Chernov
226349235c Rename patches according to porter's handbook 2005-04-17 19:29:58 +00:00
Andrey A. Chernov
1275f10a25 Copy BUILD_DEPENDS into RUN_DEPENDS
Fix problem with recently changed file:foo behaviour returning now /foo
2005-04-17 18:29:14 +00:00
Michael Johnson
2af7881bf3 - Move "DISTFILES+=libart_lgpl-1${EXTRACT_SUFX}:local" below bsd.port.pre.mk
so it will work with OPTIONS.
2005-04-16 17:37:36 +00:00
Joe Marcus Clarke
7046869a16 Bump PORTREVISIONs to chase the Mozilla update. 2005-04-16 17:13:26 +00:00
Michael Johnson
21b112ade0 - Update to 1.7.7
- Re-enable cups
2005-04-16 05:46:14 +00:00
Michael Johnson
95c3314e76 - Update to 1.0.3
- Re-enable cups support

Release Notes:	http://www.mozilla.org/products/firefox/releases/1.0.3.html
2005-04-16 04:46:48 +00:00
Yen-Ming Lee
24ddff0cf7 - Add optional mod_perl dependency. Thanks to Dryice Liu.
PR:		79328
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2005-04-15 18:59:29 +00:00
Sergey Matveychuk
a036ee610d - Update to 2.0.0r5
PR:		ports/79962
Submitted by:	maintainer
2005-04-15 17:10:28 +00:00
Florent Thoumie
a41dc4d384 - Fix includes path.
PR:		ports/79961
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2005-04-15 12:08:36 +00:00
Pav Lucistnik
960e1c31ea dotProject is a PHP web-based project management framework that includes modules
for companies, projects, tasks (with Gantt charts), forums, files, calendar,
contacts, tickets/helpdesk, multi-language support, user/module permissions and
themes.

PR:		ports/79829
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-15 11:56:52 +00:00
Pav Lucistnik
484c7ef64b Program to manage Apache access control files.
PR:		ports/79834
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2005-04-15 11:44:30 +00:00
Pav Lucistnik
322bff4f9d PyBlosxom, a light wight weblog system like blosxom with focus on simplicity,
extensibility, and community.

PR:		ports/79855
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-04-15 11:34:51 +00:00
Florent Thoumie
e39458901a - Fix BUILD_DEPENDS.
PR:		ports/79960
Submitted by:	maintainer
2005-04-15 11:27:07 +00:00
Sergey Skvortsov
2869303e73 Update to 1.22 2005-04-15 10:19:05 +00:00
Florent Thoumie
a72fc28eda - Add py-twistedWeb, An HTTP protocol implementation together with clients
and servers.

PR:		ports/79922
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:56:19 +00:00
Michael Johnson
851439af7d - Update to 1.0PR 2005-04-15 02:49:41 +00:00
Herve Quiroz
3348a9eb04 - Unbreak: variable evaluation (WRKSRC) could not postponed due to some .for
loops. The loops are now either unrolled or implemented as shell loops. [1]
- ECHO_CMD -> ECHO_MSG when displaying information to the user
- Improve resinctl [2]

PR:		79707
Submitted by:	Boris Kovalenko <boris@tagnet.ru> [1], maintainer [2]
Approved by:	maintainer
2005-04-15 00:30:48 +00:00
Yen-Ming Lee
7732a6c480 - Update to 1.5
PR:		79919
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
2005-04-14 17:54:37 +00:00
Florent Thoumie
597ef06f15 - Add new site in MASTER_SITES.
PR:		ports/74494
Submitted by:	Jason Harris <jharris@widomaker.com>
Approved by:	maintainer timeout (4 months)
2005-04-14 11:40:39 +00:00
Michael Johnson
d2266928a8 - Remove mng support, it doesn't work 2005-04-14 03:09:30 +00:00
Volker Stolz
10f0cbf537 Use DOCSDIR in pkg-plist 2005-04-13 16:33:15 +00:00
Sergey Matveychuk
bfeeb2a543 - Update to 1.0.16
PR:		ports/78626
Submitted by:	maintainer
2005-04-13 15:20:03 +00:00
Sam Lawrance
7d0bcb9ea7 Update to 3.2.6
Approved by:	clement (mentor)
2005-04-13 12:26:22 +00:00
Volker Stolz
1c39418a64 USE_LIBTOOL instead of local patch 2005-04-13 11:40:08 +00:00
Koop Mast
4436970570 Update to 2.2.1. 2005-04-13 08:43:14 +00:00
Pav Lucistnik
29ce2e142f - Update to 2.0
- Require python 2.3+

PR:		ports/79851
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2005-04-13 08:34:10 +00:00
Pav Lucistnik
7a63d99ce9 - Add missed PHP extensions
PR:		ports/79827
Submitted by:	Thomas Sandford <freebsduser@paradisegreen.co.uk>
Approved by:	Gerrit Beine <tux@pinguru.net> (maintainer)
2005-04-13 08:26:35 +00:00
Pav Lucistnik
195a06bff7 - Update to 2.7.5
PR:		ports/79812
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
Approved by:	Gerhard Schmidt <estartu@augusta.de> (maintainer)
2005-04-13 08:25:03 +00:00
Volker Stolz
b737dd241b Update 2.0.1:
- some bugs fixed
- add mobile phones of new Vodafone to mobile mode

PR:		ports/79419
Submitted by:	Fumihiko Kimura
2005-04-13 07:43:37 +00:00
Jean-Yves Lefort
7c10e30e3a Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by:	adamw (mentor)
2005-04-12 22:10:43 +00:00
Pav Lucistnik
0037fc684a - Update to 2.5.3, unbreak
PR:		ports/79819
Submitted by:	Johan van Selst <johans@stack.nl>
2005-04-12 21:11:06 +00:00
Adam Weinberger
ffa52164b8 Update to 1.6.2.
Sort the pkg-plist.
2005-04-12 16:07:25 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
Adam Weinberger
75e55ae193 Update to 1.6.2. 2005-04-11 23:49:10 +00:00
Michael Johnson
9934cc8832 - Update to 4.29
PR:		ports/78652
Submitted by:	Maxime Zakharov <maxime@sochi.net.ru>
2005-04-11 20:28:36 +00:00
Pav Lucistnik
585665a9b6 Component supports for WebKit.Page class.
http://wiki.w4py.org/component.html

PR:		ports/79417
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-04-11 19:32:41 +00:00
Sergey A. Osokin
5893d69ce6 Update to one more bugfix release: 0.1.28. 2005-04-11 11:36:36 +00:00
Anton Berezin
7cb23318d3 Fxi build with system perl. 2005-04-11 08:40:49 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kris Kennaway
5c3f33158c BROKEN with perl 5.6: Does not build 2005-04-10 22:02:57 +00:00
Kris Kennaway
a8062b84bd BROKEN on 4.x: Does not build 2005-04-10 22:02:09 +00:00
Kris Kennaway
32ff5ff5bc BROKEN: Does not build on FreeBSD 4.x 2005-04-10 22:01:19 +00:00
Kris Kennaway
be9da1563a BROKEN: Does not compile on FreeBSD 4.x 2005-04-10 21:59:47 +00:00