German GNU and Linux manual pages t/html' href='http://tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'/> Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09T08:40:17+00:00 mat mat@FreeBSD.org 2018-07-09T08:40:17+00:00 79c3ac81e82fba101ce34956c5de634b8ed032d0 While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
Fix license information for portgs that use "the same license as Perl". 2017-09-15T08:58:46+00:00 mat mat@FreeBSD.org 2017-09-15T08:58:46+00:00 a3898eb8ff342dbb0605482d4ee476fc06d17372 Sponsored by: Absolight
Sponsored by:	Absolight
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01T14:16:16+00:00 mat mat@FreeBSD.org 2016-04-01T14:16:16+00:00 c60c1d09235abbfd733e901b1872b86adc82027c With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24T00:14:11+00:00 bofh bofh@FreeBSD.org 2014-12-24T00:14:11+00:00 613151e2837e8095a37e3a001957da0fda0235ef Approved by: bapt
Approved by:	bapt
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
- Add LICENSE 2014-05-09T03:40:50+00:00 sunpoet sunpoet@FreeBSD.org 2014-05-09T03:40:50+00:00 bae487dc14f33d73c9f75733b2e4c878a2886852 - Pass maintainership to submitter PR: ports/189276 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
- Pass maintainership to submitter

PR:		ports/189276
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Support STAGEDIR. 2013-11-04T14:41:18+00:00 vanilla vanilla@FreeBSD.org 2013-11-04T14:41:18+00:00 e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d

Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20T20:50:57+00:00 bapt bapt@FreeBSD.org 2013-09-20T20:50:57+00:00 1501b6b943ee42d59492aa3a88b2e2599996f827

- Convert to new perl framework 2013-07-31T14:36:21+00:00 az az@FreeBSD.org 2013-07-31T14:36:21+00:00 3021e3362902ea7f5978434383d769c7d68c2b68 - Trim Makefile header
- Trim Makefile header