Commit Graph

30338 Commits

Author SHA1 Message Date
jolan
d32c5cbccb the tinygui special casing for zaurus didnt work. even if it did, it's
not desirable because then a package compiled on cats would be different
but the MACHINE_ARCH would be the same and that's not what we want.  so
make a tingyui flavor instead.
2005-10-20 06:49:50 +00:00
kevlo
894900115c update HOMEPAGE 2005-10-20 06:28:59 +00:00
jolan
f1af01523e remove 'don't close dlopened objects' ld.so workaround like kurt
did for other mozillaware
2005-10-20 05:32:01 +00:00
jolan
2af9696dbc when sqlite3 is compiled with -O2 on amd64, it crashes in the regression
tests.  this doesn't happen with any other optimization level so just
use -Os as it is the closest thing to -O2.

could use some help tracking this down...
2005-10-20 04:42:56 +00:00
jolan
e1acb7be44 +gajim 2005-10-20 04:22:12 +00:00
jolan
02b7ab86d8 gajim-0.8.2, jabber client written in PyGtk
thanks to fgsch@ for the python help/patches
2005-10-20 04:20:27 +00:00
fgsch
bc769d0a9e abiword only ships with 32bit dictionary versions and they won't fix this.
furthermore, external ispell dictionaries cannot be used since the included
ispell support has MAXSTRINCHARS defined to 128 when ispell switched to
512 5 years ago, which means they're not compatible.
therefore do not install bundled dictionaries and bump MAXSTRINGCHARS so
external dictionaries can be used. bad abiword!
2005-10-19 22:24:11 +00:00
naddy
4bcfe43cfc SECURITY:
Update to Debian revision 15.  Fixes buffer overflows for titles
in NIFF format images.
2005-10-19 18:35:43 +00:00
naddy
7a6b27f1d2 Mozilla.org bug 210658:
Fix hanging with non-standard HTML elements parsererror, sourcetext.
2005-10-19 15:21:21 +00:00
naddy
79f5804452 Mozilla.org bug 210658:
Fix hanging with non-standard HTML elements parsererror, sourcetext.
ok wilfried@
2005-10-19 13:08:12 +00:00
aanriot
7cddb35aff missing wantlib.
ok naddy@
2005-10-19 05:05:41 +00:00
naddy
f4258700e0 switch over to USE_LIBTOOL 2005-10-18 23:24:25 +00:00
espie
8d608837e8 fix naming issue, as reported by Eric Faurot. 2005-10-18 22:33:29 +00:00
espie
45dd8cea87 oops 2005-10-18 21:07:34 +00:00
aanriot
f98128e3e2 tweak to match makeinfo's signature even with a long source filename.
better pattern and ok espie@
2005-10-18 21:05:53 +00:00
niallo
59c2b2b63a link in stella/ 2005-10-18 19:53:00 +00:00
sturm
032523cbe5 as ickle still crashes, add --enable-debug to CONFIGURE_ARGS, so that
-g is not stripped from CFLAGS

requested by mpech, ok pval (maintainer)
2005-10-18 19:51:59 +00:00
niallo
e6a49ff077 import emulators/stella
DESCR:
Stella is a multi-platform Atari 2600 VCS emulator.

ok jolan@, tested by aanriot@ and steven mestdagh
<steven.mestdagh at esat.kuleuven.be>
2005-10-18 19:51:58 +00:00
espie
36da9b529d pre-fake -> pre-install 2005-10-18 19:11:02 +00:00
espie
14b8289bb7 needless use of pre-fake 2005-10-18 19:09:46 +00:00
espie
ae056dd3c4 pre-fake -> pre-install (needless use) 2005-10-18 19:08:31 +00:00
aanriot
c9199cbd23 - reorder includes (problem spotted by naddy)
- mirror a distfile which has gone away
- add a version number to cheat.zip
- cleanings

