non port: palm/p5-Palm/Makefile |
Number of commits found: 15 |
Saturday, 28 Sep 2019
|
23:58 jgh
- chase r512758
|
Wednesday, 21 Aug 2019
|
23:00 jgh
- mark deprecated
- while here pet portlint
Approved by: arensb@ooblick.com (maintainer)
|
Wednesday, 26 Nov 2014
|
13:08 mat
Change the way Perl modules are installed, update the default Perl to 5.18.
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
|
Saturday, 1 Feb 2014
|
14:42 miwi
- Stage support
|
Friday, 20 Sep 2013
|
22:33 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
palm)
|
Wednesday, 11 Sep 2013
|
19:02 az
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Tuesday, 29 Dec 2009
|
10:25 miwi
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR: ports/136065 ports/127469
Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>
- Early identify port CONFLICTS
PR: 137855
Submitted by: Piotr Smyrak <smyru@heron.pl>
- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.
Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.
Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)
- Fix some whitespaces
Tested with: exp-run
|
Sunday, 25 Jun 2006
|
16:38 clsung
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin)
|
Saturday, 6 Nov 2004
|
02:32 kevlo
Update tp 1.3.0
PR: ports/73368
Submitted by: plasma <plasmaball@gmail.com>
|
Friday, 21 Feb 2003
|
13:19 knu
De-pkg-comment.
|
Friday, 10 Jan 2003
|
05:12 edwin
Fix MASTER_SITE
PR: ports/46914
Submitted by: Andrew &urger <arensb+ports@ooblick.com>
|
Friday, 24 Aug 2001
|
17:41 mi
Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainer is the
author, and this new versions are both posted on the WWW.
|
Thursday, 1 Mar 2001
|
06:39 vanilla
Remove do-configure section, use PERL_CONFIGURE now.
|
Saturday, 9 Sep 2000
|
09:36 kevlo
Update to version 1.2.2
|
Saturday, 3 Jun 2000
|
08:57 knu
p5-Palm is a set of Perl5 modules for reading and writing Palm(R) devices'
database files.
|
Number of commits found: 15 |