Commit graph

19 commits

Author SHA1 Message Date
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Mathieu Arnold
eee58d187e 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
2014-11-26 13:08:24 +00:00
Jimmy Olgeni
96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2014-08-06 09:11:57 +00:00
Andrej Zverev
3427cf1dfe - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:23:32 +00:00
Baptiste Daroussin
85fbf21ec5 Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20 23:36:50 +00:00
Andrej Zverev
3ab32baa74 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 17:29:36 +00:00
Dmitry Sivachenko
362e034545 Remove SITE_PERL from *_DEPENDS.
Submitted by:	az
2012-06-05 09:27:46 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Philip M. Gollucci
eb25ab1f8e - Update to 0.14
- Remove MD5

PR:             ports/153106
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (demon ; 15 days)
2010-12-27 15:03:26 +00:00
Dmitry Sivachenko
8adddbd76f Update to 0.13.
PR:		141619
Submitted by:	pgollucci
2009-12-18 11:16:36 +00:00
Dmitry Sivachenko
347e81b643 Update to 0.11.
PR:		136584
Submitted by:	pgollucci
2009-07-10 10:10:45 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Dmitry Sivachenko
5ddbfa7ff7 Update to version 0.09. 2005-09-01 05:42:35 +00:00
Dmitry Sivachenko
b6e7432771 Add missing files. 2005-06-29 09:01:12 +00:00
Dmitry Sivachenko
f6e5ad89b2 Update to version 0.05. 2005-05-10 14:21:24 +00:00
Dmitry Sivachenko
4a40e3b929 New port: p5-HTTP-Server-Simple-Mason.
An abstract baseclass for a standalone mason server.
2005-04-28 08:37:51 +00:00