summaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong "version required"jseger1999-10-291-1/+1
| | | | | PR: ports/14544 Submitted by: Ade Lovett <ade@lovett.com>
* Distfile changed and MASTER_SITES was missing a '='cpiazza1999-10-252-2/+2
| | | | | PR: 14475 Submitted by: jack@germanium.xtalwind.net
* Upgrade to 1.13vanilla1999-10-236-10/+18
| | | | | PR: ports/14091 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* Upgrade to 3.22.27.dirk1999-10-1840-220/+560
|
* Update WWW: line in pkg/DESCRflathill1999-10-131-1/+1
| | | | | PR: ports/14287 Submitted by: ade@lovett.com
* Update to version 0.98cpiazza1999-10-104-13/+212
| | | | | PR: 13855 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Update to version 6.5.2.cpiazza1999-10-10112-308/+350
| | | | | | | | | | | | | | and.. <quote> This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. </quote> PR: 13838 PR: 13865 Submitted by: Palle Girgensohn <girgen@partitur.se>
* For backwards compatibility with FreeBSD 2.2.x due to it'scpiazza1999-10-051-1/+11
| | | | | | | | | | | | (apparent) lack of 's' support in ar. change: ar rcs libdbf.a ... to: ar rc libdbf.a ... ranlib libdbf.a PR: 14139 Submitted by: maintainer
* Activate dbf2mysqldan1999-10-031-0/+1
|
* A set of programs to convert a .dbf file to a MySQL tabledan1999-10-036-0/+73
| | | | | | | and vice versa. PR: ports/14097 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
* Point the user to a more internationally-friendly web site (englishcpiazza1999-09-301-2/+2
| | | | | | | instead of japanese) PR: 13755 Submitted by: maintainer
* Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can importfenner1999-09-302-0/+24
| | | | MUST_DISABLE_FPMASK.
* Update to 3.112pst1999-09-277-13/+26
| | | | Submitted by: Martti Kuparinen <martti@research.zopps.fi>
* Move the requirement to set GTK vars from fetch-depends: to pre-patch:.obrien1999-09-251-1/+1
| | | | | Some of us like to fetch stuff at work and take home. I could find nothing in the fetch stage that needed this information.
* Remove stale MASTER_SITE.dirk1999-09-2110-10/+0
|
* Remove mysqltutor.dirk1999-09-211-1/+0
|
* Add trailing slash to WWW: url.dirk1999-09-211-1/+1
|
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-182-2/+2
| | | | should be spelled corrcetly, although I rather liked "Emasc".
* - upgrade to 3.22.26adirk1999-09-1750-50/+450
| | | | | | | | | | | | - use --enable-assembler for ${ARCH}==i386 Requested by: Martin Nilsson <martin@filex.se> There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files, gcc will "hang" forever, because the assembler is called with '-' and noone is sending data. As a workaround use .S (capital s) files. Then cpp will be called prior to as and thus a pipe can be build.
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-173-3/+3
|
* Let the generated Makefiles install the perl modules.fenner1999-09-114-8/+18
| | | | | | (I'm not positive why there's a do-install: target at all, but since there are less than 5 minutes til the freeze I'm not going to investigate yet!)
* Move rrdtool examples from ${PREFIX}/share/rrdtool/examples tofenner1999-09-104-18/+22
| | | | | | ${PREFIX}/share/examples/rrdtool where they belong. Found by: looking for rrdtool examples in /usr/local/share/examples =)
* Remove mysql321.dirk1999-09-091-1/+0
| | | | We have mysql322-client/mysql322-server instead.
* Update rrdtool to 1.0.7fenner1999-09-084-16/+12
|
* mkdir ${PREFIX}/lib/perl5/site_perl/${PERL_VER} before trying to putfenner1999-09-072-0/+2
| | | | | | stuff there. Found by: http://bento.freebsd.org/errorlogs/3-full/rrdtool-1.0.0.log
* Changed $Id to $FreeBSDtaoka1999-09-062-2/+2
|
* Added ruby-postgrestaoka1999-09-061-0/+1
|
* A Ruby interface to PostgreSQL library.taoka1999-09-0610-0/+126
| | | | | PR: ports/12123 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
* - If ${OSVERSION} >= 320000 then use native threads (libc_r) by default.dirk1999-09-0411-140/+361
| | | | | | | | | | Set MIT_PTHREADS to use the supplied mit-pthreads. This is a workaround for PR ports/12824. - replace one occurance of gcc with ${CC} - don't use CFLAGS twice somewhere in mit-pthreads compilation (There is still one place left where CFLAGS are used twice.)
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3135-51/+51
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-302-2/+2
|
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-291-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-2930-30/+30
|
* ln -> ${LN}mharo1999-08-281-6/+6
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-2714-110/+110
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Upgrade to 3.22.25.dirk1999-08-2730-30/+30
| | | | | | This upgrade contains - as far as I can see - no functional change in regard to the port. But I'm tired of receiving requests or patches for an upgrade. People are focused on version numbers too much. *sigh* ;-)
* Change Id->FreeBSD.obrien1999-08-2574-74/+74
|
* chmod -> ${CHMOD}mharo1999-08-2228-102/+99
| | | | chown -> ${CHOWN}
* Round Robin Database Tool - store time-series data with averaging or otherfenner1999-08-2210-0/+190
| | | | | | | (lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* Remove MASTER_SITES and add IGNORE= comment about how to fetch.fenner1999-08-212-6/+16
| | | | | | | | There are enough ports with things like this, perhaps bsd.port.mk should handle this. PR: ports/10832 Submitted by: Nick Hibma <nick.hibma@jrc.it>
* Spelling correction: to -> too.cpiazza1999-08-2010-20/+20
| | | | Submitted by: Kelly Yancey <kbyanc@posi.net>
* - introduce DB_DIR variable to specify database directory ifdirk1999-08-1120-100/+270
| | | | | | | different from /var/db/mysql (e. g. make DB_DIR=/export/databases/mysql install) - put functionality of check_old_version into Makefile and remove check_old_version (good bye, good old friend...)
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-0210-10/+10
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Update to version 0.3.steve1999-08-015-54/+63
| | | | | PR: 12820 Submitted by: Dominik Brettnacher <domi@saargate.de>
* Update postgresql to 6.5.1andreas1999-07-2156-3360/+3542
| | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se>
* Fix checksum problem.obrien1999-07-141-1/+1
|
* update to 1.16mharo1999-07-124-10/+10
|
* Upgrade to latest version.markm1999-07-1024-60/+60
| | | | OK'ed by: maintainer
* Add two missing gifs.dirk1999-07-0910-0/+20
|
* Upgrade to 3.22.24.dirk1999-07-0530-40/+40
|
OpenPOWER on IntegriCloud