| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist for all permutations of OPTIONS
PR: 192615
Submitted by: klm@uidzero.org (maintainer)
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=365269
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clarify LICENSE
- Fix shebangs
- Use new LIB_DEPENDS syntax
- Chase devel/libklel .so version change
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=360276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unnecessary depend [2]
- Add LICENSE (BSD AL2 MIT)
- Fix install of perl library
Changes: http://ftimes.sourceforge.net/Files/ChangeLog/ChangeLog
PR: ports/177738 [1], ports/178924 [2]
Submitted by: klm <klm@uidzero.org> (maintainer) [1], az [2]
Approved by: culot / jpaetzel (mentors, implicit), maintainer
Notes:
svn path=/head/; revision=320354
|
|
|
|
|
|
|
|
| |
PR: 111584
Submitted by: klm <klm@uidzero.org>
Notes:
svn path=/head/; revision=189985
|
|
|
|
|
|
|
|
| |
PR: ports/100517
Submitted by: maintainer
Notes:
svn path=/head/; revision=168217
|
|
|
|
|
|
|
|
| |
PR: 95952
Submitted by: klm <klm@uidzero.org> (maintainer)
Notes:
svn path=/head/; revision=160654
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- OPTIONSify
- Use USE_PERL5_RUN
- Add missing pcre dependency
- Do not use -static
PR: ports/82346 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=137675
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: klm <klm@uidzero.org>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update to 3.3.0
Notes:
svn path=/head/; revision=90075
|
|
|
|
| |
Notes:
svn path=/head/; revision=78259
|
|
PR: 50369
Submitted by: Klayton Monroe <klm@ir.exodus.net>
Notes:
svn path=/head/; revision=77982
|