| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: Dr. Jurgen K. Lang <jkl@astorit.de>
|
|
|
|
|
| |
PR: 40068
Submitted by: svenasse@polaris.ca
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
|
| |
|
|
|
|
| |
on python1.5:lang/python15.
|
| |
|
|
|
|
| |
obsolete in the nearest future.
|
|
|
|
|
|
|
|
|
|
|
|
| |
custom Makefile for this purpose, which led to resulting module
being bloated (~600K) by linking all Python code from libpython1.5
into it. With this patch the module will use standard Python's way
to build supplemental modules, which should generally be cleaner.
Other good sideeffect is that after this patch resulting module
is only 20K in size.
PR: ports/17893
Submitted by: Maxim Sobolev <sobomax@altavista.net>
|
|
|
|
|
|
|
| |
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
|
| |
|
|
via Python.
PR: 13583
Submitted by: Dominik Rothert <dr@domix.de>
|