summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update from 2.1 to 2.3.Jacques Vidrine1999-02-234-21/+21
| | | | Notes: svn path=/head/; revision=16866
* Add Bundle::DBI.3.Vanilla I. Shu1999-02-202-4/+6
| | | | Notes: svn path=/head/; revision=16797
* Use ${PERL} for substituting and not ${PERL5}.Dirk Froemberg1999-02-2020-60/+60
| | | | Notes: svn path=/head/; revision=16791
* Sync version number (5 -> 6) of libmysqlclient with mysql322.Dirk Froemberg1999-02-125-10/+10
| | | | Notes: svn path=/head/; revision=16654
* Fix this to use ${MOTIFLIB} properly.Satoshi Asami1999-02-121-2/+11
| | | | Notes: svn path=/head/; revision=16637
* Upgrade to 1.4.1.Dirk Froemberg1999-02-113-28/+25
| | | | | | | Requested by: Andreas Klemm <andreas@FreeBSD.ORG> Notes: svn path=/head/; revision=16631
* Fix PLIST: version for libmysqlclient.so was bumped from 5(.2) to 6(.0).Dirk Froemberg1999-02-1110-10/+10
| | | | Notes: svn path=/head/; revision=16617
* Upgrade to 3.22.16a-gamma.Dirk Froemberg1999-02-0840-80/+80
| | | | Notes: svn path=/head/; revision=16560
* Cleanups:Dirk Froemberg1999-02-0731-233/+434
| | | | | | | | | | | - 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.*. Notes: svn path=/head/; revision=16558
* Fix build error:Dirk Froemberg1999-02-041-1/+12
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=16536
* Forgot the PLIST changes.Steve Price1999-02-0414-56/+378
| | | | Notes: svn path=/head/; revision=16532
* Fix build for ELF and update PLIST to match the current state of affairs.Steve Price1999-02-0414-0/+224
| | | | | | | PR: 9685 Notes: svn path=/head/; revision=16531
* Upgrade to 3.22.15-gamma.Dirk Froemberg1999-02-0140-80/+80
| | | | Notes: svn path=/head/; revision=16464
* Upgrade to 1.06.Vanilla I. Shu1999-01-306-14/+12
| | | | | | | | PR: ports/9676 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=16430
* Another fix for 4.0-CURRENT.Dirk Froemberg1999-01-281-1/+1
| | | | | | | Forgotten by: sada Notes: svn path=/head/; revision=16415
* Fix path on web.tryc.on.caBill Fenner1999-01-272-4/+4
| | | | Notes: svn path=/head/; revision=16387
* Upgrade to 1.2016.Vanilla I. Shu1999-01-214-14/+16
| | | | Notes: svn path=/head/; revision=16242
* Unbreak this one.Vanilla I. Shu1999-01-214-20/+14
| | | | Notes: svn path=/head/; revision=16239
* Update from 6.4 to 6.4.2Andreas Klemm1999-01-1928-56/+42
| | | | | | | | Reviewed by: me Submitted by: David Kelly <dkelly@nebula.tbe.com> Notes: svn path=/head/; revision=16188
* Don't try to find out which mysql version is installed.Dirk Froemberg1999-01-185-31/+11
| | | | | | | | | | Use a simple library dependency to mysql322. The "autodetection" introduces more problems than it solves. Requested by: Satoshi Notes: svn path=/head/; revision=16183
* Most of the GNU master sites moved gdbm into a subdirectory last month.Bill Fenner1999-01-171-1/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=16089
* Change the dependencies to MySQL:Dirk Froemberg1999-01-145-12/+32
| | | | | | | | | | | 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(?).) Notes: svn path=/head/; revision=16048
* More Y2K Statement Links...Marc G. Fournier1999-01-1312-12/+36
| | | | Notes: svn path=/head/; revision=16024
* Add a Y2K= variable to Makefile pointing at Y2K statement for softwareMarc G. Fournier1999-01-1214-14/+42
| | | | | | | | | 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... Notes: svn path=/head/; revision=16019
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-118-82/+82
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=16010
* unBROKEN_ELF this port.Bill Fumerola1999-01-082-6/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=15935
* Some cleanups:Dirk Froemberg1999-01-081-8/+9
| | | | | | | | | - change my e-mail address from ibex@physik.TU-Berlin.DE to dirk@FreeBSD.ORG - spaces to tabs - add another MASTER_SITE for gmysql Notes: svn path=/head/; revision=15930
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.Hidetoshi Shimokawa1999-01-072-2/+8
| | | | | | | XForms has not been available for FreeBSD/alpha yet. Notes: svn path=/head/; revision=15906
* Upgrade to 3.22.14b-gamma.Dirk Froemberg1999-01-0550-230/+230
| | | | | | | | According to T.c.X DataKonsultAB this is the recommended version now. So remove NO_LATEST_LINK (and set it for mysql321). Notes: svn path=/head/; revision=15873
* Update to version 3.107-beta.Steve Price1999-01-043-5/+6
| | | | Notes: svn path=/head/; revision=15812
* Upgrade to 1.9Dirk Froemberg1998-12-273-24/+25
| | | | | | | Requested by: Andreas Klemm <andreas@FreeBSD.ORG> Notes: svn path=/head/; revision=15665
* Portlint.Satoshi Asami1998-12-262-8/+8
| | | | Notes: svn path=/head/; revision=15640
* mark this IS_INTERACTIVE due to interactive fetchDavid E. O'Brien1998-12-261-1/+2
| | | | Notes: svn path=/head/; revision=15636
* InterBase 4.0Jun Kuriyama1998-12-266-0/+246
| | | | | | | | PR: ports/8667 Submitted by: Berend de Boer <berend@pobox.com> Notes: svn path=/head/; revision=15626
* Activate interbase4.Jun Kuriyama1998-12-261-1/+2
| | | | Notes: svn path=/head/; revision=15625
* Upgrade to 3.22.13-beta.Dirk Froemberg1998-12-2460-310/+360
| | | | Notes: svn path=/head/; revision=15549
* Fix typo error.Vanilla I. Shu1998-12-234-10/+10
| | | | | | | Submitted by: "Kurt D. Zeilenga" <Kurt@OpenLDAP.Org> Notes: svn path=/head/; revision=15547
* BROKEN='fetch -- 3.22.13-beta is the current distfile'David E. O'Brien1998-12-2320-20/+60
| | | | Notes: svn path=/head/; revision=15543
* respect CFLAGS, not set it.Bill Fumerola1998-12-2314-14/+112
| | | | | | | | | PR: ports/8803 (sorta) Reviewed by: Scrappy (sorta) Submitted by: billf Notes: svn path=/head/; revision=15532
* Upgrade to 3.22.11-beta.Dirk Froemberg1998-12-2250-520/+420
| | | | | | | Submitted by: Alec Wolman <wolman@cs.washington.edu> Notes: svn path=/head/; revision=15493
* Fix bogon in previous commit by scrappy -- move ldconfig lines back toSatoshi Asami1998-12-2214-28/+28
| | | | | | | | the right place so they will actually be run on the libraries, not some text files. Notes: svn path=/head/; revision=15469
* Fix typo in MASTER_SITES.Bill Fumerola1998-12-1120-40/+40
| | | | Notes: svn path=/head/; revision=15291
* Update MASTER_SITES.Bill Fumerola1998-12-1120-80/+120
| | | | Notes: svn path=/head/; revision=15290
* Remove the trailing '/' from *_DEPENDS definitions.Steve Price1998-12-073-12/+12
| | | | | | | | Caught by: A little perl script for INDEX generation that Satoshi and I are working on. :) Notes: svn path=/head/; revision=15164
* Don't try to be too fancy about using ps to find its flags, it breaksSatoshi Asami1998-12-0130-120/+460
| | | | | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer Notes: svn path=/head/; revision=14972
* Mark this broken.Satoshi Asami1998-11-281-1/+3
| | | | | | | | | | | | | | | | | | | ------- 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. Notes: svn path=/head/; revision=14924
* Mark this broken:Satoshi Asami1998-11-282-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | ------- : 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. Notes: svn path=/head/; revision=14923
* Add PKGNAME without the "v" in version number.Satoshi Asami1998-11-2414-14/+28
| | | | Notes: svn path=/head/; revision=14857
* Add shlib minor != 0.Satoshi Asami1998-11-2410-10/+10
| | | | Notes: svn path=/head/; revision=14850
* Update of postgresql bumped libpq version number from .1 -> .2Jacques Vidrine1998-11-231-2/+2
| | | | Notes: svn path=/head/; revision=14829