aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Pg
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-131-1/+1
| | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Cleanup plistbapt2014-10-201-1/+0
|
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Convert to USES=pgsqlbapt2014-05-051-2/+1
| | | | | | | While here: - stage support for pg_rman - stage support for pgagent - stage support for hashtypes
* Support STAGEDIR.vanilla2013-11-032-5/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* For perl@ owned ports:eadler2013-03-291-6/+2
| | | | | - Fix COMMENT - Trim header
* Over to perl@ (really not being abandoned!)crees2012-01-201-1/+1
|
* - Reset ports due to maintainer timeouts and lack of response to emailstabthorpe2012-01-191-1/+1
| | | | With hat: portmgr
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-2/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* The gborg.postgresql.org distributions exist on the main postgresqlgirgen2005-07-221-1/+2
| | | | ftp stites, so let's use them
* Fix a problem where an array is returned from a DoQuery call thatgirgen2005-02-112-1/+12
| | | | | | | | should return 0 tuples. It was always returning an array that indicates it has 1 tuple. Submitted by: Birch Zimmer <birch at naturalpoint dot com> Approved by: ade (mentor)
* Split the postgresql ports into a server and a client part.girgen2005-01-311-3/+2
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Add myself as committer, and use my @FreeBSD.org address.girgen2004-12-061-1/+1
| | | | Approved by: ade (mentor)
* Update to 2.1.1, fixing a critical issue with the previous version usingade2004-08-112-5/+3
| | | | | | | | | | system malloc (irrespective of whether perl itself was compiled with its own malloc or system malloc), with the obvious hilarity on freeing. Maintainer timeout. Please wake up :) Submitted by: ade Approved by: maintainer-timeout (2 weeks)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* utilize SITE_PERLijliao2003-10-242-7/+6
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 2.0.2erwin2003-09-032-2/+2
| | | | | PR: 56344 Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update p5-Pg, latest library booted off into its own project on gbort.seanc2003-01-052-15/+9
| | | | | | | Version numbers have rolled back, bump PORTEPOCH. PR: ports/45946 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Chase libpq version bump.seanc2003-01-041-3/+3
|
* Upgrade to 7.2, it's part of postgresql.vanilla2002-02-194-20/+22
| | | | | | | and assign maintainer to Palle Girgensohn <girgen@partitur.se> PR: ports/34861 Submitted by: Palle Girgensohn <girgen@partitur.se>
* 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-241-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-091-3/+3
|
* Portlint:mharo2000-03-222-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-271-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-161-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-251-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-213-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-245-0/+48