summaryrefslogtreecommitdiffstats
path: root/databases/p5-Pg
Commit message (Collapse)AuthorAgeFilesLines
* With postgresql-7.1, the installer can choose to install according toijliao2001-05-081-2/+2
| | | | | | | | | traditional layout, or to install in /usr/local, obeying hier(7). For both ways to work, port depending on postgresql need to accept both locations for includes and libs. PR: 26918 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Fix include directory for postgresql7.1's new layout.vanilla2001-04-211-2/+3
|
* Add CONFIGURE_ENV.vanilla2001-03-211-2/+2
| | | | Submitted by: bento
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-7/+2
|
* typo clean up police: \s -> \tlioux2001-02-141-1/+1
|
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.will2000-10-231-1/+1
|
* after removal of old postgresql port fix dependencies for postgresql7 portandreas2000-08-261-1/+1
| | | | thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.
* Update to version 1.9kevlo2000-07-312-4/+4
| | | | | PR: 20250 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-3/+5
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-3/+3
|
* Portlint:mharo2000-03-212-3/+1
| | | | | | PREFIX -> LOCALBASE Man pages in Makefile, not PLIST Remove extra blank lines
* Update to version 1.8.1.steve1999-12-292-5/+6
| | | | | PR: 12726 Submitted by: Palle Girgensohn <girgen@partitur.se>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-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.
* Rewrite p5- module's PLIST for alpha.simokawa1999-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
* 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.
* Add missing file.steve1998-10-201-0/+1
|
* Postgresql is now fixed.steve1998-10-201-3/+1
|
* Mark ports that depends on postgresql BROKEN for ELFjseger1998-10-121-1/+3
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-151-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Perl fixesjseger1998-08-232-7/+7
|
* Mass update of CPAN portsjfitz1997-09-142-7/+5
| | | | | | | p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵jfitz1997-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.)
* Remove BROKEN; builds clean with v6.1 of postgresqljfitz1997-06-151-3/+1
|
* Mark as broken until postgresql port or p5-Pg distfile is updatedjfitz1997-05-291-1/+3
|
* Upgrade all ports requiring perl5.003 to perl5.004jfitz1997-05-241-3/+3
| | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵jfitz1997-04-203-6/+10
| | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE
* Add virtual category 'perl5'.wosch1997-04-201-2/+2
|
* Fix directory names in dependency for the postgres95 -> postgresqlasami1997-04-111-2/+2
| | | | upgrade.
* CAT_E_GORIES+= -> CAT_E_GORIES=obrien1996-11-171-8/+4
| | | | | Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.jfitz1996-10-241-1/+2
| | | | Submitted by: asami@freebsd.org
* an interface between perl5 and the database Postgres95.jfitz1996-10-235-0/+48
OpenPOWER on IntegriCloud