summaryrefslogtreecommitdiff
path: root/databases/p5-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-01-11Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1-6/+6
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/+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. Notes: svn path=/head/; revision=14924
1998-10-20Add missing file.Steve Price1-0/+1
Notes: svn path=/head/; revision=14098
1998-10-20Postgresql is now fixed.Steve Price1-3/+1
Notes: svn path=/head/; revision=14097
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=12757
1997-09-14Mass update of CPAN portsJames FitzGibbon2-7/+5
p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12 Notes: svn path=/head/; revision=7899
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-15Remove BROKEN; builds clean with v6.1 of postgresqlJames FitzGibbon1-3/+1
Notes: svn path=/head/; revision=6939
1997-05-29Mark as broken until postgresql port or p5-Pg distfile is updatedJames FitzGibbon1-1/+3
Notes: svn path=/head/; revision=6624
1997-05-24Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1-3/+3
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
1997-04-20Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon3-6/+10
release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
1997-04-20Add virtual category 'perl5'.Wolfram Schneider1-2/+2
Notes: svn path=/head/; revision=6249
1997-04-11Fix directory names in dependency for the postgres95 -> postgresqlSatoshi Asami1-2/+2
upgrade. Notes: svn path=/head/; revision=6189
1996-11-17CAT_E_GORIES+= -> CAT_E_GORIES=David E. O'Brien1-8/+4
Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup Notes: svn path=/head/; revision=4530
1996-10-24Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1-1/+2
Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
1996-10-23an interface between perl5 and the database Postgres95.James FitzGibbon5-0/+48
Notes: svn path=/head/; revision=4083