- Fix build with NO_PERL set backporting a commit from git repo (82aec45)
- Add git-submodile, git-am and git-request-pull to the list of commands
that doesn't work without perl
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Let preprocessor know ${LOCALBASE}/include is a system include path,
so #include "..." shouldn't try to pick headers from there. lang/gcc*
and lang/clang* already do the right thing.
PR: 196220
Differential Revision: https://reviews.freebsd.org/D1664
Approved by: garga (maintainer)
Approved by: bapt (mentor)
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
The git port had USES=shebangfix defined but it was not told to fix
anything. This patch will fix the shebang on a couple dozen perl scripts.
PR: 192386
Submitted by: marino
Approved by: General Blanket (wxs@ in copy)
Now back to grabbing distfiles from kernel.org mirrors as google code is
no longer updated.
Fix an issue with packlist when using PERL. [1]
PR: [1]: ports/188677
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Horia Racoviceanu (private mail)
This forces git to use nl_langinfo() from libc instead of locale_charset()
from libiconv. (The latter is practically an alias for the first.)
PR: ports/187326
Approved by: wxs (maintainer)