aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Activate dbf2mysqldan1999-10-041-0/+1
|
* A set of programs to convert a .dbf file to a MySQL tabledan1999-10-046-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-287-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-2210-10/+0
|
* Remove mysqltutor.dirk1999-09-221-1/+0
|
* Add trailing slash to WWW: url.dirk1999-09-221-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-1850-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-183-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-114-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-094-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-301-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-2814-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-2328-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-222-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-1220-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-0310-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-151-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-1010-0/+20
|
* Upgrade to 3.22.24.dirk1999-07-0630-40/+40
|
* Fixup a Perl5'ism.steve1999-07-052-2/+2
|
* - install gifs for HTML documentationdirk1999-07-0440-40/+790
| | | | | | - put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql'
* Upgrade to 1.0.dirk1999-07-043-36/+23
| | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer)
* Upgrade to 0.3.3.dirk1999-07-032-5/+4
|
* Forgot to add the two PLIST files... Sorry.andreas1999-07-0228-0/+294
| | | | Submitted by: Gaute Nessan <gaute@Norway.EU.net>
* s/mysql322/mysql322-server/dirk1999-07-0110-20/+20
|
* Revert to old version.dirk1999-07-011-1/+1
|
* Revert to old version.dirk1999-07-011-2/+2
|
* Switch from mysql322 to mysql322-client and mysql322-server.dirk1999-07-017-15/+15
|
* Split mysql322 into mysql322-client and mysql322-server.dirk1999-07-0170-430/+900
| | | | | | | | | | mysql322-client uses mysql322-server as a master port. So all the magic is in mysql322-server. mysql322-client must be used to add dependencies to, now. Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial point.
* Remove mysql322-client.dirk1999-07-0110-890/+0
| | | | A version using mysql322(-server) as a master port will follow.
* These were missing as wellandreas1999-06-3028-0/+308
|
* Forgot to add this patchandreas1999-06-3014-0/+448
|
* upgrade to postgresql 6.5andreas1999-06-3084-3472/+12586
| | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se>
* BROKEN='unfetchable, version 6.5 is the latest'obrien1999-06-2714-14/+42
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-2756-56/+56
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Update to 1.3.0.8flathill1999-06-243-8/+7
|
* Update this port so it really works, remove the BROKEN tag.billf1999-06-2410-10/+10
| | | | | | | | | Note: This is a null commit for Makefile, the previous MASTER_SITE update included a patch I hadn't intended for primetime. Dirk can change/remove/modify this whenever he has the Better Solution. Submitted by: Dan Moschuk <dan@trinsec.com> (maintainer)
* Follow the bouncing digex MASTER_SITE.billf1999-06-2420-200/+90
|
* This one doesn't build on the Alpha yet, but should soon.steve1999-06-2314-14/+70
|
* This doesn't build on the alpha yet, but should with a little work.steve1999-06-2310-10/+50
|
* This port contains i386 binaries.steve1999-06-231-1/+3
|
* Comment mysql322-client, it's not ready yet.asami1999-06-221-2/+2
|
* Mark BROKEN awaiting the new maintainer's update to make this portbillf1999-06-2210-30/+40
| | | | | | a reality. This port was repo-copied by 'The Wraith'.
* Add mysql322-client, reach out and touch(1) some data.billf1999-06-221-1/+2
|
* Upgrade tkgnats to 3.0.10andreas1999-06-214-17/+17
| | | | Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
* Add some more MASTER_SITES which does absolutly nothing until someonebillf1999-06-1914-56/+98
| | | | | upgrades this to the allegedly fantastic 6.5. However, it's the thought that counts, right?
* The xforms ports is no longer an i386-only port.steve1999-06-092-8/+2
|
* Upgrade to 3.22.23b.dirk1999-06-0850-190/+190
|
* Activate the dbview port.steve1999-06-071-1/+2
|
* Initial import of dbview version 1.0.3.steve1999-06-076-0/+102
| | | | | | | A program for viewing dBase III files. PR: 11603 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Update to version 1.8.0 and set USE_LIBTOOL=yes.steve1999-06-074-16/+28
| | | | | PR: 11811 Submitted by: Chris Piazza <cpiazza@home.net>
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-0634-100/+22
| | | | in bsd.port.mk and this helps to unify the check and install.
* s,/usr/local,${PREFIX},mharo1999-06-0614-42/+42
|
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-0630-50/+40
| | | | the .la file.
* Update to use gtk version 1.2.3.steve1999-05-291-3/+5
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update 2.3 -> 2.4nectar1999-05-292-6/+7
|
* Update version in comments..peter1999-05-2520-40/+40
|
* More WWW: additionsmharo1999-05-071-1/+1
|
* Modern data bases use W3-Trees to store information.hoek1999-05-032-2/+2
|
* Upgrade to 3.22.22.dirk1999-05-0240-100/+110
|
* gtk11 -> gtk12mharo1999-04-221-3/+3
|
* add another mastersitemharo1999-04-2114-28/+56
|
* /sbin/ldconfig -> ${LDCONFIG}dirk1999-04-1820-40/+40
| | | | | Found by: portlint Reminded by: asami
* Move WWW_SITE to pkg/DESCR:WWW from Makefilescrappy1999-04-1498-127/+129
|
* add a note, that in order to install and run postgresql, you need kernel withandreas1999-04-1314-14/+42
| | | | | | options "SYSVSHM, SYSVSEM, SYSVMSG" PR: 6321
* Upgrade to pgaccess-0.96jseger1999-04-112-4/+4
| | | | | PR: ports/11050 Submitted by: David Kelley <dkelly@tbe.com>
* remove manpages from PLISTandreas1999-04-111-1/+0
| | | | remove one unnecessary empty line at the end of PLIST
* Update to GNATS 3.110pst1999-04-093-8/+10
|
* Proper URLs that reference directories end in '/'billf1999-04-0931-62/+62
|
* - upgrade to 3.22.21dirk1999-04-0750-100/+220
| | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure
* Look in the right place for dependencies.steve1999-04-031-3/+3
| | | | | PR: 10386 Submitted by: Tom Hukins <tom@eborcom.com>
* Submitted by: flathill@FreeBSD.ORGflathill1999-03-315-0/+87
| | | | | search engine software intended for easy use. (The Japanese word `Namazu' means `catfish' in English)
* oops, restore MANUAL_PACKAGE_BUILDache1999-03-2912-12/+24
|
* install examples tooache1999-03-2924-0/+264
|
* change db-specific prefix to shorter one - db2ache1999-03-2924-5484/+5592
| | | | it also match some ports expectations
* upgrade to 2.7.3, old distfile is not available in anycaseache1999-03-2948-900/+5736
| | | | install in the way that not interfere with libc db
* msqladmin -> mysqladmindirk1999-03-241-1/+1
| | | | | PR: ports/10756 Submitted by: chris@holly.dyndns.org
* Forgot to commit this one while upgrading to 3.22.20a.dirk1999-03-2310-10/+10
|
* Upgrade to 3.22.20a.dirk1999-03-2330-70/+50
|
* Added gtksqltaoka1999-03-201-1/+2
|
* Graphical query tool for PostgreSQL.taoka1999-03-206-0/+103
| | | | | PR: ports/8767 Submitted by: Andrey Zakhvatov andy@icc.surw.chel.su
* Add mysqltutor.dirk1999-03-181-1/+2
|
* Add RUN_DEPENDS on wish8.0.steve1999-03-151-2/+3
| | | | | PR: 10237 Submitted by: Sheldon Hearn <sheldonh@iafrica.com>
* portlint: WWW_SITE shouldn't come before *_DEPENDS lines.nectar1999-03-131-3/+2
|
* Add a few more Y2K/WWW_SITE pointers ...scrappy1999-03-127-7/+22
|
* Commit all Y2K/WWW_SITE changes to Makefiles...scrappy1999-03-1247-47/+135
|
* Upgrade to 0.3.2.dirk1999-03-112-4/+4
|
* Upgrade to v0.91jfitz1999-03-114-12/+12
| | | | | | Fix dependency on DBI.pm to use proper Mk variables PR: ports/10128 Submitted by: Brook.Schofield@utas.edu.au
* Upgrade to v0.90jfitz1999-03-104-18/+12
| | | | | | Unbreak for ELF PR: ports/8926, ports/9675 Submitted by: girgen@partitur.se
* Upgrade to 3.22.19b.dirk1999-03-0550-370/+190
|
* Update from 2.1 to 2.3.nectar1999-02-234-21/+21
|
* Add Bundle::DBI.3.vanilla1999-02-202-4/+6
|
* Use ${PERL} for substituting and not ${PERL5}.dirk1999-02-2020-60/+60
|
* Sync version number (5 -> 6) of libmysqlclient with mysql322.dirk1999-02-125-10/+10
|
* Fix this to use ${MOTIFLIB} properly.asami1999-02-121-2/+11
|
* Upgrade to 1.4.1.dirk1999-02-123-28/+25
| | | | Requested by: Andreas Klemm <andreas@FreeBSD.ORG>
* Fix PLIST: version for libmysqlclient.so was bumped from 5(.2) to 6(.0).dirk1999-02-1110-10/+10
|
* Upgrade to 3.22.16a-gamma.dirk1999-02-0940-80/+80
|
* Cleanups:dirk1999-02-0831-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.*.
* Fix build error:dirk1999-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
* Forgot the PLIST changes.steve1999-02-0414-56/+378
|
* Fix build for ELF and update PLIST to match the current state of affairs.steve1999-02-0414-0/+224
| | | | PR: 9685
* Upgrade to 3.22.15-gamma.dirk1999-02-0240-80/+80
|
* Upgrade to 1.06.vanilla1999-01-316-14/+12
| | | | | PR: ports/9676 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Another fix for 4.0-CURRENT.dirk1999-01-291-1/+1
| | | | Forgotten by: sada
* Fix path on web.tryc.on.cafenner1999-01-282-4/+4
|
* Upgrade to 1.2016.vanilla1999-01-224-14/+16
|
* Unbreak this one.vanilla1999-01-224-20/+14
|
* Update from 6.4 to 6.4.2andreas1999-01-2028-56/+42
| | | | | Reviewed by: me Submitted by: David Kelly <dkelly@nebula.tbe.com>
* Don't try to find out which mysql version is installed.dirk1999-01-185-31/+11
| | | | | | | Use a simple library dependency to mysql322. The "autodetection" introduces more problems than it solves. Requested by: Satoshi
* Most of the GNU master sites moved gdbm into a subdirectory last month.fenner1999-01-171-1/+2
| | | | Found by: distfile checker
* Change the dependencies to MySQL:dirk1999-01-155-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(?).)
* More Y2K Statement Links...scrappy1999-01-1312-12/+36
|
* Add a Y2K= variable to Makefile pointing at Y2K statement for softwarescrappy1999-01-1314-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...
* Rewrite p5- module's PLIST for alpha.simokawa1999-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
* unBROKEN_ELF this port.billf1999-01-092-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.
* Some cleanups:dirk1999-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
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.simokawa1999-01-072-2/+8
| | | | XForms has not been available for FreeBSD/alpha yet.
* Upgrade to 3.22.14b-gamma.dirk1999-01-0650-230/+230
| | | | | According to T.c.X DataKonsultAB this is the recommended version now. So remove NO_LATEST_LINK (and set it for mysql321).
* Update to version 3.107-beta.steve1999-01-043-5/+6
|
* Upgrade to 1.9dirk1998-12-283-24/+25
| | | | Requested by: Andreas Klemm <andreas@FreeBSD.ORG>
* Portlint.asami1998-12-272-8/+8
|
* mark this IS_INTERACTIVE due to interactive fetchobrien1998-12-271-1/+2
|
* InterBase 4.0kuriyama1998-12-266-0/+246
| | | | | PR: ports/8667 Submitted by: Berend de Boer <berend@pobox.com>
* Activate interbase4.kuriyama1998-12-261-1/+2
|
* Upgrade to 3.22.13-beta.dirk1998-12-2460-310/+360
|
* Fix typo error.vanilla1998-12-244-10/+10
| | | | Submitted by: "Kurt D. Zeilenga" <Kurt@OpenLDAP.Org>
* BROKEN='fetch -- 3.22.13-beta is the current distfile'obrien1998-12-2420-20/+60
|
* respect CFLAGS, not set it.billf1998-12-2414-14/+112
| | | | | | PR: ports/8803 (sorta) Reviewed by: Scrappy (sorta) Submitted by: billf
* Upgrade to 3.22.11-beta.dirk1998-12-2350-520/+420
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Fix bogon in previous commit by scrappy -- move ldconfig lines back toasami1998-12-2214-28/+28
| | | | | the right place so they will actually be run on the libraries, not some text files.
* Fix typo in MASTER_SITES.billf1998-12-1220-40/+40
|
* Update MASTER_SITES.billf1998-12-1220-80/+120
|
* Remove the trailing '/' from *_DEPENDS definitions.steve1998-12-073-12/+12
| | | | | Caught by: A little perl script for INDEX generation that Satoshi and I are working on. :)
* Don't try to be too fancy about using ps to find its flags, it breaksasami1998-12-0130-120/+460
| | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer
* Mark this broken.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.
* Mark this broken: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.
* Add PKGNAME without the "v" in version number.asami1998-11-2414-14/+28
|
* Add shlib minor != 0.asami1998-11-2410-10/+10
|
* Update of postgresql bumped libpq version number from .1 -> .2nectar1998-11-241-2/+2
|
* upgrade to latest stable version 0.91andreas1998-11-232-4/+4
|
* Upgrade to PostgreSQL v6.4scrappy1998-11-2342-616/+2310
| | | | From: Cyrus Rahman <cr@jcmax.com>
* Update to version 3.22.10-beta.steve1998-11-2260-1300/+390
| | | | | PR: 8701 Submitted by: maintainer
* unbreak port ... xforms is available as ELF now ...andreas1998-11-211-3/+1
|
* unbreak this port, xforms is available for ELFandreas1998-11-211-3/+1
|
* Add virtual category elisp.kuriyama1998-11-201-2/+2
| | | | | Reminded by: wosch Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* Add "FETCH_BEFORE_ARGS=-b", otherwise file will be truncated on fetch.asami1998-11-171-1/+2
|
* Activate gmysql.vanilla1998-11-161-1/+2
|
* It's a graphic frontend of mysql.vanilla1998-11-165-0/+39
| | | | | PR: ports/8700 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-5/+7
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Blew last commit. This fixes it.nectar1998-11-141-45/+5
|
* Update for ELF.nectar1998-11-141-0/+26
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-1122-86/+108
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Activate gadfly.tg1998-11-031-1/+2
|
* New port gadfly, an SQL database written in Python.tg1998-11-035-0/+148
|
* Upgrade to 3.0.8pst1998-10-294-3/+15
|
* Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>thepish1998-10-2260-620/+900
| | | | | - Upgrade to mysql-3.22.9-beta - fix build under ELF
* Fix various bogons. (I *assume* the libtyphoon.so link was meant forasami1998-10-221-3/+3
| | | | the a.out case, because otherwise the name of the shared library is wrong.)
* The mysql321 port is no longer broken.steve1998-10-202-4/+4
|
* Convert to ELF and make reinstall friendly.steve1998-10-203-8/+14
|
* Add missing file.steve1998-10-201-0/+1
|
* Postgresql is now fixed.steve1998-10-201-3/+1
|
* closedir takes one argument.steve1998-10-202-4/+4
|
* Unbreak.jseger1998-10-1642-154/+112
| | | | Submitted by: steve
* Mark BROKEN for ELF: depends on BROKEN mysql-3.21.33jseger1998-10-122-2/+6
|
* Mark ports that depends on postgresql BROKEN for ELFjseger1998-10-124-4/+12
|
* Mark BROKEN for ELF:jseger1998-10-1214-14/+42
| | | | | | | | | | ld -x -Bshareable -Bforcearchive -o libpq.so.1.1 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-lobj.o dllist.o pqsignal.o pqcomprim.o /usr/libexec/elf/ld: unrecognized option `-Bforcearchive' gmake[2]: *** [libpq.so.1.1] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/interfaces/libpq' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/interfaces' gmake: *** [all] Error 2
* Mark BROKEN for current:jseger1998-10-122-2/+12
| | | | | | ===> Compressing manual pages for p5-DBI-1.02 /usr/local/man//man1/dbiproxy.1: No such file or directory *** Error code 1
* Remove all the remaining regexps from LIB_DEPENDS. There are someasami1998-10-091-2/+2
| | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps.
* Mark this MANUAL_PACKAGE_BUILD -- it seems to install headers that conflictasami1998-10-0820-20/+40
| | | | with mysql321. (sigh)
* Remove regexp support for tk81 libraries.steve1998-10-041-2/+2
|
* Mark BROKEN for ELF.jseger1998-10-0120-20/+60
|
* Mark broken for ELF because of xforms port.steve1998-09-272-4/+8
|
* tcl80 has been ELFized.asami1998-09-2514-28/+28
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-173-6/+6
| | | | in the first place.
* Upgrade to 1.02.vanilla1998-09-164-10/+10
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-1629-98/+98
| | | | | | checks haven't missed anything. Submitted by: dima
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-153-6/+6
| | | | ELF conversion.
* link with -pthread = -nostdlib und -lc_randreas1998-09-1410-0/+110
| | | | | | not only using -lc_r what would result in linking in libc and libc_r Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Obtained from: John Birrell
* This is the latest mysql version.andreas1998-09-0761-598/+2594
| | | | | In the future we have to mysql ports, a stable one and a developer version. Under FreeBSD-current this port supports threads ...
* use stable mysql portandreas1998-09-073-6/+6
|
* Use stable mysql portandreas1998-09-071-4/+3
|
* nuke mysql entirelyandreas1998-09-071-2/+3
| | | | add necessary entries for both mysql ports after repository copy
* Mark ports that are still suffering from post-perl5-upgrade syndromeasami1998-09-031-2/+2
| | | | | | as broken. Actually there were much fewer than I thought. Approved by: markm
* Dirk Froemberg <ibex@physik.TU-Berlin.DE> is the new maintainer,andreas1998-09-0220-80/+40
| | | | | | | agreed by Josh Tiefenbach <josh@ican.net>, thanks Josh for your previous work on this port. Port is no more broken. Requested by new maintainer and tested by me with a -current system.
* the install.db script should be run from within ${WORKSRC}thepish1998-09-0120-40/+40
|
* Upgrade to 1.2003.vanilla1998-08-314-10/+10
|
* Update to version 2.0.4.1 and in the process: portlint, fixsteve1998-08-3014-290/+278
| | | | PLIST, and honor PREFIX.
* Update to newest version 3.0.6andreas1998-08-302-3/+3
|
* Perl fixesjseger1998-08-232-7/+7
|
* Perl fixesjseger1998-08-236-25/+25
|
* /bin/cp /usr/ports/databases/mysql/work/mysql-3.21.33/data/mysql/*.frm ↵asami1998-08-2020-20/+60
| | | | | | | | | | | /usr/local/share/mysql/mysql /usr/ports/databases/mysql/work/mysql-3.21.33/scripts/mysql_install_db Didn't find the 'data' directory in the current directory You should be in the distribution directory when executing this script Please go to the directory where you unpacked this distribution and start this script with 'scripts/mysql_install_db' *** Error code 1
* deve/p5-Data-Dumper is included in perl now.asami1998-08-191-3/+2
|
* Um, PERL_VER is not spelled PERL_VERL. ;)asami1998-08-192-44/+44
|
* Upgrade to 1.2001, and set myself as maintainer.vanilla1998-08-186-78/+46
|
* Upgrade to 1.00, and set myself as maintainer.vanilla1998-08-186-52/+84
|
* Long live feminism! No manpages! Nyah-hah-hah!hoek1998-08-1744-1560/+0
|
* Pick up a few new installed files and follow the new MAN?steve1998-08-171-10/+3
| | | | | | paradigm. Reviewed by: Paul Traina <pst@juniper.net>
* Update to version 3.0.5.steve1998-08-172-4/+4
|
* Update to GNATS 3.106pst1998-08-175-33/+22
|
* upgrade to 3.21.33thepish1998-08-1440-280/+320
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-083-6/+6
|
* Compatible with perl5.00501.vanilla1998-08-064-48/+48
|
* Upgrade to 1.1833, and make it compatible with perl5.00501.vanilla1998-08-066-64/+66
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-052-4/+4
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Making x11 category more useful project part 1: take out "x11" ofasami1998-07-281-2/+2
| | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
* User `httpd' on the package-building machine already owns msql's uid 80.hoek1998-07-262-4/+4
| | | | | | Move msql to 87:87 so that package-building works again. I have an extremely strong suspicion that msql does not need _reserved_ uid:gid's at all, but I can't even fetch the distfile to check...
* If the installed python has been linked with threads,nectar1998-07-241-11/+17
| | | | | then we need to link this extension module with threads also.
* Tighten the search for the python library.nectar1998-07-231-16/+13
|
* Define MAN? macros. I have no idea how packaging worked at all.asami1998-07-221-1/+3
|
* Remove NO_PACKAGE. I found the rather small copyright sectiongpalmer1998-07-211-2/+1
|
* Use more official (but equivalent) homepage.hoek1998-07-211-1/+1
|
* Add homepage.hoek1998-07-211-0/+2
|
* Mark this port broken:asami1998-07-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === ## make package >> Checksum OK for PyGreSQL-2.1.tgz. ===> Extracting for py-PyGreSQL-2.1 ===> py-PyGreSQL-2.1 depends on executable: python - found ===> py-PyGreSQL-2.1 depends on shared library: pq\.1\. - found ===> Patching for py-PyGreSQL-2.1 ===> Configuring for py-PyGreSQL-2.1 test: syntax error /bin/cp /usr/ports/databases/py-PyGreSQL/scripts/Makefile /usr/ports/databases/py-PyGreSQL/work /bin/cp /usr/ports/databases/py-PyGreSQL/scripts/Makefile.in /usr/ports/databases/py-PyGreSQL/work /bin/cp /usr/ports/databases/py-PyGreSQL/scripts/configure.in /usr/ports/databases/py-PyGreSQL/work install -c -m 0555 /usr/ports/databases/py-PyGreSQL/scripts/install-sh /usr/ports/databases/py-PyGreSQL/work install -c -m 0555 /usr/ports/databases/py-PyGreSQL/scripts/configure.local /usr/ports/databases/py-PyGreSQL/work/configure creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking for gcc... cc checking whether the C compiler (cc -O2 -pipe -L/usr/local/lib/python1.5/config -L/usr/local/pgsql/lib) works... yes checking whether the C compiler (cc -O2 -pipe -L/usr/local/lib/python1.5/config -L/usr/local/pgsql/lib) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for python... /usr/local/bin/python checking for pow in -lm... yes checking for read_history in -lreadline... yes checking for crypt in -lcrypt... yes checking for PyArg_Parse in -lpython1.5... no configure: error: The Python 1.5 library could not be found. *** Error code 1 : === Note the "test: syntax error" in the first line output from configure. Satoshi
* Remove empty lines and trailing whitespace.asami1998-07-201-3/+2
| | | | Found by: portlint
* Let the ports collection do its thing with CDBgpalmer1998-07-191-1/+2
|
* Import of CDB 0.55, a lightweight database package from D. J. Bernsteingpalmer1998-07-195-0/+55
|
* Change CATEGORIES to ``databases''.nectar1998-07-071-2/+2
|
* Activate py-PyGreSQL (in new home).nectar1998-07-071-1/+2
|
* Just moved from category devel.nectar1998-07-075-0/+84
|
* Update to version 1.1831steve1998-07-056-16/+40
| | | | PR: 6765
* Update to newest version 0.88andreas1998-06-132-3/+3
|
* Change "@exec [ ! foo ] && bar" to "@exec [ foo ] || bar" so thereasami1998-06-0510-10/+10
| | | | won't be any spurious warning messages when the command bar isn't run.
* Upgrade to 2.00, add 2 BUILD_DEPENDS.vanilla1998-05-143-7/+15
|
* Update to reflect that 1.1 is the current version of libpq.so.steve1998-05-112-4/+4
| | | | | PR: 6527 Submitted by: Sascha Blank <blank@fox.uni-trier.de>
* Upgrade to version 0.72.steve1998-05-044-10/+10
| | | | | PR: 6461 Submitted by: Dnaiel J. O'Connor <darius@holly.dons.net.au>