summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark this port broken:Satoshi 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 Notes: svn path=/head/; revision=12010
* Remove empty lines and trailing whitespace.Satoshi Asami1998-07-201-3/+2
| | | | | | | Found by: portlint Notes: svn path=/head/; revision=12008
* Let the ports collection do its thing with CDBGary Palmer1998-07-191-1/+2
| | | | Notes: svn path=/head/; revision=11956
* Import of CDB 0.55, a lightweight database package from D. J. BernsteinGary Palmer1998-07-195-0/+55
| | | | Notes: svn path=/head/; revision=11955
* Change CATEGORIES to ``databases''.Jacques Vidrine1998-07-061-2/+2
| | | | Notes: svn path=/head/; revision=11767
* Activate py-PyGreSQL (in new home).Jacques Vidrine1998-07-061-1/+2
| | | | Notes: svn path=/head/; revision=11766
* Just moved from category devel.Jacques Vidrine1998-07-065-0/+84
| | | | Notes: svn path=/head/; revision=11765
* Update to version 1.1831Steve Price1998-07-046-16/+40
| | | | | | | PR: 6765 Notes: svn path=/head/; revision=11708
* Update to newest version 0.88Andreas Klemm1998-06-132-3/+3
| | | | Notes: svn path=/head/; revision=11414
* Change "@exec [ ! foo ] && bar" to "@exec [ foo ] || bar" so thereSatoshi Asami1998-06-0510-10/+10
| | | | | | | won't be any spurious warning messages when the command bar isn't run. Notes: svn path=/head/; revision=11272
* Upgrade to 2.00, add 2 BUILD_DEPENDS.Vanilla I. Shu1998-05-143-7/+15
| | | | Notes: svn path=/head/; revision=10985
* Update to reflect that 1.1 is the current version of libpq.so.Steve Price1998-05-102-4/+4
| | | | | | | | PR: 6527 Submitted by: Sascha Blank <blank@fox.uni-trier.de> Notes: svn path=/head/; revision=10938
* Upgrade to version 0.72.Steve Price1998-05-034-10/+10
| | | | | | | | PR: 6461 Submitted by: Dnaiel J. O'Connor <darius@holly.dons.net.au> Notes: svn path=/head/; revision=10820
* Upgrade to mysql-3.21.29-gamma.Justin M. Seger1998-04-2940-100/+100
| | | | | | | | PR: 6322 Submitted by: ibex@physik.TU-Berlin.DE Notes: svn path=/head/; revision=10751
* Andreas forgot to delete PATCH_DEBUG....Satoshi Asami1998-04-2214-42/+28
| | | | Notes: svn path=/head/; revision=10630
* Upgrade postgresql to version 6.3.2Andreas Klemm1998-04-2156-1078/+2072
| | | | | | | | | | | | | | | | | | | Many bugfixes and cosmetic changes Changes by Scrappy and me My additional changes: - had to link libpgtcl.so with the crypt library to get rid of the pgaccess error message, that crypt is missing - had to add -i option in the startup script, so that pgaccess is able to connect to the postmaster process - removed all unnecessary patches - updated PLIST Thanks to the postgresql developement team, who did a great job to simplify the postgresql port, by applying the patches and making the autoconf mechanism more consistent. Submitted by: The Hermit Hacker <scrappy@hub.org> Notes: svn path=/head/; revision=10625
* Upgrade to latest pgaccess version 0.86Andreas Klemm1998-04-212-3/+3
| | | | Notes: svn path=/head/; revision=10624
* I think Andreas was sleepy. :)Satoshi Asami1998-04-201-0/+1
| | | | Notes: svn path=/head/; revision=10605
* build depends on gnats config filesAndreas Klemm1998-04-181-2/+3
| | | | Notes: svn path=/head/; revision=10555
* activate tkgnatsAndreas Klemm1998-04-181-1/+2
| | | | Notes: svn path=/head/; revision=10554
* New port tkgnats 3.0.3Andreas Klemm1998-04-185-0/+80
| | | | | | | a tk frontend for the GNATS bug database Notes: svn path=/head/; revision=10553
* Upgrade to 1.25, and portlint.Vanilla I. Shu1998-04-043-12/+12
| | | | Notes: svn path=/head/; revision=10418
* Mark BROKEN. DEPENDS on databases/msql which is also BROKEN.Justin M. Seger1998-04-031-1/+3
| | | | Notes: svn path=/head/; revision=10400
* Remove BROKEN tag as this now packages.Steve Price1998-03-2920-60/+20
| | | | Notes: svn path=/head/; revision=10376
* I don't quite understand how I got all these files toSteve Price1998-03-2910-4230/+0
| | | | | | | | | | install the first time, but they don't install anymore so remove them from the PLIST. Found by: Satoshi Asami Notes: svn path=/head/; revision=10375
* Mark this port broken, doesn't package.Satoshi Asami1998-03-2820-20/+60
| | | | Notes: svn path=/head/; revision=10361
* Update to version 3.21.26gamma.Steve Price1998-03-2840-100/+4370
| | | | | | | | PR: 6075 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=10352
* Postgresql binary isn't fetchable, was removed from the master sites.Andreas Klemm1998-03-2214-42/+28
| | | | | | | | I think this is ok'd by Satoshi. Submitted by: jseger@freebsd.scds.com Notes: svn path=/head/; revision=10287
* Upgrade to version 3.21.25g-gamma.Steve Price1998-03-1651-390/+795
| | | | | | | | PR: 5983 Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=10166
* Try to commit again. I think the trouble happened, becauseAndreas Klemm1998-03-023-16/+16
| | | | | | | | I didn't checkout first ... Here the update to 1.8 Notes: svn path=/head/; revision=9998
* unbreak port (updated PLIST)Andreas Klemm1998-03-022-3/+3
| | | | Notes: svn path=/head/; revision=9996
* The long description of the port pgaccess-0.73 saids to use:Andreas Klemm1998-02-271-1/+1
| | | | | | | | | | | make USE_TCL all install This in incomplete make USE_TCL=yes all install is correct Reviewed by: Gert van der Plas <gert@inferno.phys.tue.nl> Notes: svn path=/head/; revision=9957
* Note the PR.David E. O'Brien1998-02-272-4/+4
| | | | | | | PR: ports/5868 Notes: svn path=/head/; revision=9956
* Port is BROKEN.David E. O'Brien1998-02-272-2/+6
| | | | | | | | | 1. Isn't PREFIX clean 2. PLIST is way erronious (comment out NO_PACKAGE) and just try... (PR to be submitted) Notes: svn path=/head/; revision=9955
* Create the /var/db/mysql/* files in the package'd version ofSteve Price1998-02-2330-310/+520
| | | | | | | | | this port. Also sort pkg/PLIST and some minor portlint mods. PR: 5014 Notes: svn path=/head/; revision=9891
* Upgrade to 0.93.Vanilla I. Shu1998-02-186-22/+22
| | | | Notes: svn path=/head/; revision=9812
* Fix to properly install info files.Steve Price1998-02-154-1/+43
| | | | | | | | PR: 5740 Submitted by: Igor Vinokurov <igor@zynaps.ru> Notes: svn path=/head/; revision=9733
* Upgrade to 2.0.3; James seems to be busy at the moment.Thomas Gellekum1998-02-1322-212/+348
| | | | | | | | PR: 4769 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> Notes: svn path=/head/; revision=9697
* Mark this port broken, doesn't package.Satoshi Asami1998-02-021-1/+2
| | | | Notes: svn path=/head/; revision=9574
* Make this port properly package.Satoshi Asami1998-02-021-2/+2
| | | | | | | | | | Now, I know you tested it (who doesn't? :), Andreas, but you need to test it *twice* with a "make deinstall" in between, or you may not catch files that were left from the previous installation (as it was in this case). Notes: svn path=/head/; revision=9566
* Forgot cvs add for the previous commit.Andreas Klemm1998-01-3114-0/+966
| | | | | | | Please test. Notes: svn path=/head/; revision=9540
* DISTFILE moved on MASTER_SITE.Justin M. Seger1998-01-311-2/+2
| | | | Notes: svn path=/head/; revision=9537
* Update to latest version 0.4.4Andreas Klemm1998-01-293-44/+82
| | | | | | | Please note: you need the newest xforms library (BTW: same for xmysql !) Notes: svn path=/head/; revision=9504
* Update this port to version 1.7Andreas Klemm1998-01-293-37/+34
| | | | Notes: svn path=/head/; revision=9503
* Upgrade to v0.91James FitzGibbon1998-01-274-10/+10
| | | | | | | Submitted by: Peter van Heusden <pvh@leftside.wcape.school.za> Notes: svn path=/head/; revision=9480
* Use MASTER_SITE_SUNSITE and fix paths (xapps/ is gone).Bill Fenner1998-01-271-3/+3
| | | | | | | Submitted by: distfile checker Notes: svn path=/head/; revision=9473
* Upgrade to v2.3.16James FitzGibbon1998-01-2624-72/+180
| | | | | | | Submitted-by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=9470
* Update to v3.21.21a-betaJames FitzGibbon1998-01-2640-210/+190
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=9469
* Make gnats port to package cleanly.Paul Traina1998-01-246-8/+134
| | | | | | | | PR: 5506 Submitted by: Jun Kuriyama Notes: svn path=/head/; revision=9432
* Bring in 2 big jumbo patches from the bug-gnats mailing list.Paul Traina1998-01-201-1/+0
| | | | Notes: svn path=/head/; revision=9381