summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1-1/+1
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
1999-03-10Upgrade to v0.91James FitzGibbon2-6/+6
Fix dependency on DBI.pm to use proper Mk variables PR: ports/10128 Submitted by: Brook.Schofield@utas.edu.au Notes: svn path=/head/; revision=17129
1999-03-10Upgrade to v0.90James FitzGibbon2-9/+6
Unbreak for ELF PR: ports/8926, ports/9675 Submitted by: girgen@partitur.se Notes: svn path=/head/; revision=17125
1999-01-11Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1-5/+5
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 Notes: svn path=/head/; revision=16010
1998-11-28Mark this broken:Satoshi Asami1-1/+2
------- : 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. Notes: svn path=/head/; revision=14923
1998-10-12Mark ports that depends on postgresql BROKEN for ELFJustin M. Seger1-1/+3
Notes: svn path=/head/; revision=13888
1998-09-15Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1-2/+2
checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
1998-08-23Perl fixesJustin M. Seger2-7/+7
Notes: svn path=/head/; revision=12739
1998-08-17Long live feminism! No manpages! Nyah-hah-hah!Tim Vanderhoek1-1/+0
Notes: svn path=/head/; revision=12573
1998-05-10Update to reflect that 1.1 is the current version of libpq.so.Steve Price1-2/+2
PR: 6527 Submitted by: Sascha Blank <blank@fox.uni-trier.de> Notes: svn path=/head/; revision=10938
1998-05-03Upgrade to version 0.72.Steve Price2-5/+5
PR: 6461 Submitted by: Dnaiel J. O'Connor <darius@holly.dons.net.au> Notes: svn path=/head/; revision=10820
1997-09-14Mass upgrade of CPAN ports:James FitzGibbon2-5/+5
p5-Apache -> 1.00b2 p5-Array-PrintCols -> 2.0 p5-C-Scan -> 0.4 p5-DBD-Pg -> 0.62 p5-Data-Flow -> 0.05 p5-Devel-Peek -> 0.83 p5-HTML-Stream -> 1.40 p5-HTTPD-Tools -> 0.55 p5-Image-Size -> 2.4 p5-IniConf -> 0.92 p5-Msql -> 1.1809 p5-Mysql -> 1.1809 p5-PGP -> 0.3a p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12 Notes: svn path=/head/; revision=7898
1997-06-24Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1-4/+4
number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
1997-06-19Typo in dependency ("database/p5-DBI" -> "databases/p5-DBI").Satoshi Asami1-2/+2
Became obvious make package test was omitted by: jfitz :p Notes: svn path=/head/; revision=7007
1997-06-18Import of a perl5 module for accessing PostgeSQL databases through the DBIJames FitzGibbon5-0/+40
Notes: svn path=/head/; revision=6998