aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* A graphical ERD designer. It's a bit rough, but give it a version or twoalane2003-01-025-0/+76
| | | | | more. This port is up for maintainership grabs, so I hope somebody takes it and sticks with it. I'm just putting it here.
* Update PostgreSQL to 7.3.1. Fix spac64[1].seanc2003-01-023-11/+21
| | | | | | PR: ports/46666 Submitted by: [1] "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl> Obtained from: [1] PostgreSQL repo
* upgrade to 0.2.4ijliao2003-01-024-8/+46
| | | | | PR: 44958 Submitted by: Ports Fury
* Update to 0.22(based on SQLite 2.7.4). pkg-descr minor fix with WWW:.nork2003-01-026-12/+16
|
* Update to 2.4.3b.knu2003-01-022-2/+3
|
* Update to 0.1.8, which is compatible with the latest ruby 1.8.knu2003-01-023-4/+138
|
* Update to 0.3.8, which is compatible with the latest ruby 1.8.knu2003-01-023-6/+320
|
* Update to 0.2.9.knu2003-01-022-2/+2
|
* Fix master site (doesn't fetch) and change homepage.obraun2002-12-232-2/+2
| | | | | PR: ports/46495 Submitted by: maintainer
* Update the maintainer's email.petef2002-12-231-2/+2
| | | | | PR: 45883 Submitted by: maintainer
* update maintainer's emailijliao2002-12-231-1/+1
| | | | | PR: 45884 Submitted by: maintainer
* The sqlrelay project moved to SourceForge.knu2002-12-212-4/+3
| | | | | PR: ports/46356 Submitted by: Mark Stosberg <mark@summersault.com>
* Update gauche & gauche-gdbm to 0.6.6.knu2002-12-181-1/+1
| | | | | | | | | | | | | | | | | From the freshmeat announcement: A number of bugs are fixed, including a gauche.net bug and do-form compilation bug which were sometimes the cause of crashes. Several new modules are added, including message digest libraries (rfc.md5, rfc.sha1, rfc.hmac, and util.digest), thread-local parameter support, and port seek. Other enhancements include string split to take strings and a regexp as a splitter. Unfortunately, this does not fix the build failure on alpha. It is still under investigation. PR: ports/46284 Submitted by: Erik Greenwald <erik@smluc.org> (MAINTAINER) Approved by: portmgr (knu)
* Set MAINTAINER back to the submitter. He is now reachable again.knu2002-12-181-1/+1
| | | | Submitted by: Erik Greenwald <erik@smluc.org>
* Do not build profiled libraries on 5-CURRENT, where g++ -pg producesknu2002-12-184-3/+65
| | | | | | | | strange function calls that the assembler cannot understand. Submitted by: bento, kris http://bento.freebsd.org/errorlogs/i386-5-latest/sqlrelay-0.32.log
* make USE_LIBTOOL actually workingdirk2002-12-179-90/+162
| | | | Submitted by: sobomax
* Upgrade to 3.23.54.dirk2002-12-1554-477/+405
| | | | | | | | | This fixes a security hole which is remotely exploitable. See http://security.e-matters.de/advisories/042002.html for details. Submitted by: sobomax Approved by: sobomax
* Mark as FORBIDDEN - multiple security vulnerabilities exist. Seesobomax2002-12-139-0/+18
| | | | | | http://security.e-matters.de/advisories/042002.html Submitted by: Constantin Deribin <deribin@portaone.com>
* Make databases/adodb fetchable again.edwin2002-12-123-4/+7
| | | | | | | | Update to verison 2.50. Implicit approval by portmgr@ because the old files weren't fetchable anymore. PR: ports/46022 Submitted by: Mark Linimon <linimon@lonesome.com>
* add ONLY_FOR_ARCHS, sparc64 has conflicting typesdinoex2002-12-121-0/+1
|
* Fix Build with recent bisonarved2002-12-111-0/+11
| | | | | PR: 46057 Submitted by: Aries <aries@mindworks.hu>
* Fix MASTER_SITESdinoex2002-12-101-1/+2
| | | | | | http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html PR: 46069 Submitted by: never@nevermind.kiev.ua
* Catch up with the Ruby Application Archive's URL scheme change.knu2002-12-081-1/+1
|
* Update WWW.knu2002-12-081-1/+1
|
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. Thisknu2002-12-072-13/+18
| | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris
* Use -fPIC instead of -fpic to fix build on sparc64kris2002-12-031-0/+11
|
* Mark Broken on CURRENT. Drop Maintainershiparved2002-12-021-2/+8
| | | | | PR: 45908 Submitted by: Christian Brueffer <chris@unixpages.org>
* Synchronize PORTVERSION with lang/gauche's. This fixes packaging.knu2002-12-011-1/+1
|
* Claim maintainership as the creator of these ports until the previousknu2002-11-281-1/+1
| | | | maintainer becomes reachable again.
* Fix the build by removing superfluous LDFLAGS from MAKE_ARGS.knu2002-11-281-2/+1
|
* Drop maintainership.des2002-11-281-1/+1
| | | | Approved by: portmgr (kris)
* Update PostgreSQL-devel to 7.3 release. Once the ports freeze is over theseanc2002-11-282-11/+11
| | | | | | | | | | | mainline postgresql7 port will be updated. 7.3 introduces many new features, most notably schemas, drop column, table functions, and prepared queries were added in this release. Please read the release notes for details. http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3 Approved by: portmgr
* Sort entries.knu2002-11-281-1/+1
|
* This library should always have been linked with c++, rather thanmi2002-11-271-0/+1
| | | | | | | | | | | | cc, but we were able to get away with it previously. Not any more. Set CC to ${CXX} (something bsd.lib.mk should be doing for us!) to avoid unresolved __gxx_personality_v0 when trying to load the package into the Tcl interpreter at run-time. No PORTREVISION bump, since the port did not build on -current until 5 minutes ago, and the problem does not affect -stable. Not Approved by: portmgr (Linnex would too cruel and too unusual anyway)
* The newer, kinder C++ does not like it, when the default valuesmi2002-11-271-0/+23
| | | | | | | | | | for functions' arguments are specified twice -- in the declaration (sql-mysql.h) and in the definition (sql-mysql.cc). The added patch removes the redundant defaults from the functions' definitions and fixes the build on -current. Submitted by: bento Not Approved by: portmgr -- no approval requested, since port did not build
* Point the WWW tag to the SourceForge too.mi2002-11-251-1/+1
|
* Fix master-site for databases/tcl-Mysqledwin2002-11-241-1/+2
| | | | | PR: ports/45668 Submitted by: Glenn Trewitt <trewitt@trewitt.org>
* upgrade to mytop-1.2leeym2002-11-242-2/+2
| | | | Noticed by: Szymon Grabowski <simonaway@implix.com>
* New port: databases/gbibedwin2002-11-237-0/+54
| | | | | | | | gBib is an editor/browser for BibTeX bibliographic database files. PR: ports/35355 Submitted by: Christian Brueffer <chris@unixpages.org>
* Maintainer springcleaning of his Makefilesedwin2002-11-233-99/+135
| | | | | PR: ports/45514 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
* Maintainer updateedwin2002-11-2311-27/+37
| | | | | | | (also added WWW-field to pkg-descr to make portlint happy) PR: ports/45582 Submitted by: Chris Knight <chris@aims.com.au>
* Maintainer updateedwin2002-11-231-4/+4
| | | | | PR: ports/45583 Submitted by: Chris Knight <chris@aims.com.au>
* Add p5-DBIx-DBSchema 0.21, an OO-interface to database schemas.nork2002-11-236-0/+57
| | | | | PR: 38013 Submitted by: Peter Avalos <pavalos@theshell.com>
* Fix MASTER_SITES.dirk2002-11-229-36/+54
|
* Fix MASTER_SITES.dirk2002-11-222-3/+6
|
* Update the pkg-plist for phpPgAdmin.seanc2002-11-221-2/+3
| | | | Approved by: nbm (maintainer)
* fix make package errorijliao2002-11-218-8/+0
| | | | Noted by: kris
* Updated PostgreSQL to 7.3 rc1.seanc2002-11-212-10/+10
|
* fix build on -currentijliao2002-11-205-0/+55
| | | | | PR: 45464 Submitted by: maintainer
* - Do not install useless .la filesijliao2002-11-2032-7152/+7448
| | | | | | | - Utilize NOPORTDOCS PR: 45446 Submitted by: Ports Fury
* upgrade to 2.73ijliao2002-11-206-24/+52
| | | | | PR: 45424 Submitted by: Ports Fury
* Our configure tupple is ${ARCH}-portbld-freebsd${OSREL}.obrien2002-11-201-1/+1
|
* strmov() is a macro for strcpy() and obsolete in libmysqlclient.edwin2002-11-191-0/+19
| | | | Noticed on: bento
* /usr/bin/chgrp -> ${CHGRP}arved2002-11-192-4/+4
| | | | | PR: 39972 Submitted by: Scott Flatman <sf@dsinw.com>
* fix previous patch, which patches generated fileijliao2002-11-181-4/+4
| | | | | PR: 45387 Submitted by: maintainer
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-181-1/+1
|
* Maintainer updateedwin2002-11-182-10/+9
| | | | | PR: ports/45364 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
* WITH_XCHARSET is independent of WITH_CHARSET.dirk2002-11-179-9/+9
| | | | | PR: ports/45173 Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
* Patch for Ruby 1.7.seanc2002-11-171-0/+48
| | | | Approved by: maintainer (knu)
* Maintainer update for -current buildingedwin2002-11-161-0/+11
| | | | | PR: ports/45228 Submitted by: Chris Knight <chris@aims.com.au>
* upgrade to 0.06ijliao2002-11-162-2/+2
| | | | | PR: 45280 Submitted by: maintainer
* Make databases/zpygresqlda building again.edwin2002-11-152-3/+12
| | | | Noticed on: bento
* Bump PORTVERSION for CXX=${CC} in mysql323-server.dirk2002-11-139-9/+9
|
* -STABLE exits with signal 11 while connecting via TCP/IP if emptydirk2002-11-1318-45/+81
| | | | | | | | prototypes are used. -CURRENT needs empty prototypes to build. Use __FreeBSD_version to differentiate. Set CXX to $CC on -STABLE again to get around stability problems under heavy load.
* 1. fix memory allocatorijliao2002-11-1315-445/+65
| | | | | | | 2. remove extra files I forgot last commit PR: 45253 Submitted by: maintainer
* fix for different tcl versionssada2002-11-132-2/+17
| | | | | | PR: ports/42010 Submitted by: unknown -- see the PR Approved by: maintainer
* Update to 1.14.naddy2002-11-132-2/+2
| | | | | PR: 44898 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* upgrade to 2.7.3ijliao2002-11-124-6/+6
| | | | | PR: 45203 Submitted by: maintainer
* Add SuperServer buildijliao2002-11-12105-910/+2120
| | | | | | | | Remove perl from scripts Remove scripts + consolidate into pkg-install PR: 45185 Submitted by: maintainer
* Don't remove system directories share/java, share/java/classes, andkris2002-11-112-4/+0
| | | | share/doc
* FreeBSD has broken realpath(3), too.dirk2002-11-1118-81/+153
| | | | | PR: ports/44784 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Set limits from user mysql before starting mysqld.dirk2002-11-1118-9/+18
| | | | Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru>
* Only kill mysqld we started. Don't kill all mysqld.dirk2002-11-119-36/+108
| | | | Submitted by: Submitted by: sobomax (modified by me a bit)
* Only kill mysqld we started. Don't kill all mysqld.dirk2002-11-1118-36/+99
| | | | Submitted by: sobomax (modified by me a bit)
* Fix build on 5.0-CURRENT.dirk2002-11-119-0/+99
| | | | Submitted by: sobomax
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1192-88/+46
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Update to PostgreSQL 7.3 beta 5.seanc2002-11-092-10/+10
|
* Do not install useless .la file.naddy2002-11-096-10/+100
| | | | | PR: 44484 Submitted by: Ports Fury
* Remove -fnopermissvearved2002-11-093-1/+22
| | | | | PR: Craig Rodrigues <rodrigc@attbi.com> Submitted by: 42785
* And update to 1.0.13 (submitted at the end of october while theedwin2002-11-082-2/+2
| | | | | | | previous commit was around september) PR: ports/44742 Submitted by: Alex Rodioukov <simuran@shaw.ca>
* Maintainer update to version 1.0.11.1edwin2002-11-083-3/+20
| | | | | PR: ports/42432 Submitted by: Alex Rodioukov <simuran@shaw.ca>
* Put a copy of the distfile on MASTER_SITE_LOCAL. www.firstworks.comknu2002-11-081-1/+3
| | | | has been down these days.
* add gqlplus, the SQL*PLUS with commandline editing, history, andleeym2002-11-086-0/+41
| | | | | | | table/column name completion Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseedwin2002-11-071-2/+3
| | | | | | and french/cups-base) Noticed on: bento
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0786-43/+86
| | | | Approved by: pat
* - Fix LIB_DEPENDSijliao2002-11-075-24/+18
| | | | | | | - Fix build when WITHOUT_X11 is defined PR: 44963 Submitted by: Ports Fury
* upgrade to 0.5.1ijliao2002-11-075-4/+45
| | | | | PR: 44962 Submitted by: Ports Fury
* upgrade to 0.6.6ijliao2002-11-076-7/+29
| | | | | PR: 44961 Submitted by: Ports Fury
* upgrade to 2.51ijliao2002-11-076-34/+35
| | | | | PR: 44960 Submitted by: Ports Fury
* Update to 0.10yoichi2002-11-062-3/+3
|
* Port update submitted by maintainernsayer2002-11-0613-13/+39
| | | | | PR: ports/44983 Submitted by: girgen@pingpong.net
* - Update to 2.4.8dinoex2002-11-065-20/+44
|
* Upgrade to 1.12.obraun2002-11-064-10/+19
| | | | | PR: ports/44947 Submitted by: maintainer
* Updated PostgreSQL to 7.3beta4. This version fixes all known problemsseanc2002-11-052-11/+11
| | | | | | | | on -CURRENT and should be the last release before rc1. Updated the optimized CFLAGS as well. PR: ports/44893 Submitted by: Vladimir Chukharev <chu@gpi.ru>
* The Sybase driver for Ruby-DBI has been (officially) broken for quiteknu2002-11-055-52/+0
| | | | some time, so remove the port.
* Add jdb(1.11), JDB manipulates flat-ASCII databases from shell scripts.nork2002-11-046-0/+87
| | | | | PR: ports/39957 Submitted by: Lars Eggert <larse@ISI.EDU>
* Lots of perl in the install-scripts.edwin2002-11-041-0/+1
| | | | Noticed by: bento
* Lots of perl in the install-scriptsedwin2002-11-045-0/+5
| | | | Noticed by: bento
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | And some ports have USE_PERL5=yes now.
* PERL -> REINPLACEedwin2002-11-046-12/+18
| | | | Noticed on: bento
* PERL -> REINPLACE_CMDarved2002-11-041-1/+2
| | | | | PR: 39972 Submitted by: Scott Flatman <sf@dsinw.com>
* Update to 0.21 (based on SQLite 2.7.2)nork2002-10-314-4/+4
|
* The Gnats homepage has moved.des2002-10-291-1/+1
| | | | | PR: ports/43987 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* Add missing directorykris2002-10-281-0/+1
|
* Update to 0.2.8. It seems PostgreSQL 7.3.x is now supported (notknu2002-10-283-2/+7
| | | | tested by me).
* Update postgresql-devel to 7.3 beta3 and add a make check to performseanc2002-10-282-13/+24
| | | | | | | | | the regression tests[1]. Update the MASTER_SITES list so that it isn't painfully slow to obtain the tarballs. Added several new US mirrors to help distribute the load. An initdb is required when upgrading. PR: ports/44526 Submitted by: [1] Vladimir Chukharev <chu@gpi.ru>
* Now that lang/python is updated to version 2.2, it is not necessary toknu2002-10-281-1/+0
| | | | set (override) PYTHON_VERSION anymore.
* Make ruby-sqlrelay compile.knu2002-10-281-0/+12
|
* Make java-sqlrelay compile even if lang/gcc3[0123] (gcj) is installed.knu2002-10-281-0/+11
|
* Update to 0.32.knu2002-10-284-17/+46
| | | | USE_REINPLACE.
* Add missed RUN_DEPENDS.sobomax2002-10-262-0/+2
|
* Remove gnomedb2.marcus2002-10-251-1/+0
|
* Nuke gnomedb2 in favor of mergeant.marcus2002-10-258-215/+0
|
* Update to 0.8.199.marcus2002-10-2512-14/+44
|
* Update to 0.18.petef2002-10-252-4/+2
|
* Update Ruby/DBI and DBD modules to 0.0.18.knu2002-10-242-2/+2
|
* - Make this port a subport of databases/postgresql7, since the development ofwjv2002-10-239-77/+74
| | | | | | | | | | | | PyGreSQL has been folded into that of PostgreSQL itself. - This update effectivly takes PyGreSQL to version 3.3, which is distributed with PostgreSQL 7.2.3. - Byte-compile installed modules to ensure clean deinstallation. - Install documentation under $DOCSDIR. - Remove Makefile from $FILESDIR - not required anymore. - Remove patch-pgdb.py - not required any longer. - Add two patches to ensure installation is $PREFIX-clean. - Update pkg-comment and pkg-descr to reflect the current status of the port.
* Update Dominik Rothert's (MAINTAINER) email address.fenner2002-10-231-1/+1
| | | | Submitted by: Dr. Jurgen K. Lang <jkl@astorit.de>
* upgrade to 0.4ijliao2002-10-237-76/+23
|
* Unbreak on -current.sobomax2002-10-215-0/+50
| | | | Submitted by: bento
* Unbreak on current. This should unlock another 6 packages that depend on db2.sobomax2002-10-211-0/+1
| | | | Submitted by: bento
* Upgrade to 3.23.52.dirk2002-10-2127-216/+225
|
* Fix build on -current (remove dependencies on obsolete system headers).kris2002-10-211-6/+5
| | | | These hardcoded dependencies are probably wrong.
* Update port to version 1.01.olgeni2002-10-202-2/+2
|
* Add missing USE_XLIB=yeskris2002-10-201-0/+1
|
* Update to 1.0.40.demon2002-10-184-10/+4
|
* add tinycdb 0.72ijliao2002-10-186-0/+36
| | | | Analogous to cdb, but faster
* Add checksums for Python-2.2.2.perky2002-10-171-1/+1
| | | | Approved by: tg
* MASTER_SITE is moved.perky2002-10-161-1/+1
| | | | | PR: 43585, 43586 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Update to 0.7.0.knu2002-10-166-10/+8
|
* Reset maintainership to ports, due to the original author'smi2002-10-159-66/+76
| | | | | | | | | | | | | | | | | | timeout (the previous timeout also noted in the cvs-log -- 2 years ago). Upgrade to the latest sqsh-2.1. Build with readline and motif, unless WITHOUT_X11 is set (plain --with-x results in a rather hard to use X support, author recommend Motif too). Remove the bogus dependency on gettext introduced in Makefile version 1.2 -- the (unpatched) software will, indeed, link with libintl, if present -- mistaking it for Sybase OpenClient's libintl. Install the system-wide sqshrc as ${PREFIX}/etc/sqshrc.default, and allow for another system-wide ${PREFIX}/etc/sqshrc to overwrite some or all of the default settings. PR: ports/40374 (readline and X/Motif)
* Update to version 0.6.5.naddy2002-10-156-60/+81
| | | | | PR: 43782 Submitted by: Ports Fury
* add tdb 1.0.6ijliao2002-10-126-0/+43
| | | | Trivial Database
* Update WWW.knu2002-10-111-1/+1
| | | | | PR: ports/43871 Submitted by: Alex Zepeda <freebsd@blarf.homeip.net>
* Set DIST_SUBDIR=ruby like other ruby module ports.knu2002-10-112-1/+2
| | | | (No response from MAINTAINER yet, but this wouldn't hurt anything)
* - Enable --with-pthreads option.ijliao2002-10-102-16/+25
| | | | | | | | - Add WITH_GUI support(not default). PR: 36129 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Approved by: maintainer timeout
* Remove p5-MyObject due the prolonged disappearance of it's homepagejedgar2002-10-096-46/+0
| | | | and distfile.
* Remove http://www.ruby-lang.org/~knu/backup/ from MASTER_SITES, nowknu2002-10-081-2/+1
| | | | that bsd.ruby.mk adds a backup site to MASTER_SITE_BACKUP.
* Upgrade to DBD-Sybase-0.94.sheldonh2002-10-083-6/+5
|
* Use in-place editing to replace <malloc.h> with <stdlib.h>.sheldonh2002-10-082-2/+6
| | | | | Bump PORTREVISION accordingly, since the affected files were installed even in -CURRENT, where they couldn't be used to build stuff.
* Use RUBY_MOD*.knu2002-10-0737-348/+350
|
* Reflect *_RD renaming.knu2002-10-071-5/+3
|
* Update to 7.2.3 and maintainer's email address. All advised to updatepat2002-10-0639-182/+104
| | | | | | | to this version as soon as possible. Check PR description. PR: ports/43676 Submitted by: maintainer
* Respect LOCALBASE and remove py-mx-base as a build dependency.pat2002-10-061-3/+2
| | | | | | | Use tab in place of whitespace as well. PR: ports/43570 Submitted by: maintainer
* BROKEN: Does not compilekris2002-10-061-0/+2
|
* Update Ruby/DBI and DBD modules to 0.0.17.knu2002-10-055-7/+3
|
* Updated to 7.3b2. Many improvements and bug fixes over previous beta.seanc2002-09-293-33/+12
| | | | | | | The location of the distfiles has changed with this release, compensate accordingly. Re-initdb required. Approved by: portmgr/knu (mentor)
* Add dependency on gettext, since there appears to no longer be ankris2002-09-292-4/+13
| | | | included gettext in this port.
* Hopefully unbreak this port:glewis2002-09-285-1/+352
| | | | | | | | | | | | | . Add many missing dependencies. . Add patches to get some of the optional components compiling. . Update packing list to match files in fixed build. After the port freeze we need to: . Update to 0.99-4. . Add make knobs for the optional components. . Get the remaining optional components compiling. Approved by: bento
* Send this to the Attic (when it was marked FORBIDDEN, Mir was stilltrevor2002-09-277-255/+0
| | | | | | | in orbit). Approved by: Berend de Boer (maintainer) advisory: FreeBSD-SA-01:26.interbase
* Hook postgresql-devel up to the buildseanc2002-09-241-0/+1
| | | | Approved by: knu (mentor) && portmgr
* Adding a development port for PostgreSQL. postgresql-devel will have itsseanc2002-09-2414-463/+205
| | | | | | | | distfiles periodically updated to track PostgreSQL between major releases. Port is repo copied from databases/postgresql7 and has been updated to 7.3b1. Approved by: portmgr && knu (mentor)
* Correct a *_DEPENDS entry. SQL/Statement.pm installed byknu2002-09-232-2/+2
| | | | | | | databases/p5-SQL-Statement lives right under ${PERL_VER}, not under ${PERL_VER}/${PERL_ARCH}. Submitted by: bento
* Make this fetchable.marcus2002-09-232-2/+2
|
* Fix braino: add USE_REINPLACE.will2002-09-211-0/+1
|
* Update to 1.3.12, which works on KDE3.will2002-09-213-15/+10
|
* KDE2 only. Too far gone, no kde3, won't even configure.alane2002-09-219-115/+0
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-218-8/+8
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Unbreak by updating the sqlite dependeny, now that sqlite has beenknu2002-09-202-3/+4
| | | | | | | given a proper shlib major. PR: ports/42354 Submitted by: Gerhard Haering <gerhard.haering@gmx.de>
* Renumber the shlib major 2 instead of 0, which was unwantedknu2002-09-206-14/+38
| | | | | | | | regression. While I'm here, add libtclsqlite.la to ALL_TARGET so the libtclsqlite library is properly built in the build stage instead of the install stage.
* upgrade to 0.60ijliao2002-09-2014-146/+50
| | | | | PR: 42735 Submitted by: Ports Fury
* Update to 0.3.5. (adapted for db 4.1.24)knu2002-09-202-2/+2
|
* Fix include path for xforms.dirk2002-09-192-4/+4
|
* BROKEN: Incorrect pkg-plistkris2002-09-191-0/+2
|
* Add missing dependency on scrollkeeper.marcus2002-09-192-0/+4
| | | | Submitted by: bento
* remove bogus dependence to bash1ijliao2002-09-181-2/+1
| | | | | PR: 35670 Submitted by: Roman Neuhauser <neuhauser@mobil.cz>
* Update to 2.01.tobez2002-09-182-2/+2
| | | | | PR: 42884 Submitted by: maintainer
* upgrade to 1.004ijliao2002-09-182-2/+2
|
* 1) upgrade to 1.002ijliao2002-09-183-11/+14
| | | | | | | 2) reset maintainer PR: 35447 (1) Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* - update port to pyPgSQL 2.2ijliao2002-09-162-8/+6
| | | | | | | | - updated maintainer email address - use REINPLACE instead of PERL PR: 42560 Submitted by: maintainer
* Add missing manpagekris2002-09-161-0/+2
|
* Fix some plist issues I missed. Bump PORTREVISION.marcus2002-09-153-3/+17
|
* Add mergeant, a libgnomedb frontend that merges portions of gnome-db andmarcus2002-09-1511-0/+142
| | | | gASQL.
* Update to 0.8.193.marcus2002-09-156-6/+50
|
* Update to 0.8.193.marcus2002-09-143-3/+5
|
* Chase the libnmz shlib version bump.knu2002-09-132-2/+4
|
* Update to 2.0.12 + German translation.knu2002-09-133-4/+12
| | | | | Upgrade is strongly recommended due to newly found cross-site scripting vulnerabilities.
* Remove a dead .jp mirror and add the official .jp mirror instead.knu2002-09-1314-14/+14
| | | | Submitted by: fenner's distfiles survey
* Hand the maintainership over to the submitter of the PR.knu2002-09-131-1/+1
| | | | | PR: ports/40901 Submitted by: Erik Greenwald <erik@smluc.org>
* Minor change (%ll -> %q)skv2002-09-121-11/+30
|
* Updated to 0.40 (many bugfixes)skv2002-09-105-439/+73
|
* Update to 0.9.2.sobomax2002-09-106-40/+50
|
* Add gauche-gdbm, a GDBM interface for Gauche.knu2002-09-105-0/+50
|
* Fix build on -current (incorrect #include)kris2002-09-091-0/+11
| | | | Submitted by: kan
* Update to 0.3.4.knu2002-09-083-6/+3
|
* Relinquish all my ports.ade2002-09-0710-10/+10
|
* Update port to 0.0.19.jedgar2002-09-075-14/+25
|
* Update port to version 1.00.olgeni2002-09-072-4/+3
| | | | Submitted by: Rod Taylor <iam@rbt.ca>
* Update to 0.9yoichi2002-09-052-3/+6
|
* Don't restrict InnoDB to i386. Works on alpha, too.dirk2002-09-049-27/+36
| | | | PR: ports/42337
* Fixup from previous commitdwcjr2002-09-028-18/+116
| | | | | | Bump PORTREVISION Submitted by: maintainer
* Update to 2.7.1dwcjr2002-09-0220-328/+112
| | | | | PR: 40816 Submitted by: maintainer
* Update to 2.2.3dwcjr2002-09-023-5/+11
| | | | | PR: 42033 Submitted by: tkato@prontomail.com
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-0216-27/+43
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Upgrade to 1.0.39.demon2002-08-314-4/+10
| | | | Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> (with modifications).
* Deploy USE_GNOMENG infrastructurelioux2002-08-305-5/+10
| | | | | PR: 42192 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Add ports/databases/postgresql-docs, which will install the documentationtrevor2002-08-275-0/+577
| | | | | | | formerly found in ports/databases/postgresql7. PR: 42008 Submitted by: Palle Girgensohn (maintainer)
* * Update to 0.8yoichi2002-08-263-3/+5
| | | | | * Change master site * Remove lisp directory while pkg_delete
* Update to 7.2.2, which fixes several security bugs. Do not installtrevor2002-08-2670-8232/+336
| | | | | | | documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer)
* Update to 1.2.4.anders2002-08-262-2/+2
|
* Forbid because of unconfirmed security bugs:trevor2002-08-2514-0/+28
| | | | | | | | | | The following buffer overruns have been identified and addressed [in 7.2.2]: * in handling long datetime input * in repeat() * in lpad() and rpad() with multibyte * in SET TIME ZONE and TZ env var
* Fix WWW tag (avoid redirect).olgeni2002-08-251-1/+1
|
* Remove -l in su call - not neededache2002-08-244-4/+4
|
* Add postgresql_autodoc, an automatic documentation generator for postgresql.olgeni2002-08-246-0/+39
| | | | Supports output in HTML, GraphViz, SGML DocBook and DIA formats.
* Don't redeclare functions defined in <stdlib.h>kris2002-08-231-7/+0
| | | | Noticed by: bento
* BerkeleyDB cleanup - stage 3ade2002-08-237-1128/+1
| | | | | Version 2 of Berkeley DB has been repo-copied to databases/db2, for naming consistency with the other ports. Fix dependencies accordingly.
* Fix typo that would have meant this port would not have compiledade2002-08-231-1/+1
| | | | if db3 support had been selected.
* BerkeleyDB cleanup - stage 2ade2002-08-2311-187/+233
| | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
* BerkeleyDB cleanup:ade2002-08-238-1070/+0
| | | | Stage 1: clean out databases/db33 port
* Take over maintainership of this one, too. Previous maintainer bounces.ade2002-08-222-2/+2
| | | | | | josh@ican.net SMTP error from remote mailer after RCPT TO:<josh@ican.net>: host smtp.primus.ca [216.254.136.21]: 550 Unknown local part josh in <josh@ican.net>
* (1) Take over maintainership whilst unifying the Sleepycat portsade2002-08-229-18/+18
| | | | (2) Un-spam the 'Whom' line from a previous commit
* Update WWWkevlo2002-08-211-1/+1
| | | | | PR: 41837 Submitted by: MAINTAINER
* Upgrade to 3.23.52.dirk2002-08-1954-468/+279
|
* change my email address to leeym@FreeBSD.orgleeym2002-08-192-2/+2
| | | | | Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
* Update port to 0.210.jedgar2002-08-182-2/+2
| | | | Approved by: maintainer
* Update to 0.3.3. (now supports db 4.1.16)knu2002-08-162-5/+5
|
* upgrade to 1.0.11ijliao2002-08-154-4/+4
|
* Update to 0.19 (based on SQLite 2.6.3)nork2002-08-154-4/+4
| | | | Approved by: knu (mentor)
* s/-pthread/${PTHREAD_LIBS}/marcus2002-08-154-4/+4
|
* Correctly use the GNOMNG CONFIGURE_ARGS. This should properly disablemarcus2002-08-151-2/+0
| | | | | | gtk-doc. PR: 41665
* Updated to 2.1018skv2002-08-142-2/+2
|
* Bumped portrevision for previous commit (sorry, it's late, I forgot), sincealane2002-08-142-0/+2
| | | | it affects what is installed, although the pkg-plist doesn't change.
* Fix failure to build package due to apparent source tarball change. No ideaalane2002-08-142-4/+6
| | | | | | | how long it's been broken. Maintainer email address bounces. Committing w/o timeout because of package failure and upcoming 4.7 release. PR: 41656
* Fix startup-scripts for -current /bin/sh issues.anders2002-08-142-2/+8
|
* - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.dirk2002-08-1327-27/+117
| | | | - add patch to use correct prototypes for libwrap
* add dbh 1.0ijliao2002-08-1013-0/+103
| | | | Disk Based Hashtables
* Add md5 for the WITH_PHP3 casenbm2002-08-082-0/+2
| | | | | PR: 41399 Submitted by: Maxim Maximov <mcsi@agava.com>
* Bump PORTREVISION after fixing startup script.dirk2002-08-089-9/+9
|
* Workaround revision 1.42 and 1.29.2.7 of src/bin/sh/parser.c.dirk2002-08-089-9/+18
| | | | Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
* Back out last commit. It was unapproved and inappropriate since itdirk2002-08-089-36/+0
| | | | | | | breaks existing installations (very clever!). An appropriate "fix" for this "problem" would be to look in both /etc and ${PREFIX}/etc.
* Update to 0.18 (based on SQLite 2.5.6)nork2002-08-066-8/+8
| | | | Approved by: knu (mentor)
* Add p5-POE-Component-RRDTool 0.14,skv2002-08-055-0/+49
| | | | | POE interface to Round Robin Database Tools.
* Upgrade to phpmyadmin 2.3.0 release candidate 4.nbm2002-08-056-154/+360
|
* Upgrade to phppgadmin 2.4.2.nbm2002-08-053-3/+7
|
* Chase shlib rev of devel/gettextade2002-08-0219-19/+19
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Port of Sybase's OpenClient -- discovered by accident on Sybase'smi2002-07-318-0/+1018
| | | | | | "Linux" web-site this port has static versions of native FreeBSD libraries good enough to build sqsh with it instead of the freetds. See pkg-descr and pkg-message for more. i386 only, though...
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-297-7/+7
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* cvs add a patch missing from the last commit.marcus2002-07-282-0/+22
| | | | Reported by: Daniel Mueller <mue.da@gmx.de>
* * Update to 0.8.192marcus2002-07-2714-60/+133
| | | | | * Use USE_GNOMENG * Use USE_REINPLACE were appropriate
* Update to 0.5.1.knu2002-07-242-4/+3
|
* Catch up to the new bsd.lib.mk API (the lib is not internal).ru2002-07-221-4/+1
|
* Fix build on -CURRENT.ru2002-07-222-2/+4
|
* Use USE_REINPLACE.sobomax2002-07-191-2/+3
|
* Fix incorrect parsing of 'ib_role' in DSN.skv2002-07-171-0/+2
|
* Upgrade from 0.4.0 to 0.5.0mi2002-07-173-3/+3
|
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-163-3/+6
|
* Update to 0.3.2.knu2002-07-152-2/+5
|
* Project site movedpat2002-07-152-2/+2
| | | | | | PR: ports/40534 Submitted by: maintainer Noticed by: Tilman Linneweh <tilman@arved.de>
* Add patches to allow port build again and also fix some plist problems.pat2002-07-139-6/+114
| | | | | PR: ports/39899 Submitted by: maintainer