aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on ia64: Does not buildkris2005-03-272-0/+8
| | | | Approved by: portmgr (self)
* BROKEN on 5.x !i386: Does not compilekris2005-03-272-2/+14
| | | | Approved by: portmgr (self)
* BROKEN: Does not buildkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* - Add new knob to define default server collationpav2005-03-216-0/+24
| | | | Requested by: ale (maintainer)
* - Tell users about new WITH_COLLATION knobpav2005-03-211-0/+1
| | | | Requested by: ale (maintainer)
* - Add WITH_COLLATION knob to control --with-collation configure argument.pav2005-03-211-0/+3
| | | | | | | | Useful for regional collation support. PR: ports/78400 Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Approved by: maintainer timeout (17 days)
* Add 2 (rolled in 1) sleepycat vendor patches to the db version shipped withkwm2005-03-202-1/+481
| | | | | | | | | | | | | evolution-data-server. Bump PORTREVISION. patch 4.1.25.1 Application, using Berkeley DB's Concurrent Data Store product with the DB_CDB_ALLDB flag set, that open databases while also holding open cursors could hang. patch 4.1.25.2 fix transaction abort hang. Obtained from: patches from sleepycat, Patch changelog from debian db 4.1 package changelog.
* Mandate Kerberos, and use the same scheme that ximian-connector users tomarcus2005-03-201-0/+13
| | | | | | fix the build on 4.X. Reported by: Kevin Oberman <oberman@es.net>
* - Update to 0.8.3pav2005-03-202-14/+13
| | | | | | | - Unbreak plist PR: ports/79026 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Modify 8.0's startup script to simulate a full login (su -l) [1]. Alsogirgen2005-03-1920-113/+139
| | | | | | | | | | | | | add support to select login class for running postgresql [2]. The new startup script, using rc.subr, is now installed for all versions of postgresql. Bump portrevisions, since startup script is modified. PR: 78630 [1] Submitted by: Vivek Khera [1] Submitted by: Brian B. [2] Approved by: seanc (implicit)
* Update to 0.08mat2005-03-193-3/+4
|
* Fix critical compatibility issue which breaks INSERTs in the new version ofsobomax2005-03-184-0/+134
| | | | | | | | | | | the module it is used with servers that implement 3.0 version of the postgres protocol, particularly 7.4.7 is affected. Bump PORTREVISION. Obtained from: DBD::Pg CVS References: https://rt.cpan.org/NoAuth/Bug.html?id=11744 http://gborg.postgresql.org/project/dbdpg/cvs/diff.php/dbdpg/dbdimp.c?r1=1.101&r2=1.102&ty=h&Horde=12014eaeef6c96c2fead3bcfa53ac92e
* Register dependency on libtasn1.adamw2005-03-181-1/+2
|
* Upgrade to 1.7.10.thierry2005-03-182-3/+3
| | | | | | | Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.10/>. PR: ports/78948 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
* Update to 1.2.1kwm2005-03-183-5/+4
|
* Reset maintainer to ports@FreeBSD.orgskv2005-03-182-2/+2
| | | | Approved by: portmgr (krion)
* Update to 1.3.6bland2005-03-175-29/+35
|
* - add USE_LIBTOOL_VER=15 and remove *.la from PLISTleeym2005-03-174-164/+168
| | | | | | | | | | - utilize DOCSDIR, EXAMPLESDIR - respect NOPORTDOCS - apply OPTIONS PR: 78942 Submitted by: leeym Approved by: demon
* - Fix plist (kill perllocal.pod)pav2005-03-172-4/+26
|
* - update to 2.2.11clsung2005-03-163-6/+4
| | | | | PR: 78874 Submitted by: Ports Fury
* - Add p5-Class-DBI-DDL 1.01, DDL for Class-DBI.flz2005-03-165-0/+48
| | | | | PR: ports/76406 Submitted by: Daniel Wijnands <daniel@itxl.nl>
* - stop creatng /var/run/authdaemond during the package installationoliver2005-03-1612-40/+56
| | | | | | | | - create /var/run/authdaemond within the rc.subr Script in case the directory doesn't exist. - Bump PORTREVISION Suggested By: brooks
* - change socket and pid location from /usr/local/var/spool/authdaemon/ to ↵oliver2005-03-1612-64/+56
| | | | | | | | | /var/run/authdaemond/ - fix default user/group premissions. PR: 78866 Submitted by: Artis Caune <Artis.Caune@latnet.lv>
* - Update to 1.0.24ahze2005-03-164-6/+6
| | | | | PR: ports/78873 Submitted by: Ports Fury
* Update to 3.23.59 snapshot:ale2005-03-1510-231/+194
| | | | | | - Switch to rcNG - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script
* Remove obsolate knob description.ale2005-03-152-2/+0
|
* Update to 1.48.tobez2005-03-152-3/+3
|
* - update to 1.01clsung2005-03-152-3/+3
| | | | | | | | - from Changes since 0.93 - More minor documentation fixes. (darn!) - Minor documentation fix. - Autrijus Tang fix for clobbered $_. - Fix tests so that they work under PostGres, courtesy Arshavir Grigora
* - Update to 1.7.9flz2005-03-152-5/+6
| | | | | PR: ports/78823 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* New port: databases/pear-DB_Table PEAR object-oriented interface to a ↵pav2005-03-154-0/+53
| | | | | | | | | | | | database table PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR::HTML_QuickForm to automatically generate input forms that match the table column definitions. PR: ports/78588 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Import latest changes from project's repository:skv2005-03-154-17/+171
| | | | | | | | | | * better error handling for blobs * prevent a possible buffer overflow in date handling * don't accept blob bind param for SELECT statement * remove pointless 'ib_cursorname' attribute. DBD does it automatically Also switch MASTER_SITE to use SourceForge (by mystical reason this module was disappeared from CPAN).
* Update to 0.17mat2005-03-142-3/+3
|
* Update to 4.0.24 release:ale2005-03-148-271/+79
| | | | | | | - Fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs) - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script
* Update to 4.1.10a:ale2005-03-142-3/+3
| | | | | - fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs).
* Fix INDEX build if WITH_SQLITE is defined.linimon2005-03-142-2/+2
| | | | Forgotten by: nork
* - Update py-PySQLite11 (repocopied from py-PySQLite) to 1.1.6.flz2005-03-1426-279/+177
| | | | | | | | | | | - Move py-PySQLite to py-PySQLite10. - Update py-PySQLite10 to 1.0.1. - Remove obsolete dependencies. - Assign maintainership to submitter. PR: ports/78508 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repocopy by: marcus
* fix building for cases where WRKDIR is a nfs mountoliver2005-03-134-0/+20
|
* - Update to 1.7.32sem2005-03-128-52/+10
| | | | | PR: ports/78724 Submitted by: maintainer
* -Update to 0.12.0, works with GTK 2.6/GNOME 2.10.mezz2005-03-121-1/+0
| | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1 -A few clean up such as correct paths, dependencies and etc.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-1210-9/+10
|
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-1265-987/+1287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
* PEAR::DBA is a wrapper for the php DBA functions. It includes a file-basedpav2005-03-124-0/+32
| | | | | | | | emulator and provides a uniform, object-based interface for the Berkeley-style database systems. PR: ports/78600 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Update to 0.24mat2005-03-113-6/+11
|
* - update to phpPgAdmin-3.5.2dinoex2005-03-113-3/+5
| | | | PR: 78672
* - Change find(1) options that is not supported before FreeBSD 5.3sem2005-03-101-2/+3
| | | | | PR: ports/78636 Submitted by: maintainer
* add jrobin 1.4.0ijliao2005-03-093-0/+58
| | | | A pure Java alternative to RRDTool
* PEAR::DB_ldap class provides a DB compliant interface to LDAP servers.pav2005-03-097-0/+57
| | | | | PR: ports/78599 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* - Update to 0.12.1pav2005-03-092-4/+5
| | | | | PR: ports/78535 Submitted by: maintainer
* Unbreak on 4.x by setting USE_GETOPT_LONGvs2005-03-091-0/+1
|
* Update to 2.8.16vs2005-03-082-7/+3
| | | | | PR: ports/78510 Submitted by: Marcus Grando
* Update to to 1.7.7.thierry2005-03-082-3/+3
| | | | | | | Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.7/>. PR: ports/78528 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
* Upgrade to 1.7.4.thierry2005-03-082-3/+3
| | | | | | | Changelog at <http://pear.php.net/package/DB/download/1.7.4/>. PR: ports/78560 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
* Add pear-MDB_QueryTool 1.0.0, PEAR OO-interface for easilythierry2005-03-084-0/+59
| | | | | | | retrieving and modifying data in a DB. PR: 78368 Submitted by: Antônio Carlos Venâncio Júnior
* - Update to 1.0.0-rc3barner2005-03-072-3/+3
| | | | | | PR: ports/78373 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Approved by: arved (mentor)
* PgWorksheet is an simple GUI frontend to Postgresql for executing SQL query andpav2005-03-075-0/+78
| | | | | | | psql commands without using the psql command line tool. PR: ports/78404 Submitted by: Henri Michelon <hmichelon@e-cml.org>
* - Update to 1.7.31sem2005-03-078-6/+50
| | | | | | | - Add files maintainer did not mention on previous update PR: ports/78469 Submitted by: maintainer
* - Update to phpmyadmin-2.6.1.pl3 which corrects some pugs introducedthierry2005-03-0610-54/+44
| | | | | | | | | | | | | | | | with the security patches in pl2. Announcement is at: http://sourceforge.net/mailarchive/forum.php?thread_id=6732974&forum_id=2141 Release Notes: http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0 - add OPTIONS support for the PHP MCRYPT and MBSTRING modules, both of which are can be used by recent versions of phpMyAdmin. PR: ports/78445 Submitted by: Matthew Seaman (maintainer)
* - Upgrade to 4.61;thierry2005-03-063-122/+41
| | | | | | | - Add an option to install tests. PR: 78129 Submitted by: Martin Matuska (maintainer)
* Reset maintainer on request. Thanks to Gerhard for maintaining thevs2005-03-0610-10/+10
| | | | | | ports so far! PR: ports/78088
* update to 0.55oliver2005-03-058-64/+84
| | | | | | | | | migrate to OPTIONS [1] add WITH_SYSLOG_FACILITY knob [2] PR: 78362 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Sascha Holzleiter <sascha@daemonground.de> [2]
* - update to 3.51.11sem2005-03-0512-888/+38
| | | | | | | - removed unneded dependancies on publib and libltdl PR: ports/78432 Submitted by: maintainer
* - update to 1.7.30sem2005-03-056-106/+26
| | | | | | | | | | - removed dependencies on perl and gmake - removed install procedure from Makefile ( thanks vanilla@ ) - fixed examples Makefile - removed unused files from examples dir PR: ports/78433 Submitted by: maintainer
* Upgrade to 1.7.2.thierry2005-03-052-3/+3
| | | | | | | Changelog at <http://pear.php.net/package/DB/download/1.7.2/>. PR: ports/78369 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
* Add pear-DB_QueryTool 1.0.0, PEAR OO-interface for easilythierry2005-03-054-0/+56
| | | | | | | retrieving and modifying data in a DB. PR: 78367 Submitted by: Antônio Carlos Venâncio Júnior
* Add wmjsql, a WindowMaker dockapp that connects to a MySQL server and grabsdanfe2005-03-045-0/+56
| | | | the status displaying it in a handy little window.
* Upgrade to 1.7.5.thierry2005-03-043-23/+17
| | | | | | | Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.5/>. PR: ports/78298 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
* Upgrade to to 1.7.1.thierry2005-03-032-6/+18
| | | | | | | Changelog a <http://pear.php.net/package/DB/download/1.7.1/>. PR: ports/78294 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
* Update to 1.40mat2005-03-0310-208/+16
| | | | Require at least perl 5.6
* Document that __FreeBSD_version 503105 is ok for unicode-enabled build.fjoe2005-03-022-0/+2
|
* Respect the user's USE_LINUX setting.trevor2005-03-021-1/+1
|
* Upgrade to to 0.11.3.thierry2005-03-022-3/+3
| | | | | PR: ports/78204 Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
* Add BSD master.passwd processing to pw2userdboliver2005-03-028-4/+420
| | | | | | | Bump PORTREVISION PR: ports/78163 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* - fix Makefile [1]oliver2005-03-028-4/+20
| | | | | | | | | - Bump PORTREVISION - create and remove PREFIX/var/spool/authdaemon on (de)installation [2] PR: ports/78613 [1] - partly Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Noted by: Gustavo A. Baratto <gbaratto@superb.net> [2]
* - Update to 0.3.5sem2005-03-013-6/+8
| | | | | * Added transactional support for MySQL 4 INNODB tables. - Patternize pkg-plist for easy updating.
* Update to 1.08.tobez2005-02-283-5/+7
|
* Update to 0.09skv2005-02-282-3/+3
| | | | | PR: ports/77790 Submitted by: hideo <lin-chi@lastamericanempire.com> (maintainer)
* BROKEN: Incomplete pkg-plistkris2005-02-289-0/+18
|
* - Fix build on 4.x: non-unicode version does not have pkg-message.fjoe2005-02-282-8/+8
| | | | - Bump PORTREVISION.
* - fix PLISTleeym2005-02-271-0/+2
|
* - fix PLISTleeym2005-02-271-2/+1
|
* - Update to 2.6.1.2pav2005-02-264-6/+10
| | | | | PR: ports/78061 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Ouch, remove debugging flags, which crept in with the previous commit.mi2005-02-261-1/+0
|
* Fix a crash, that affected users of modern versions of MySQL.mi2005-02-263-5/+17
| | | | Reported and tested by: Yves Gurin <yvesguerin@yahoo.ca>
* Update to version 3.52.2krion2005-02-253-5/+4
| | | | | PR: ports/77963 Submitted by: Ports Fury
* - Update to 1.6.8;thierry2005-02-253-30/+31
| | | | | | | | | Changelog at <http://pear.php.net/package/DB/download/1.6.8/> - Take maintainership. PR: ports/77931 Submitted by: Antônio Carlos Venâncio Júnior
* - update Martin's email addressleeym2005-02-241-1/+1
| | | | | PR: 77938 Submitted by: Martin Matuska <martin at matuska.org>
* p5-Term-ReadLine-Gnu is not necessary: devel/p5-ReadLine-Gnu is the samethierry2005-02-241-1/+1
| | | | | | port (previous release). Reported by: Florent Thoumie
* - Provide a patch that allows to build working non-Unicode version.fjoe2005-02-246-12/+68
| | | | | - Add back 4.x support (non-Unicode version only). - Bump PORTREVISION.
* Add yasql 1.82, yet Another SQL*Plus Replacement.thierry2005-02-245-0/+99
| | | | | Successfully used to access Oracle 7 and Oracle 8i databases, but fails with Oracle 9i (ORA-03113 "end-of-file on communication channel").
* - correct WRKSRCleeym2005-02-231-0/+1
|
* - Update to 3.1.7 [1]hq2005-02-236-28/+30
| | | | | | | | | | | | | - Use ${JAVALIBDIR} for JAR dependencies - Use %%JAVAJARDIR%% in plist - ECHO_CMD -> ECHO_MSG - Add $FreeBSD$ tag in patch - Improve the build.xml patch to have the location of JAR files set through MAKE_ARGS (should help with people with non-standard paths) PR: 77916 [1] Submitted by: maintainer [1] Approved by: maintainer
* - Unbreak.fjoe2005-02-224-34/+50
| | | | | | - Remove ability to build non-unicode version which is not supported by pgadmin3 developers. - Bump PORTREVISION.
* Update to 0.16mat2005-02-223-3/+4
|
* - add pod2man in CONFIGURE_ARGS, and install perl manpages under perl 5.00503leeym2005-02-211-2/+4
| | | | | Noticed by: kris Approved by: demon
* Add a missing dependency to bison.thierry2005-02-201-0/+1
| | | | Reported by: Kris via pointyhat.
* Chase PATCHFILES to latest version.krion2005-02-202-4/+4
| | | | | PR: ports/77767 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fixing problems with the recent security patch: When bison was notgirgen2005-02-2020-10/+906
| | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit)
* Fix a bug in usage DateTime column.thierry2005-02-202-0/+6
| | | | | | PR: ports/76952 Submitted by: maintainer Obtained from: SQLObject's CVS
* Fix security alert using a patch from PostgreSQL's CVS repository:girgen2005-02-1924-138/+881
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent overrunning a heap-allocated buffer if more than 1024 parameters to a refcursor declaration are specified. This is a minimally-invasive fix for the buffer overrun. Define LATEST_LINK to avoid package name clashes between the different branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to branch 7.4, keep its LATEST_LINK to a generic value.) Set UNIQUENAME and let it be the same for server & client, so each branch's ports will share the same options file. This adds some no-op knobs to the -client port, but IMO it is better this way. Add space inside paranthesis in OSVERSION conditional to work around (ancient) make bug. [2] Remove the Rendez-Vouz knob for 8.0 since I can't find the software needed to even compile it on FreeBSD. Bump portrevision (for -server only). Noted by: kris [1] PR: ports/77530 [2] Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (mentor)
* Upgrade to 1.0.0-rc2.thierry2005-02-1913-131/+123
| | | | | PR: ports/76916 Submitted by: maintainer.
* As previously announced, remove ports that have reached their expiry date,kris2005-02-1930-500/+0
| | | | and the handful of ports that depended on them.
* Update to 1.0.4.adamw2005-02-194-15/+4
|
* Fresh repo copy, expect a version from CVS here in a short while.girgen2005-02-171-1/+3
| | | | | | seanc will continue to handle, so make him maintainer (again). Approved by: seanc (mentor)
* Fix PLIST.demon2005-02-162-1/+10
| | | | | PR: 77548 Submitted by: Yen-Ming Lee <leeym@FreeBSD.org>
* - I forgot to bump PORTREVISION.clsung2005-02-165-5/+5
| | | | Noted by(and Thanks to): mat
* Reset PORTREVISION.ale2005-02-161-1/+0
|
* Update to 4.1.10 release:ale2005-02-167-180/+77
| | | | | | | | - Add the possibility to specify the database directory in rc.conf [1] - Move database creation from post-install stage into startup script PR: ports/75453 [1] Submitted by: Boris Kovalenko <boris@tagnet.ru> [1]
* This port can be used with PHP5, so s/PHP4/PHP/ in comment.kuriyama2005-02-151-1/+1
|
* Update to 1.1.18.anders2005-02-153-8/+10
| | | | | | PR: 76110 Submitted by: Piet Delport <pjd@point45.com> Approved by: maintainer timeout
* - chase distfiles (change MASTER_SITES)clsung2005-02-1510-10/+25
| | | | | | | | - add patch.4.3.27.3 (making these variables isn't really useful as the patches will not be portable to the next version) PR: ports/77511 Submitted by: Matthias Andree (maintainer)
* - chase distfiles (change MASTER_SITES)clsung2005-02-151-1/+1
| | | | | PR: ports/77510 Submitted by: Matthias Andree (maintainer)
* The postgresql_* knobs from /etc/rc.conf where read too late togirgen2005-02-158-8/+8
| | | | | | | actually make a difference. Noticed by: Salvatore Montefusco, Brian B. Approved by: ade (mentor)
* - add document about building gqlplus on Mac OSX (Darwin) (No code changed)leeym2005-02-151-2/+2
| | | | Noticed by: kris
* - Make portlint happyvs2005-02-155-10/+10
| | | | | | | - Take maintainership PR: ports/77013 Submitted by: Renato Botelho
* - chase distfiles (change MASTER_SITES)clsung2005-02-151-2/+1
| | | | | PR: ports/77509 Submitted by: Matthias Andree (maintainer)
* - chase distfiles (change MASTER_SITES), clean upclsung2005-02-151-6/+1
| | | | | PR: ports/77506 Submitted by: Matthias Andree (maintainer)
* - chase distfiles (change MASTER_SITES)clsung2005-02-151-2/+1
| | | | | PR: ports/77505 Submitted by: Matthias Andree (maintainer)
* Update to 0.62.4vs2005-02-148-32/+8
| | | | | | PR: ports/75451 Submitted by: Marcus Grando Approved by: maintainer
* Do not create needless directory.demon2005-02-142-3/+6
| | | | Add missing @dirrm.
* With portmgr hat on, reset maintainership of these ports. Maintainer'slinimon2005-02-145-5/+5
| | | | | | | | | old email address bounces, and he has not been responsive to email on the only other one we have for him. These ports are now available for adoption. Come back coop, we miss ya ...
* update to 0.54oliver2005-02-138-12/+12
|
* Remove maintainer per his request. Mark BROKEN because of an incompletekris2005-02-131-1/+3
| | | | pkg-plist.
* - Update to 0.11.2pav2005-02-132-11/+10
| | | | | | | - Fix dependencies PR: ports/77382 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Add adstudio 4.0, a database query and administration tool.thierry2005-02-127-0/+113
| | | | | | | | | | | Aqua Data Studio is a database query and administration tool that allows developers to easily create, edit, and execute SQL scripts, as well as browse and visually modify database structures. Aqua Data Studio provides an integrated database environment with a single consistent interface to all major relational databases. It is free for personal or educational use, but a commercial license is required for all other usages.
* Update JDBC support to version 8.0 (build 310).girgen2005-02-117-57/+74
| | | | | | | The PostgreSQL JDBC project has been decoupled from the server distribution, and is now hosted at http://jdbc.postgresql.org/. Approved by: ade (mentor)
* Fix a problem where an array is returned from a DoQuery call thatgirgen2005-02-112-1/+12
| | | | | | | | should return 0 tuples. It was always returning an array that indicates it has 1 tuple. Submitted by: Birch Zimmer <birch at naturalpoint dot com> Approved by: ade (mentor)
* - The "slon" daemon performs many actions in the replication. One of thosepav2005-02-104-2/+36
| | | | | | | | contained a bug which caused large replication backlog to perform extremely poorly. This patch pulls in the bug fix from the CVS version of slony. PR: ports/77312 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* - Change default mysql lib to libmysqlclient_r. WITHOUT_MYSQLCLIENT_R=yes ↵pav2005-02-102-24/+31
| | | | | | | | | | use libmysqlclient. - Install more docs - Update very old pkg-descr PR: ports/77314 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Change default mysql lib to libmysqlclient_r.pav2005-02-102-15/+18
| | | | | | | | WITHOUT_MYSQLCLIENT_R=yes use libmysqlclient. - Update very old pkg-descr PR: ports/77284 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* Let pkg-message reflect the renaming of the startup script.girgen2005-02-1011-22/+22
| | | | | Submitted by: Nick Pavlica <linicks at gmail dot com> Approved by: ade (mentor)
* Replace the hardcoded version number with ${PORTVERSION} in a couple of places.mi2005-02-105-10/+10
| | | | Approved by: maintainer
* - add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_electpav2005-02-0915-15/+50
| | | | | PR: ports/77263 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - Update to 1.2.0pav2005-02-094-42/+18
| | | | | PR: ports/77245 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Update to 1.7.28sem2005-02-094-6/+6
| | | | | PR: ports/77258 Submitted by: maintainer
* Unbreak build - remove cast for (void*)SvOK_offskv2005-02-082-3/+4
| | | | | PR: ports/77090 Submitted by: Tod McQuillin <devin@spamcop.net>
* Update to 0.14mat2005-02-082-4/+3
|
* Remove obsolete patch.lofi2005-02-081-11/+0
|
* - Mark broken on 5.2.0-RELEASE and later until problems with this portfjoe2005-02-082-0/+8
| | | | | are resolved. - Suggest to use pgadmin3 binary from pgadmin.org.
* local/java/classes is part of mtree, so don't remove whengirgen2005-02-071-2/+0
| | | | | | deinstalling. Approved by: ade (mentor)
* Add some forgotten manpages.girgen2005-02-079-27/+54
| | | | Approved by: ade (mentor)
* Update to Qt 3.3.4, introduce MASTER_SITE_QT.lofi2005-02-0610-37/+20
| | | | Approved by: maintainer (for qmake)
* VPOPMAILDIR?= ${LOCALBASE}/vpopmailoliver2005-02-0512-48/+128
| | | | | | | update to 0.53 new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net>
* Update to 1.47mat2005-02-032-3/+3
|
* In order to address a potential security hole recently identified withgirgen2005-02-0349-175/+189
| | | | | | | | | | | | | | | | | | | the "LOAD" option, the PostgreSQL Global Development Group is announcing the release of new versions of PostgreSQL. Update to 7.3.9, 7.4.7 & 8.0.1. Take the opportunity to reset PORTREVISION of slave ports. Back out name change of startup script. The new script uses rc.subr(8), and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD 4.x. Hence rename the script it back to the top of the directory list. [1] The periodic script should of course be executable. [2] [1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk> [2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>
* - Update to 1.1.10pav2005-02-022-3/+3
| | | | | PR: ports/76969 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* Update to 1.2.3 which includes fixes for broken versions of pmk(1).seanc2005-02-023-6/+4
| | | | Prodded by: DarcyB
* Fixup after the PostgreSQL megacommitmat2005-02-011-0/+2
|
* Remove forgotten "beta" no_latest_link, and fix broken master_site_subdirgirgen2005-01-319-27/+9
| | | | Approved by: seanc (mentor)
* BROKEN on amd64: Does not buildkrion2005-01-311-0/+4
|
* BROKEN: Does not buildkrion2005-01-311-0/+2
|
* Fix plist.krion2005-01-311-0/+1
|
* Use USE_PGSQL to fix 'make describe' and hopefully INDEX builds.erwin2005-01-311-1/+1
| | | | Forgotten by: girgen
* Correct comment about USE_PGSQL knobgirgen2005-01-311-1/+1
|
* Bumping portrevisiongirgen2005-01-311-1/+1
|
* Bump portrevisiongirgen2005-01-313-2/+3
|
* Bump portrevisiongirgen2005-01-311-1/+1
|
* Bump portrevision.girgen2005-01-311-1/+1
|
* The PostgreSQL version 7.2 is removed, since 7.2 branch is retired.girgen2005-01-3116-1002/+0
| | | | | PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part. Hence,girgen2005-01-3125-2393/+0
| | | | | | | remove this port. Please see UPDATING for more info. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Say hello to postgresql-8.0. Some of the highlights of the new versiongirgen2005-01-31207-6300/+11565
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are savepoints (within transactions), point-in-time recovery and tablespaces. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 The port uses the new postgresql ports' layout and is split into a server and a client part. The following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part.girgen2005-01-3155-429/+279
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part.girgen2005-01-314-49/+19
| | | | | | | | The tcltk interface has been removed from the main distribution, so fixate the version number to the latest released version, 7.4.6. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part.girgen2005-01-314-58/+13
| | | | | | | | | | The JDBC interface has been moved from the main distribution to its own project at jdbc.postgresql.org. Fixate to the latest version in main distro, 7.4.6, pending an update to latest version from the project site. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part. Thegirgen2005-01-3128-870/+901
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. Note that a periodic script is installed that will, by default, vacuum all databases nightly. You may want to tweak the settings, see the script at ${LOCALBASE}/etc/periodic/daily/502.pgsql To run PostgreSQL at boot time, set postgresql_enable=yes in /etc/rc.conf. Note PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* This port installs the client part of PostgreSQL.girgen2005-01-311-0/+21
| | | | | PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* - Update to 1.1.9pav2005-01-302-22/+12
| | | | | | | | - Remove SSL/CRYPTO options, because detects automatic now. - Install new DOCs PR: ports/76607 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Update to 3.1 finalpav2005-01-304-61/+47
| | | | | PR: ports/76671 Submitted by: Dmytro Rud <rud@cs.uni-magdeburg.de> (maintainer)
* - Update to 0.6.1pav2005-01-293-13/+9
| | | | | PR: ports/76705 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer)
* Update to 0.07mat2005-01-282-3/+12
| | | | Add docs
* Update to 1.12mat2005-01-282-3/+3
|
* Update to 1.02skv2005-01-272-3/+3
|
* Improve handling of pkgconfig filesarved2005-01-261-2/+1
| | | | | PR: 76686 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* - Update to 1.8.21ahze2005-01-263-5/+5
|
* fix pkg-plistoliver2005-01-264-8/+16
| | | | Noted by: kris
* - Update to 2.6.1pav2005-01-264-6/+6
| | | | | PR: ports/76675 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Update to version 1.22;demon2005-01-252-3/+6
| | | | Fix plist.
* Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel byseanc2005-01-2312-13/+661
| | | | | | | | | | | | | | | | | | | | stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0
* don't sed ${WRKSRC}/Makefile.in twiceoliver2005-01-214-8/+8
| | | | Noted By: Atanas <atanas@aplus.net>
* ACAP (Application Configuration Access Protol) is an Internet standards-trackpav2005-01-2011-0/+237
| | | | | | | | protocol for remote preferences and other storage for Internet applications such as web browsers or mail readers. PR: ports/76456 Submitted by: Gerhard Gonter <g.gonter@ieee.org>
* Update to 8.0.0rc5. This is likely the last update for this port until itseanc2005-01-173-3/+9
| | | | | | | | | | carries the 8.0 release. The postgresql80-server port is being held up by the 4.11 release because 80-server requires scads of changes to Mk/*.mk which won't be committed until after 4.11 is pushed out the door. Until 4.11, -devel will act as the 80-server until such time as 80-server is enabled. Get all that? Good. Approved by: girgenson@, ade@
* Symlink vulnerability fixed.ale2005-01-1715-0/+727
| | | | | Submitted by: simon Obtained from: MySQL BitKeeper Repository
* Update to 0.9.0.knu2005-01-1712-33/+60
|
* Clearly state which version of SQLite is supported.knu2005-01-175-29/+29
|
* Update to ruby-sqlite3 after a repocopy. This is a Ruby interface toknu2005-01-1713-246/+322
| | | | the SQLite DB engine version 3.
* Update to 4.1.9 release.ale2005-01-165-41/+6
|
* - Update to 1.7.27sem2005-01-146-72/+62
| | | | | | | | - Pass maintainership to submitter PR: ports/76213 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz> Approved by: maintainer (timeout: 3+ monthes)
* - Update to 3.51.10sem2005-01-1410-54/+954
| | | | | | | | | | - Fix building with iodbc driver - Add building of thread-safe lib - Using ${MASTER_SITE_MYSQL} - Pass mainteintership to submitter PR: ports/76216 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz>
* [ maintainer ] databases/mysql-connector-java -- update to 3.1.6edwin2005-01-146-10/+44
| | | | | | | | | | | | | | | | | | | | | | | | | Update to version 3.1.6 -- This is a major update to a new code branch, and development on the 3.0 branch will now be limited to critical bug-fixes. From the release announcement: Version 3.1.6 is the first production release of the 3.1 series that is suitable for use with all versions of MySQL, including MySQL-4.1 or MySQL-5.0. Connector/J 3.1.6 is required if you want to use server-side prepared statements MySQL-4.1.2 or newer, or CallableStatements with MySQL-5.0. http://lists.mysql.com/announce/250 Anyone upgrading from the 3.0 series should first read http://dev.mysql.com/doc/connector/j/en/#id2424819 This update adds both a BUILD_DEPENDS and a RUN_DEPENDS on devel/log4j (unless you use the WITHOUT_COMPILE option, where there's only a RUN_DEPENDS) PR: ports/76149 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Postgis upgrade from 0.9.0 to 0.9.1edwin2005-01-1411-26/+288
| | | | | | | | | | | Postgis upgrade from 0.9.0 to 0.9.1 Other changes: - Adds support to PostgreSQL 8 - Includes Postgis HTML documentation PR: ports/76214 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
* Add a missing dependencymat2005-01-141-1/+3
| | | | Submitted by: Matt Adams <matt.adams@morcor.com>
* Fix build (distfiles was moved).fjoe2005-01-132-2/+2
| | | | | | Submitted by: kuriyama Pointed out by: kris Pointy hat to: fjoe
* [MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.8edwin2005-01-132-5/+9
| | | | | | | | | | Update port: databases/py-MySQLdb-devel to 1.1.8 - Change to 1.1.8 - Install more docs PR: ports/75867 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* INTAINER] Update port: databases/py-MySQLdb to 1.0.1edwin2005-01-133-19/+16
| | | | | | | | | | | Update port: databases/py-MySQLdb to 1.0.1 - Change to 1.0.1 - Rediff patch-_mysql.c - Install more docs PR: ports/75866 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Fix pkg-plistsem2005-01-122-0/+89
| | | | | | - Bump PORTREVISION Reported by: kris via pointyhat
* - Utilize MASTER_SITE_MYSQL instead of tons urlssem2005-01-112-22/+4
| | | | | PR: ports/76055 Submitted by: maintainer
* Update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1edwin2005-01-113-5/+5
| | | | | | | | + update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1 + changelog: http://pear.php.net/package/DB_DataObject_FormBuilder/download/0.11.1/ PR: ports/76040 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* - Update to 2.6.1-rc2sem2005-01-114-6/+6
| | | | | PR: ports/76049 Submitted by: maintainer
* - Make it compilable with old gcc [1]ale2005-01-1112-6/+102
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Make it compilable with old gcc [1]ale2005-01-102-0/+14
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Use MASTER_SITES_MYSQLale2005-01-104-28/+207
| | | | | | | | - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Extend allowed linuxthreads shlib versions Submitted by: sobomax [1]
* Extend allowed linuxthreads shlib versions.ale2005-01-108-16/+16
|
* Move pre-configure in the common part.ale2005-01-108-48/+48
| | | | Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
* Conditionally remove include/mysql.ale2005-01-101-1/+1
|
* Correct comment typo.ale2005-01-107-7/+7
| | | | | PR: ports/76050 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to 5.0.2 release:ale2005-01-1048-990/+1806
| | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob Submitted by: sobomax [1]
* Update to 1.5.2skv2005-01-1015-30/+35
|
* Update to 4.1.8a release [1][2]:ale2005-01-1012-173/+289
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [3] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob PR: ports/75556 [1], ports/75565 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Marcus Grando <marcus@corp.grupos.com.br> [2], sobomax [3]
* Share post-extract target with all three subports.ale2005-01-101-3/+3
| | | | Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
* Fix plist when installing WITHOUT_LDAP.girgen2005-01-092-1/+3
| | | | | PR: ports/75857 Approved by: ade, marcus
* Update to 4.0.23a release [1]:ale2005-01-0911-111/+240
| | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [2] - Fix tcp wrappers (hopefully definitely!) PR: ports/75598 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1], sobomax [2]
* Update to 1.2.0fjoe2005-01-0938-990/+246
|
* Add a fix for 64 bit archmat2005-01-086-0/+186
| | | | Submitted by: Rink Springer <rink@stack.nl>
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0oliver2005-01-0816-28/+112
| | | | Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
* Update to Update to 1.8.20ahze2005-01-083-6/+6
|
* Now builds with old perl versions.kris2005-01-081-1/+0
| | | | Approved by: portmgr (self)
* BROKEN: Fails self-test during buildkris2005-01-021-0/+2
| | | | Approved by: portmgr (self)
* Fix build with MySQL 4.1.x.demon2004-12-311-0/+14
| | | | | Submitted by: Michael Hambly <mike@blackbirdsoftware.com> PR: 74237
* [PATCH] change MAINTAINER email address for all my ports.edwin2004-12-302-2/+2
| | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua>
* Update to 2.41lth2004-12-303-40/+43
|
* Update to 4.3.27krion2004-12-2915-255/+220
| | | | | PR: ports/75563 Submitted by: maintainer
* Update geos dependency library versionmharo2004-12-291-1/+1
| | | | Submitted by: Rolandas Garska <rolandas.garska@ik.ku.lt>
* - Update to 4.54pav2004-12-293-5/+6
| | | | | PR: ports/75524 Submitted by: Martin Matuska <martin@tradex.sk> (maintainer)
* Fix runtime error on 4.x.nork2004-12-282-1/+11
|
* Add missing dependencies.knu2004-12-271-0/+3
|
* Fix compilation with version 4.1.7 of mysql.thierry2004-12-261-5/+7
| | | | | PR: ports/75105 Submitted by: maintainer.
* - Add mSQL dependence. Off by default.sem2004-12-261-8/+9
| | | | Submitted by: maintainer
* Add dependency on devel/pkgconfig.nork2004-12-263-2/+6
| | | | Pointy hat to: pointyhat via kris
* - OPTIONize the port to make it easier to choose drivers.sem2004-12-261-4/+14
| | | | | | | | | | | - Use libtool 1.5 rather than deprecated 1.3 - For those who don't choose any drivers, mark IGNORE to prevent installation - Thus bump PORTREVISION - Pass maintainership to submitter PR: ports/75457 Submitted by: delphij
* Update to 2.5.1.knu2004-12-263-7/+12
|
* Update to 2.2.2.knu2004-12-2616-76/+392
|
* Update to 0.4.3.knu2004-12-263-41/+75
|
* Update to 0.996.knu2004-12-262-3/+3
|
* Add ruby-memcache, a memcached client library for Ruby.knu2004-12-265-0/+50
|
* Previous commit fixed the breakage but forgot to remove BROKEN.kris2004-12-251-2/+0
|
* Update to 3.10.osa2004-12-242-3/+3
|
* Update to 3.31.osa2004-12-242-3/+3
|
* Update to 0.5.3.knu2004-12-243-49/+82
| | | | Submitted by: sumikawa
* Fix pkg-plist. This problem is heinousness, so I bump PORTREVISION.nork2004-12-234-4/+10
| | | | Pointy hat to: myself
* Fix return value for insert/update queries.ale2004-12-234-0/+32
| | | | | Submitted by: "Liddelow, Tim" <liddelow@acer.edu.au> Obtained from: PHP CVS
* Fix dependency on databases/sqlite problem.nork2004-12-231-1/+1
| | | | Pointy hat to: myself
* Clean up SQLite and related ports.nork2004-12-2332-510/+167
| | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
* databases/sqlite3 does not link with tcl8.3edwin2004-12-232-14/+0
| | | | | | | | | | | When trying to build databases/sqlite3 port with SQLITE_WITH_TCL83 defined, the linking stage fails. It looks like sqlite3 uses a funciton which is only available in tcl8.4. Removed TCL83 support for databases/sqlite3 PR: ports/72918 Submitted by: Anton Berezin <tobez@freebsd.org>
* Update databases/sqlite3 to 3.0.8edwin2004-12-238-58/+28
| | | | | | | Update databases/sqlite3 to 3.0.8 PR: ports/74571 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Upgrade to 1.4.vanilla2004-12-232-3/+3
| | | | | PR: ports/75304 Submitted by: maintainer
* Update to 0.11mat2004-12-222-3/+3
|
* PR ports/75344 - This needs testing and an probably experimentalgirgen2004-12-2211-11/+11
| | | | | | | build, so it will not be out the door before the ports freeze. Meanwhile, modify BROKEN text to something more informative. Approved by: ade (mentor)
* Upgrade to 1.1.0. Add a debug option by way of OPTIONS.seanc2004-12-223-6/+14
|
* Fix pkg-plist.skv2004-12-212-3/+1
| | | | Pointed by: kris
* Update to 0.10mat2004-12-202-3/+3
|
* - update to 3.5.1dinoex2004-12-203-7/+25
| | | | PR: 75260