| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
|
|
| |
- don't pollute CFLAGS with extra optimizer flags
- remove part of patch-ac which forces -pthread instead of -lc_r
(was included in the main distribution)
- don't name freebsd version in mit-pthreads/config/configure
explicitly. settings work for 2.*, 3.* and 4.*.
|
|
|
|
|
|
|
|
|
| |
The API for libmysqlclient was changed a bit for mysql322.
(xmysqladmin was written for mysql321.) So a db argument for
mysql_real_connect() is necessary now and mysql_init() has to be
called in order to initialize the connection struct.
Problem reported by: jhk
|
| |
|
|
|
|
| |
PR: 9685
|
| |
|
|
|
|
|
| |
PR: ports/9676
Submitted by: Palle Girgensohn <girgen@partitur.se>
|
|
|
|
| |
Forgotten by: sada
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: me
Submitted by: David Kelly <dkelly@nebula.tbe.com>
|
|
|
|
|
|
|
| |
Use a simple library dependency to mysql322.
The "autodetection" introduces more problems than it solves.
Requested by: Satoshi
|
|
|
|
| |
Found by: distfile checker
|
|
|
|
|
|
|
|
| |
The default is mysql322 now, but take mysql321 if it is installed.
(mysql321 installs a static libmysqlclient.a only, mysql322 installs a
static and shared version of the library. Note that the build dependency
to mysql321 is a no op actually. It is in there to improve understanding(?).)
|
| |
|
|
|
|
|
|
| |
Start up a /usr/ports/YEAR2000 file to provide a central location for all
software. Will be buildling a nightly run shell script to pull all the Y2K
variables from ports, so that the central list remains reasonably up to date...
|
|
|
|
|
|
|
|
| |
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)
Approved by: asami
|
|
|
|
|
|
|
| |
On October 12 this port was marked BROKEN_ELF by jsegar because it
depended on the then BROKEN_ELF databases/mysql321. mysql321 was
unBROKEN_ELF'd by jsegar 4 days later, but this port remained BROKEN_ELF
until now.
|
|
|
|
|
|
| |
- change my e-mail address from ibex@physik.TU-Berlin.DE to dirk@FreeBSD.ORG
- spaces to tabs
- add another MASTER_SITE for gmysql
|
|
|
|
| |
XForms has not been available for FreeBSD/alpha yet.
|
|
|
|
|
| |
According to T.c.X DataKonsultAB this is the recommended version now.
So remove NO_LATEST_LINK (and set it for mysql321).
|
| |
|
|
|
|
| |
Requested by: Andreas Klemm <andreas@FreeBSD.ORG>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/8667
Submitted by: Berend de Boer <berend@pobox.com>
|
| |
|
| |
|
|
|
|
| |
Submitted by: "Kurt D. Zeilenga" <Kurt@OpenLDAP.Org>
|
| |
|
|
|
|
|
|
| |
PR: ports/8803 (sorta)
Reviewed by: Scrappy (sorta)
Submitted by: billf
|
|
|
|
| |
Submitted by: Alec Wolman <wolman@cs.washington.edu>
|
|
|
|
|
| |
the right place so they will actually be run on the libraries, not some
text files.
|
| |
|
| |
|
|
|
|
|
| |
Caught by: A little perl script for INDEX generation that Satoshi
and I are working on. :)
|
|
|
|
|
|
|
| |
chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING
is defined.
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-------
cc -c -I/usr/local/pgsql/include -I/usr/local/include -O -pipe -DVERSION=\"1.6.1\" -DXS_VERSION=\"1.6.1\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE Pg.c
In file included from /usr/local/pgsql/include/postgres.h:40,
from Pg.xs:25:
/usr/local/pgsql/include/config.h:247: warning: `USE_LOCALE' redefined
/usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:342: warning: this is the location of the previous definition
Pg.xs: In function `XS_Pg_PQexec':
Pg.xs:300: sizeof applied to an incomplete type
Pg.xs: In function `XS_PG_conn_exec':
Pg.xs:702: sizeof applied to an incomplete type
*** Error code 1
Stop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-------
:
cc -c -I/usr/local/pgsql/include -I/usr/local/include/pgsql -I/usr/include/pgsql -I/usr/local/lib/perl5/5.00502/i386-freebsd/DBI -I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/DBI -I/usr/local/include -O -pipe -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE dbdimp.c
dbdimp.c: In function `dbd_db_ping':
dbdimp.c:135: dereferencing pointer to incomplete type
dbdimp.c:136: dereferencing pointer to incomplete type
dbdimp.c:140: dereferencing pointer to incomplete type
dbdimp.c:140: dereferencing pointer to incomplete type
dbdimp.c:141: dereferencing pointer to incomplete type
dbdimp.c:142: dereferencing pointer to incomplete type
dbdimp.c:146: dereferencing pointer to incomplete type
dbdimp.c:146: dereferencing pointer to incomplete type
dbdimp.c:146: dereferencing pointer to incomplete type
dbdimp.c:146: dereferencing pointer to incomplete type
dbdimp.c:147: dereferencing pointer to incomplete type
dbdimp.c:148: dereferencing pointer to incomplete type
*** Error code 1
Stop.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
From: Cyrus Rahman <cr@jcmax.com>
|
|
|
|
|
| |
PR: 8701
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
Reminded by: wosch
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
|