Commit Graph

22585 Commits

Author SHA1 Message Date
brad
51f7138802 split GNOME support into a sub-package so we don't need
to drag in all of the GNOME support for wv2 and in turn
KOffice.

ok marcm@
2003-12-31 06:58:06 +00:00
kevlo
f5eda11303 use MODPY_DISTUTILS_BUILDARGS. Submitted by Xavier Santolaria. 2003-12-31 05:27:11 +00:00
espie
50feb7053c make it compile with gcc 3.3 2003-12-31 04:21:45 +00:00
espie
02ad252de6 implicit int are now obsolete with gcc3 2003-12-31 04:15:52 +00:00
espie
a7dde89537 /**/# -> XCOMM 2003-12-31 04:14:04 +00:00
espie
331bb9bd5f /**/# -> XCOMM 2003-12-31 03:39:36 +00:00
brad
c907cf467c revert previous change, this is not useable on a static system. 2003-12-31 02:42:39 +00:00
sturm
cb161ecf05 update to jdk 1.3.1-10
NO_SYSTRACE=Yes due to not recognizing the archive as a linux binary
2003-12-30 23:24:32 +00:00
pvalchev
cf5eb12e04 CONFIGURE_SHARED 2003-12-30 23:16:01 +00:00
pvalchev
60deebb1f8 static support 2003-12-30 23:05:08 +00:00
pvalchev
7cc8a0e416 sync with update-patches 2003-12-30 23:02:16 +00:00
pvalchev
d7ca02d336 move shared objects in PFRAG.shared 2003-12-30 22:59:28 +00:00
sturm
a9224a6694 update to abook 0.5.1
maintainer timeout, from Xavier Santolaria <xavier at santolaria dot net>
2003-12-30 22:44:39 +00:00
sturm
91a85f4eef distfile is only available as .tar.Z
from Xavier Santolaria <xavier at santolaria dot net>
2003-12-30 22:38:20 +00:00
sturm
30a52ed69b update to python 2.2.3, lots of bugfixes
from Aleksander Piotrowski <aleksander dot piotrowski at nic dot com dot pl>
2003-12-30 22:21:24 +00:00
sturm
9e8e9e2e26 s,/bin/bash,/bin/sh, in example scripts
from Han Boetes <han at mijncomputer dot nl>
2003-12-30 21:29:53 +00:00
wilfried
51842af595 use p5-DBD-mysql 2003-12-30 20:42:48 +00:00
wilfried
6096bb9ff1 add p5-DBD-mysql
remove p5-DBD-Msql-Mysql
2003-12-30 20:42:33 +00:00
wilfried
739db6a45d obsolete the old port 2003-12-30 20:42:01 +00:00
wilfried
ff6d175014 Import of DBD-mysql-2.9003
MySQL drivers for the Perl DBI
2003-12-30 20:41:29 +00:00
brad
85a181c1d5 move mysql_config to -client sub-package 2003-12-30 20:07:27 +00:00
wilfried
dc39a99c4d allow make regress to run all tests even if some fail, ok brad 2003-12-30 20:01:21 +00:00
espie
1b39f04123 Update to 1.6. Builds with gcc3 2003-12-30 19:59:16 +00:00
sturm
92b4c455e9 remove created directories, allows for clean uninstall of p5-Class-Container
if both where installed
2003-12-30 19:34:24 +00:00
espie
b9526f630b fix link for gcc3 2003-12-30 18:49:04 +00:00
espie
3fea5ca3f8 fix prototype 2003-12-30 18:44:40 +00:00
sturm
13adcc1494 more cleanups in preparation for 2.2 update and 2.3 import from
Aleksander Piotrowski <aleksander dot piotrowski at nic dot com dot pl>

- fix MASTER_SITES
- --without-pymalloc is not needed in 2.1 and 2.2 as it is disabled by default
  this will allow using it in 2.3
- some PREFIX -> LOCALBASE cleanup
- patch distributed pydoc instead of providing our own 3-liner
- some improvements on sparc64
- teach regression suite about openbsd
- regen some patch files
2003-12-30 17:05:30 +00:00
sturm
2d2a9b21c9 BUILD_DEPENDS on python, too 2003-12-30 15:03:49 +00:00
wilfried
73443206ab fix build for mysql 4 2003-12-30 14:07:57 +00:00
espie
e4dc136c95 zap multiline literals 2003-12-30 10:33:26 +00:00
espie
9be8f2e1d4 Fix prototypes so that they match actual ISO prototypes. 2003-12-30 10:07:48 +00:00
kevlo
caf3766f9c cleanup and add FALVOR. Submitted by Xavier Santolaria. 2003-12-30 09:32:45 +00:00
kevlo
ea47bb5d44 +py-iconvcodec 2003-12-30 09:23:44 +00:00
kevlo
7a3595445f Initial import iconvcodec-1.1.2.
This is universal unicode codec using iconv for Python.
2003-12-30 09:22:33 +00:00
brad
0a085096c2 fix a typo which I had fixed locally but I didnt re-run update-patches
Noticed by pb@
2003-12-30 08:47:02 +00:00
brad
48fbc80458 mark BROKEN for now. 2003-12-30 06:06:27 +00:00
brad
22182225c4 missed this one. 2003-12-30 05:58:51 +00:00
brad
f8f2fea305 upgrade to MySQL 4.0.17
LOTS of people have asked for this so here is my work in progress.
test as much as possible.
2003-12-30 05:57:30 +00:00
kevlo
2dd5a7be9a upgrade to version 2.6.4 2003-12-30 05:47:40 +00:00
brad
bc36076e0a allow this to compile with MySQL 4.x and up 2003-12-30 05:05:16 +00:00
jolan
e4a4ec3fe5 add cvsweb-in-chroot document, to be installed when it can be done in a
non-hacky way.

ok naddy@
2003-12-30 03:38:09 +00:00
jolan
70fe617f4a Update to 1.4.2. 2003-12-30 03:10:02 +00:00
espie
39d237d1b4 -Wtraditional warns for functions with ISO C declarations in gcc3.
Loads of useless bogus warnings.
2003-12-30 02:29:12 +00:00
espie
33e28d55ef Fix totally bogus misuse of token pasting. 2003-12-30 02:18:50 +00:00
espie
6f7c6fc4b3 /**/# -> XCOMM 2003-12-30 02:11:18 +00:00
naddy
3a544c1368 Sync list against what's actually built. espie@ told me so! 2003-12-30 02:08:19 +00:00
espie
b29f81604e zap multiline constants 2003-12-30 02:05:55 +00:00
naddy
0462ea15ec remove conflicting Carp::Clan I accidentally introduced 2003-12-30 02:02:48 +00:00
espie
93579f1968 go away, shoo! 2003-12-30 02:01:13 +00:00
kevlo
d6c7b94dae add license. Pointed out by Xavier Santolaria <xavier@santolaria.net> 2003-12-30 02:01:12 +00:00