/lang/erlang/

te' type='text/html' href='http://tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?id=d9ec328e16b795889ee8d72196228f00a0a3393a'/> d9ec328e16b795889ee8d72196228f00a0a3393a PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
MASTER_SITES cleanup. 2015-05-14T10:15:04+00:00 mat mat@FreeBSD.org 2015-05-14T10:15:04+00:00 d72353c225a0cff8478c442d745a54e4630671fc - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26T13:08:24+00:00 mat mat@FreeBSD.org 2014-11-26T13:08:24+00:00 9debac461b7729b783ca5a0f5e46461ddac07173 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
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
Support STAGEDIR. 2013-11-05T06:56:18+00:00 vanilla vanilla@FreeBSD.org 2013-11-05T06:56:18+00:00 66dfc893366216c301980028d29756a5cb97d8b4

Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20T20:55:04+00:00 bapt bapt@FreeBSD.org 2013-09-20T20:55:04+00:00 dd97722379d86bbad461eb7c042a07cd39ba24f9

- Use single space after WWW: 2013-08-29T04:08:53+00:00 sunpoet sunpoet@FreeBSD.org 2013-08-29T04:08:53+00:00 fcc98c9829ab8abb8df4e9a5a78bfe469ada8673

- Convert to new perl framework 2013-08-02T18:52:07+00:00 mat mat@FreeBSD.org 2013-08-02T18:52:07+00:00 f47f83f9c8923b3b0f740482331aab0d0aa669e9 - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.