Commit Graph

107116 Commits

Author SHA1 Message Date
Archie Cobbs
485354b0cc Use ${MASTER_SITE_GNU}. 2004-07-28 02:09:05 +00:00
Ying-Chieh Liao
2e4526bd48 chase libstatgrab 2004-07-28 02:07:30 +00:00
Ying-Chieh Liao
10aadb5e60 upgrade to 0.8.4
PR:		69678
Submitted by:	maintainer
2004-07-28 02:05:44 +00:00
Ying-Chieh Liao
fe4d1c13ee upgrade to 0.10.2
PR:		69677
Submitted by:	maintainer
2004-07-28 02:03:03 +00:00
Ying-Chieh Liao
20287f5ea6 upgrade to 1.1.1
PR:		69673
Submitted by:	maintainer
2004-07-28 01:59:05 +00:00
Ying-Chieh Liao
f255829f7b upgrade to 0.03
PR:		69683
Submitted by:	maintainer
2004-07-28 01:55:01 +00:00
Jeremy Messenger
076811570b -Add aspell dependency with a new knob, WITHOUT_ASPELL.
-Bump the PORTREVISION for add a dependency.

It's kind of shame that Opera needs libXm.so.2, but we have libXm.so.3 in the
ports tree since 2002. The Linux version supports 1 to 3 but on FreeBSD
version only support 1 to 2 that aren't exist in the ports tree. Speak of
open-motif; not lesstif. Three ways to do: Create a new downgrade port of
open-motif, add a symlink of libXm.so.2 in current open-motif or tell the
users to use the libmap.conf for libXm.so.2 -> libXm.so.3? Any suggest?

BTW: libXm.so.x is need for the plugins function.
2004-07-28 00:38:58 +00:00
Alex Dupre
4a6fa583fa Add a note about the removal of the extension_dir in php.ini. 2004-07-27 23:59:37 +00:00
Alex Dupre
d8fc58d3c5 Enable default extensions when OPTIONSFILE is missing:
- Fix package creation and BATCH installation
2004-07-27 23:50:04 +00:00
Alex Dupre
430459f9cf MFphp4: Fix compilation of wddx extension. 2004-07-27 23:15:02 +00:00
Alex Dupre
ddd8dd830d MFphp4: Enable activation of bind_textdomain_codeset() function. 2004-07-27 22:29:44 +00:00
Pav Lucistnik
cedae39d49 - Switch to new libtool
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org> via mezz
2004-07-27 22:21:11 +00:00
Alex Dupre
23ba29f056 Enable activation of bind_textdomain_codeset() function.
Reported by:	Alexander Marx <mad-ml@madness.at>,
		Antoine Jacoutot <ajacoutot@lphp.org>,
		Thomas Vogt <tv@solnet.ch>
2004-07-27 22:13:05 +00:00
Joe Marcus Clarke
9e94e6497f Fix global extension and theme installation by making sure the path to the
XPI file does no contain a leading "file://" when passed to the extension
manager.

See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details.

Reported by:	ale
2004-07-27 20:51:02 +00:00
Sergey A. Osokin
2f3d2c4f09 Use tty_close() and ttygone() where it need instead of
commenting of ttyclose() for __FreeBSD_version >= 502122.

First symptom.
# kldunload ltmdm.ko
kldunload: can't unload file: Device busy

Second symptom.
If ppp(8) used for connect /dev/cual0 and it was
disconnected, the new ppp session return the
following error in ppp.log:
tun0: Warning: deflink: /dev/cual0: Bad file descriptor

Bump PORTREVISION one more time.
2004-07-27 20:35:54 +00:00
Greg Lewis
1f6439146e . Add support for FreeBSD 4.10.
PR:		69614
Submitted by:	Yonatan <yonatan@xpert.com>
2004-07-27 20:28:18 +00:00
Joe Marcus Clarke
a7872c19bf Remove the previous thread stack size hack, and add a slightly better one.
This new hack sets a default thread stack size of 1 MB (more in line with
Linux), but allows programmers to override that down to the minimum stack
size.  This is subject to change again, but this is far better than the
hack that was previously in place.
2004-07-27 19:45:37 +00:00
Jeremy Messenger
e64aa26f70 Use the correct version of libtool 13 -> 15 to avoid install the *.la files.
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-07-27 19:01:43 +00:00
Kirill Ponomarev
b5fc6d0873 Update to 20040727
Added new MASTER_SITE

