Commit Graph

18757 Commits

Author SHA1 Message Date
couderc
1f126955dd Update to 0.3.14, from Björn Sandell 2002-12-15 14:48:09 +00:00
espie
daa682abd9 Update to koffice-1.2.1 2002-12-15 13:08:12 +00:00
brad
29228c9852 upgrade to expect 5.38.0
--
From: new MAINTAINER -- Jolan Luff <jolan@cryptonomicon.org>
2002-12-15 00:22:03 +00:00
brad
a6b93425b7 typo in COMMENT 2002-12-15 00:00:53 +00:00
brad
b14ce80e80 need this too. 2002-12-14 23:57:37 +00:00
brad
d320bc2c54 upgrade to MySQL 3.23.54 2002-12-14 23:56:43 +00:00
fgsch
5fc0149b44 use the patch the author actually commited.
tested on macppc by pvalchev@.
2002-12-14 23:46:29 +00:00
sturm
c9ebe13829 remove hardcoded "-O" from compiler calls
naddy@ OK
2002-12-14 20:03:21 +00:00
espie
a00805f341 Small cosmetic change. Nicolas won't do it again... 2002-12-14 18:12:31 +00:00
espie
255768ca8b disallow infinite call chains of exit_cleanup
(this happened when the pipe to rsync got broken, because rsync would
then try to write to stderr, find out it didn't work, and call exit_cleanup,
which would then try it all over again... oops.
2002-12-14 18:06:58 +00:00
espie
bacb07a045 1.1.1, with a manpage from me, and a small usage patch. 2002-12-14 17:47:19 +00:00
espie
ffc683d0a4 and I forgot to makesum this as well.... I guess I'd better not commit
anything really important today.
2002-12-14 17:10:04 +00:00
espie
260e8643dd +circuit 2002-12-14 17:06:00 +00:00
espie
ea15a14c5b oops, fuck... doing a commit in one window, and checking something in
another window is a bad idea.
2002-12-14 17:03:52 +00:00
espie
0d579e838c circuit is a small logic puzzle, written by a friend of mine.
I asked him to release it under the BSD licence, and he agreed.
Thanks Nicolas !
2002-12-14 17:02:37 +00:00
naddy
9b9f40b842 Update to 0.5; from Sebastian Stark <seb@todesplanet.de>. 2002-12-14 16:04:12 +00:00
naddy
7fbde767f9 Maintainer asked to be removed. 2002-12-14 14:32:37 +00:00
naddy
fb93798063 - Toby revokes maintainership.
- Use gettext port rather than included copy.
2002-12-14 14:09:07 +00:00
brad
d525fdc3e6 upgrade to Samba 2.2.7a
--
MAINTAINER ok
2002-12-14 09:31:50 +00:00
fgsch
9843cf978e Update to dejagnu 1.4.3, copied from lang/egcs/dejagnu. 2002-12-14 09:02:02 +00:00
brad
7ae8b0f3ed upgrade to openbox 2.2.2 2002-12-14 08:42:33 +00:00
fgsch
8448bb3f1e fix signed problems on macppc; found by pvalchev@, fixes by pvalchev@ and
myself.
2002-12-14 08:36:40 +00:00
couderc
75964089f4 Fix LOCALBASE, noticed by Jim Geovedi. 2002-12-14 08:21:56 +00:00
naddy
0fe9eb2ce8 Update to 4.1.1: bug fixes, support for *BSD/sparc64 has been integrated. 2002-12-13 23:56:58 +00:00
jakob
bdfb426373 build with -O0 until propolice bug is fixed 2002-12-13 23:12:21 +00:00
jakob
2338cf9eba update to pine v4.51. this release does not introduce major new functionality.
instead, it addresses bugs found in earlier versions.
2002-12-13 22:19:00 +00:00
lebel
33d3ea2bdd update to the bmf mini-howto; from MAINTAINER 2002-12-13 21:40:25 +00:00
brad
2212d1892c remove the Perl modules for now. The ideal "fix" would be to fix the
naming of the damn Perl modules so they do not conflict with irssi's.
2002-12-13 16:28:31 +00:00
fgsch
65dc3e1fbe update to eboard 0.7.0. 2002-12-13 14:56:43 +00:00
lebel
ec8d3f09f9 update vim/stable to 6.1.263;
implements a new 'ruby' FLAVOR; thanks to Jim Geovedi <jim@corebsd.or.id>
2002-12-13 14:54:37 +00:00
fgsch
6e98edec2f SECURITY FIX: update to fetchmail 6.2.0. 2002-12-13 08:53:56 +00:00
pvalchev
44c9692895 sync with update-patches 2002-12-13 08:04:52 +00:00
pvalchev
8e99944cff solve more signed vs unsigned char issues by using correct types, some of
it was just a matter of making functions match their prototypes.....
ok maintainer Jose Nazario
2002-12-13 07:52:10 +00:00
pvalchev
fe4e7c5df9 getc returns int, not char; ok maintainers 2002-12-13 07:38:04 +00:00
pvalchev
a606fb2e0b do not check a char variable for -1 for error but for 0 correctly, as it
will never be -1; from maintainer andrey@smagin.com after being prompted
by me, from icewm CVS
2002-12-13 07:27:39 +00:00
pvalchev
ebc94b3e03 getc() returns int, not char - especially avoid problem on arches
where 'char' is unsigned and error returned; ok dugsong millert
2002-12-12 20:08:39 +00:00
jakob
a15c0d2b4a mark BROKEN 2002-12-12 14:57:59 +00:00
sturm
90d51b717a update to 0.91.1
minor bugfixes and some new features from the development branch
for deatils see HOMEPAGE

naddy@ OK
2002-12-12 09:11:58 +00:00
pvalchev
972bff3d84 lsof-4.65 2002-12-12 08:14:24 +00:00
pvalchev
e1d349d3ed kill trailing whitespace 2002-12-12 07:29:02 +00:00
pvalchev
bdfb335d0c There is no longer need to specify the type of sparc to lsof, remove
useless definitions which are no longer relevant to the source, and
thus make this port non-interactive on sparc.
2002-12-12 07:24:38 +00:00
naddy
eb59bb2c6c Tweaks from new maintainer Jim Geovedi <jim@corebsd.or.id>. 2002-12-12 01:25:36 +00:00
naddy
aecaae2f73 No more need for manual man page installation. 2002-12-12 01:18:54 +00:00
naddy
547c139402 SECURITY update to 0.3.2.2:
"Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found another security
vulnerability in w3m 0.3.2.x that w3m will miss to escape html tag
in img alt attribute, so malicious frame html may deceive you to
access your local files, cookies and so on."
2002-12-12 01:10:53 +00:00
pvalchev
9d70d2f293 do not assume char is signed by default; ok maintainer Ian 2002-12-11 23:31:20 +00:00
couderc
cf65a17c62 Fixed remaining gcc 2002-12-11 19:19:20 +00:00
pvalchev
a6e34f29e4 do not hardcore /usr/local... someone is not paying attention 2002-12-11 18:25:37 +00:00
marcm
48806b6686 Update to 0.14.0 which now handles -pthread without patching (hmpf "patch
from FreeBSD guys" indeed).

The included glib-1.2.8 is no longer built, instead our in-tree glib is
linked statically.  This avoids a reported problem on macppc arches.

ok avsm@
2002-12-11 17:17:08 +00:00
margarida
a585b554a8 Remove wrong dependency.
p5-Text-Balanced comes with perl v5.8.0.

Thanks to naddy@
2002-12-11 16:40:43 +00:00
sturm
e65a41ec9f - /usr/local -> ${LOCALBASE}
- remove NEED_VERSION

from Sebastian Stark

naddy@ OK
2002-12-11 16:38:24 +00:00