aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-DB
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-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 Notes: svn path=/head/; revision=357300
* Support STAGEDIR.Vanilla I. Shu2013-11-072-6/+6
| | | | Notes: svn path=/head/; revision=333065
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to new perl frameworkMathieu Arnold2013-08-021-8/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Fix typoAndrej Zverev2012-07-191-1/+1
| | | | Notes: svn path=/head/; revision=301149
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-07-011-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300304
* - Revert my changes with SITE_PERL for ports which require mod_perl2.Andrej Zverev2012-06-061-1/+1
| | | | | | | | Pointy hat: az@ Reported by: pav@ Notes: svn path=/head/; revision=298555
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-1/+1
| | | | Notes: svn path=/head/; revision=298342
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-10/+4
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280086
* mod_perl2 was updated, this changes are needet to preventOlli Hauer2011-05-221-1/+3
| | | | | | | | | | | | | | dependency loops - fix mod_perl/mod_perl2 dependency - p5-Apache-Reload is now included in mod_perl2 - make usage of CPAN author macro - bump portrevision commit with hat apache@ Notes: svn path=/head/; revision=274481
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - donate some more of my p5- ports to perl@Philip M. Gollucci2010-02-041-1/+1
| | | | | | | [included is my 1st port ever databases/p5-DBIx-Tree Date created: January 29th 2003] Notes: svn path=/head/; revision=249235
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - USE_APACHE=yes is deprecated (mod_perl takes care of it)Philip M. Gollucci2009-04-131-1/+0
| | | | Notes: svn path=/head/; revision=232275
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* * update to 0.14Sergey Skvortsov2008-06-072-5/+5
| | | | | | | | | | | * pass maintainership to submitter Changes: http://search.cpan.org/src/FWILES/Apache-DB-0.14/Changes PR: ports/123539 Submitted by: Philip M. Gollucci <pgollucci xx p6m7g8.com> Notes: svn path=/head/; revision=214471
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.13Sergey Skvortsov2006-05-292-4/+11
| | | | | | | Changes: http://search.cpan.org/src/FWILES/Apache-DB-0.13/Changes Notes: svn path=/head/; revision=163863
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 0.10Sergey Skvortsov2005-05-162-3/+3
| | | | | | | * ported all modules to mod_perl 2.0.0-RC6 including API changes Notes: svn path=/head/; revision=135361
* Fix pkg-plist.Sergey Skvortsov2004-12-231-1/+1
| | | | | | | Pointed by: kris Notes: svn path=/head/; revision=124988
* Unbreak build on perl 5.00503Sergey Skvortsov2004-12-121-6/+3
| | | | Notes: svn path=/head/; revision=123825
* BROKEN on 4.x: Broken pkg-plistKris Kennaway2004-12-111-0/+4
| | | | Notes: svn path=/head/; revision=123768
* Add p5-Apache-DB 0.09, debugging and profiling tools for mod_perl.Sergey Skvortsov2004-08-114-0/+48
Notes: svn path=/head/; revision=115951