aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdtool12/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* databases/rrdtool12: Move man pages to share/manNuno Teixeira2024-03-031-26/+26
| | | | Approved by: portmgr (blanket)
* Drop optional dependency on python 2.7Antoine Brodin2020-12-311-2/+0
| | | | | | | PR: 249604 Notes: svn path=/head/; revision=559711
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistBaptiste Daroussin2014-10-201-8/+0
| | | | Notes: svn path=/head/; revision=371255
* - Convert to USES=pythonMarcus von Appen2014-09-281-0/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=369473
* 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
* - Fix plist files referencing stagedir by adding USE_PERL+=fixpacklistDmitry Marakasov2014-06-061-2/+2
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=356758
* Support stageRenato Botelho2014-03-271-0/+28
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=349351
* - Respect NOPORTEXAMPLES knobBeat Gaetzi2010-04-101-9/+9
| | | | | | | Requested by: Earl Lapus <earl.lapus AT gmail.com> Notes: svn path=/head/; revision=252519
* Addition of databases/rrdtool12, for those of us who prefer toJeremy Chadwick2008-09-021-0/+119
use the previous release of RRDTool. Also incorporate the CONFIGURE_TARGET changes (PR ports/126524). Notes: svn path=/head/; revision=219654