summaryrefslogtreecommitdiff
path: root/databases/p5-Pg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-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
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-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
* Mark this broken.Satoshi 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. Notes: svn path=/head/; revision=14924
* Add missing file.Steve Price1998-10-201-0/+1
| | | | Notes: svn path=/head/; revision=14098
* Postgresql is now fixed.Steve Price1998-10-201-3/+1
| | | | Notes: svn path=/head/; revision=14097
* Mark ports that depends on postgresql BROKEN for ELFJustin M. Seger1998-10-121-1/+3
| | | | Notes: svn path=/head/; revision=13888
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Perl fixesJustin M. Seger1998-08-232-7/+7
| | | | Notes: svn path=/head/; revision=12757
* Mass update of CPAN portsJames FitzGibbon1997-09-142-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
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-241-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
* Remove BROKEN; builds clean with v6.1 of postgresqlJames FitzGibbon1997-06-151-3/+1
| | | | Notes: svn path=/head/; revision=6939
* Mark as broken until postgresql port or p5-Pg distfile is updatedJames FitzGibbon1997-05-291-1/+3
| | | | Notes: svn path=/head/; revision=6624
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-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
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon1997-04-203-6/+10
| | | | | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Fix directory names in dependency for the postgres95 -> postgresqlSatoshi Asami1997-04-111-2/+2
| | | | | | | upgrade. Notes: svn path=/head/; revision=6189
* CAT_E_GORIES+= -> CAT_E_GORIES=David E. O'Brien1996-11-171-8/+4
| | | | | | | | Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup Notes: svn path=/head/; revision=4530
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-241-1/+2
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* an interface between perl5 and the database Postgres95.James FitzGibbon1996-10-235-0/+48
Notes: svn path=/head/; revision=4083