PR:		ports/69672
Submitted by:	maintainer
2004-07-27 18:58:41 +00:00
Tilman Keskinoz
a87d006b50 Fix build on -STABLE
Submitted by:	maintainer
2004-07-27 17:38:24 +00:00
Christian Weisgerber
1de0794c7e Update to 20040719p: improved query interval scaling. 2004-07-27 16:40:54 +00:00
Adam Weinberger
641ef6e511 Update to 0.31.1. 2004-07-27 16:38:14 +00:00
Sergey Skvortsov
474c616818 Change MASTER_SITES
PR:		ports/69649
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2004-07-27 16:22:27 +00:00
Volker Stolz
5786ef4fe5 "Wrong PKGORIGINs are often caused by a wrong order of CATEGORIES after a repocopy."
Reminded by: Pav
2004-07-27 16:14:58 +00:00
Kirill Ponomarev
7376dd4b7b Add MASTER_SITES for more redundancy. 2004-07-27 15:01:19 +00:00
Anton Berezin
67af9888fe Add p5-Tie-Array-Sorted, an implementation of Perl array which is kept
sorted.
2004-07-27 14:23:39 +00:00
Joe Marcus Clarke
ac25d171d0 Fix US-ASCII encoding problem with the PostgreSQL backend. US-ASCII will be
substituted by SQL_ASCII which Postgres understands.

Submitted by:	Richard Schilling <rschi@rsmba.biz>
2004-07-27 14:23:18 +00:00
Joe Marcus Clarke
08576a11f4 Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().
See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details.

Submitted by:	green
2004-07-27 14:18:27 +00:00
Volker Stolz
c0282b9cac - Chase new tarball: Patched in June, bump PORTREVISION, add SIZE-data
- Lint MASTER_SITES

Closes PR:	ports/68737
Submitted by:	"grega"
Approved by:	maintainer timeout
2004-07-27 13:57:02 +00:00
Joe Marcus Clarke
5e3fd589f3 Revert the previous updates since they require APIs present in libgnomeui-2.7.
While I'm here, use the new libtool scheme.

Reported by:	Franz Klammer <klammer@webonaut.com>
2004-07-27 13:53:04 +00:00
Mathieu Arnold
8affb349cf Add p5-Crypt-SmbHash 0.02, Perl module implementing lanman and nt md4
hash functions.

PR:		ports/69640
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-07-27 13:40:54 +00:00
Mathieu Arnold
3fef219d73 Update to 0.25_02 2004-07-27 13:18:45 +00:00
Kirill Ponomarev
a8cf35e34e Update to 0.5 2004-07-27 13:10:47 +00:00
Sergey Matveychuk
f0978914f7 Complete net/zebra-devel removal 2004-07-27 13:10:44 +00:00
Kirill Ponomarev
bc548ba337 Fix MASTER_SITES and WWW: line 2004-07-27 13:04:11 +00:00
Kirill Ponomarev
43977e170e Update to 1.38
o  Support HDLC link layers
o  Print information from partially-captured headers
o  --bad-packets now prints !bad lines IN ADDITION TO normal
   output, not instead of normal output
2004-07-27 12:57:50 +00:00
Mathieu Arnold
fae6badd94 Update to 0.22
Add some doc
2004-07-27 12:41:49 +00:00
Sergey Matveychuk
49cb1cc05d Remove net/zebra-devel port.
It the same as net/zebra for a long time.

PR:		ports/66831
Submitted by:	glebius
2004-07-27 12:37:57 +00:00
Adam Weinberger
dd429c2a0a Remove the lthack bits from the configure patch.
This port won't link properly with libtool15.
2004-07-27 12:16:15 +00:00
Dag-Erling Smørgrav
ea97fc0ec2 Use &amp; instead of naked &. 2004-07-27 11:46:15 +00:00
Dag-Erling Smørgrav
bfdda97217 Add CVE name and correct URL to iDEFENSE advisory for the SSLtelnet issue. 2004-07-27 11:45:05 +00:00
Mathieu Arnold
018986ef67 Update to 0.28 2004-07-27 11:32:54 +00:00
Andrey A. Chernov
ea9c548604 Move 'limits' from start_precmd to start_cmd because with new localpkg
it affects all subsequent scripts.
2004-07-27 11:17:11 +00:00
Oliver Eikemeier
78990752ba Fix <http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html>
Obtained from:	gentoo cvs
2004-07-27 10:55:27 +00:00
Norikatsu Shigemura
2258725404 Update to 2004.07.27. 2004-07-27 10:54:45 +00:00
Oliver Eikemeier
b050b96032 pavuk digest auth buffer overflow 2004-07-27 10:40:29 +00:00
Oliver Eikemeier
bf05dd3ccd add Nessus "adduser" race condition and Dropbear DSS verification bug 2004-07-27 10:30:43 +00:00
Alex Dupre
9849983627 Update to 3.3.0 release. 2004-07-27 08:43:05 +00:00
Alex Dupre
070cb2804d Fix compilation of ndb with gcc 3.4.
Obtained from:	MySQL BitKeeper Repository
2004-07-27 08:25:17 +00:00
Kirill Ponomarev
21f21b268d Fix package build
Submitted by:	roam
2004-07-27 08:20:07 +00:00