no binary change;
discussed with fgsch@ and Claudio Castiglia, ok naddy@
2005-10-18 19:08:00 +00:00
espie
e68a2c94a4 resurrect the i18n3 packages for koffice. 2005-10-18 18:32:55 +00:00
couderc
17fd2e4679 dropping maintainership 2005-10-18 17:33:20 +00:00
xsa
e0d7af2a3a Update to pyparsing-1.3.3; 2005-10-18 17:06:27 +00:00
saad
ab71b3bd05 Update to mailgraph 1.12; see
http://people.ee.ethz.ch/~dws/software/mailgraph/pub/CHANGES for
details.

ok jakob@
2005-10-18 15:31:55 +00:00
naddy
0c5fae9cf1 Update to 4.1.6.
Attention, all executable names have changed.
2005-10-18 14:12:35 +00:00
jakob
cfefa49110 fix memory overwrite bug; patch from Marcus Redivo 2005-10-18 10:02:12 +00:00
espie
b10604735f actual proper flavors. Kill disgusting hack. 2005-10-17 19:08:59 +00:00
espie
f8e8bb3420 someone fix that shit, please. 2005-10-17 18:59:50 +00:00
xsa
b5f0e86188 Update to rawdog-2.5; See http://offog.org/files/snapshots/rawdog/ChangeLog 2005-10-17 16:12:08 +00:00
espie
3e6d852324 update to 1.4.2, and finally activate the pgsql kexi support. 2005-10-17 15:15:40 +00:00
aanriot
1f64e141a4 the distfile has moved to ${MASTER_SITES}/old/.
ok jakob@
2005-10-17 14:45:42 +00:00
espie
b881b180de update i18n stuff to 3.4.3. 2005-10-17 14:11:01 +00:00
espie
efb28f465d Minor update to kde 3.4.3, mostly zap qt 3.3.5 patches that have been
integrated, recognize theora in multimedia.
i18n3 to come...
2005-10-17 11:28:23 +00:00
jolan
77f9ba1f0e +mp3splt 2005-10-17 04:40:57 +00:00
jolan
baa0dcf168 mp3splt-2.1c, split mp3/ogg files without decoding
from armin wolfermann
2005-10-17 04:39:12 +00:00
pvalchev
49beac3f28 move #ifdef __i386__ to actually include the inline x86 asm too
so this compiles on other arches, no binary change; ok avsm
2005-10-16 21:55:15 +00:00
espie
dab83dc1f0 continue gracefully if we don't manage to find an audio stream in some
cases.
2005-10-16 21:29:30 +00:00
wilfried
5e167e48a0 fix plists, ok brad@ 2005-10-16 18:16:27 +00:00
sturm
f6f8bc9943 distfiles w/o version numbers belong into DIST_SUBDIR 2005-10-16 18:04:18 +00:00
fgsch
ab7d19441b revert ttf removal until all the gd ports that depend on it are also
aware of this. report by sturm@. sorry about this.
2005-10-16 16:48:14 +00:00
avsm
2ca7d14245 - remove patch that is duplicated in distro
- trim configure patch for dup
- bump PKGNAME
From <andreas@zzlevo.net>
2005-10-16 15:52:31 +00:00
naddy
e7cffc11f6 SECURITY:
Update to 7.15.0.
libcurl's NTLM function could overflow a stack-based buffer if given
a too long user name or domain name.  CAN-2005-3185.
2005-10-16 15:31:39 +00:00
grange
68074f4cd2 Fix use-after-free bug found by our malloc guard, reported as
ickle crash by mpech@.

ok wilfred@ (maintainer) and pval@
2005-10-16 13:10:37 +00:00
brad
ceb2584d24 put in replacement mutex code for powerpc. resolves issues previously
reported with Cyrus and powerpc.

From: Evolution's CVS repo via Stuart Henderson <stu at spacehopper dot org>
2005-10-16 00:11:00 +00:00
kevlo
4b268e392f upgrade to 1.5.2 2005-10-15 04:00:13 +00:00
brad
2b3c9c28b2 recognize some other DLT types, this allows me to use dsniff on tun(4). 2005-10-15 03:21:12 +00:00
jsg
eb41425d19 Update to 2.43 which has a less restrictive license.
Remove MAINTAINER as email bounces.

ok sturm@
2005-10-15 00:20:53 +00:00
brad
a537b5498f Postfix 2.3 20051011 snapshot 2005-10-14 23:58:34 +00:00