Commit Graph

29072 Commits

Author SHA1 Message Date
marcm
e6caf0b72a Don't pick up mozilla and make the moz plugin, noticed by Alexandre
Anriot.  Reinstall the gdk-pixbuf-loader since ld.so plays nice now.

Bump the package name.
2005-06-13 05:09:10 +00:00
naddy
87ab96bc13 maintenance update to 2.6.5: miscellaneous bug fixes 2005-06-12 20:35:51 +00:00
fgsch
2205543e7b drop maintainership. 2005-06-12 20:19:16 +00:00
david
0f58aa3763 take MAINTAINER 2005-06-12 16:52:20 +00:00
sturm
8dbd5a5624 rewrite cpu usage parts for openbsd to display usage of all cpus
on mp machines (based on new top code from fries@)

ok maintainer Peter Hessler <spambox at theapt.org>
2005-06-12 12:07:19 +00:00
sturm
d475393e05 update to expect 5.43.0
from Alexandre Anriot <aanriot at atlantilde.com>
2005-06-12 12:04:00 +00:00
espie
cfec340a83 make really really sure we don't get tremor includes from an installed
tremor port.
2005-06-11 14:03:17 +00:00
alek
0d0b980a3f Imported with wrong name. 2005-06-11 09:51:40 +00:00
alek
df3deb37a4 Add kpoppassd 2005-06-11 09:50:35 +00:00
alek
571f5e595a Import kpoppassd 0.5 (this time with correct name -- kpoppassd without w)
kpoppassd is a kerberos password changing daemon that behaves like
poppassd. It allows a user to change his/her password remotely without
having to login. This is particularly useful for webmail systems that
use imap (i.e. horde/imp). The daemon works exactly like the original
poppassd. The only difference being that this poppassd changes a user's
Kerberos 5 password.

From Antoine Jacoutot <ajacoutot@lphp.org>
2005-06-11 09:46:08 +00:00
alek
a008bf15c6 Import kpoppasswd 0.5
kpoppassd is a kerberos password changing daemon that behaves like
poppassd. It allows a user to change his/her password remotely without
having to login. This is particularly useful for webmail systems that
use imap (i.e. horde/imp). The daemon works exactly like the original
poppassd. The only difference being that this poppassd changes a user's
Kerberos 5 password.

From Antoine Jacoutot <ajacoutot@lphp.org>
2005-06-11 09:34:16 +00:00
jaredy
ff045fb738 oops, bump package name after config.h patch 2005-06-11 00:15:14 +00:00
jaredy
210206b110 fix one 64-bit bug, now "works" on amd64; ok naddy 2005-06-10 23:30:48 +00:00
naddy
8edfb59efb Add a missing file and regroup some files for specific flavors.
From: maintainer Gerardo Santana Gomez Garrido
2005-06-10 19:56:37 +00:00
sturm
4f718330ca use the gettext module instead of WANTLIB=intl
noticed by several
2005-06-10 17:07:43 +00:00
kevlo
2b7fb75b25 upgrade to svk 1.0 2005-06-10 06:41:52 +00:00
kevlo
c8bdbd92fd upgrade to 0.18 2005-06-10 06:11:58 +00:00
kevlo
6a21b0b0f3 update to 0.61 2005-06-10 06:04:55 +00:00
kevlo
2023f38a44 oops, forgot to add swig dependency 2005-06-10 05:41:36 +00:00
mjc
4774eafc09 update to version 4.14
from maintainer
2005-06-10 00:57:16 +00:00
pvalchev
f796d55ec4 teach it that amd64 is little endian 2005-06-09 22:16:06 +00:00
pvalchev
dcb68b12cd -fPIC where needed 2005-06-09 21:38:39 +00:00
robert
aa57b150b7 We don't have RTM_OLDADD and RTM_OLDDEL caused by the SIOCADDRT
and SIOCDELRT (4.3BSD routing table) ioctls anymore.
So don't try to use them.

ok naddy@
2005-06-09 20:44:08 +00:00
robert
8820791284 We don't have RTM_OLDADD and RTM_OLDDEL caused by the SIOCADDRT and SIOCDELRT (4.3BSD routing table) ioctls anymore. So don't try to use them.
ok naddy@
2005-06-09 20:42:37 +00:00
robert
da5fac2f2c SECURITY: update to 1.11.3
fixes a denial of service vulnerability
http://www.vuxml.org/openbsd/3f283964-d905-11d9-b5e0-00065bd5b0b6.html

ok rohee@ (maintainer)
2005-06-09 16:52:04 +00:00
kevlo
423f0cb6e4 remove libswig dependencies after updating swig to 1.3.24.
Pointed out by msf@
2005-06-09 14:47:15 +00:00
kevlo
8f79cca4d1 upgrade to 1.3.24 2005-06-09 07:50:54 +00:00
jolan
b4cb4f726b freshen 2005-06-09 01:57:22 +00:00
pvalchev
e5d63833dd use -fPIC -shared for building shared libraries 2005-06-09 01:34:16 +00:00
pvalchev
57bf519b16 kill unused NS protocol includes (about to disappear) 2005-06-09 01:25:43 +00:00
kevlo
0927e04714 upgrade to algotutor 0.8.5 2005-06-09 01:19:36 +00:00
pvalchev
2ff694bd81 -fPIC needed 2005-06-09 01:10:43 +00:00
pvalchev
7553fe8a95 sync 2005-06-09 01:05:55 +00:00
pvalchev
d99bc70d98 compile -fPIC since the library is used to link into other shared libs
(in p5-flowd, py-flowd etc.)
2005-06-09 00:59:03 +00:00
pvalchev
aea310895d kill xerox NS protocol includes that were not used anyway; no package change 2005-06-09 00:49:26 +00:00
fgsch
97dfc4ca97 fixes some nasty bugs where psyco can delete a var too earlier; from the
cvs repo; also uses WRKDIST rather than WRKSRC and bump package ver.
2005-06-08 22:24:01 +00:00
pedro
62688aae07 Update to ion-3ds-20050607, okay robert@ 2005-06-08 12:45:55 +00:00
pvalchev
5e311b4ecd sync, 3152 unzels 2005-06-08 08:06:20 +00:00
pvalchev
7b07349c1e clean commented out SUBDIRs we don't have; they will be added if needed 2005-06-08 03:58:55 +00:00
pvalchev
78ba0c63ae + yencode, wow 2005-06-08 03:56:05 +00:00
pvalchev
c6959321d2 + mytop, also forgotten long ago 2005-06-08 03:54:25 +00:00
pvalchev
2d096e4d12 + amarok which has been in the tree for months! 2005-06-08 03:51:59 +00:00
kevlo
504d8f751a upgrade to 1.24 2005-06-08 03:04:35 +00:00
fgsch
9e89d8850b add amule. 2005-06-07 19:05:27 +00:00
fgsch
b573f93bdb aMule is a peer to peer file sharing client, based on the well known eMule.
feedback and ok from jolan@ and pedro@; testing in sparc* and ppc would
be nice.
2005-06-07 17:24:49 +00:00
fgsch
db3c35ed92 correct wantlib as pointed out by Bernd Ahlers <b dot ahlers at ba-net dot org> 2005-06-07 17:20:20 +00:00
xsa
4b5c850ede use INSTALL_DATA_DIR instead of mkdir -p 2005-06-07 09:25:37 +00:00
mbalmer
abc9721ce4 Update to micq-0.5.0.4
From Bernd Ahlers, b.ahlers@ba-net.org.
2005-06-07 06:48:13 +00:00
kevlo
d4916d9484 upgrade to lftp 3.2.1 2005-06-07 02:49:58 +00:00
alek
609a50a01b Add 2.4 2005-06-07 01:13:52 +00:00