| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
Notes:
svn path=/head/; revision=396892
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=342207
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
| |
Notes:
svn path=/head/; revision=324171
|
|
|
|
| |
Notes:
svn path=/head/; revision=300176
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=289563
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
Notes:
svn path=/head/; revision=246327
|
|
|
|
|
|
|
| |
starting with M
Notes:
svn path=/head/; revision=240072
|
|
|
|
|
|
|
| |
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=229780
|
|
|
|
|
|
|
| |
Approved by: maintainer implicit
Notes:
svn path=/head/; revision=197974
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=176802
|
|
|
|
|
|
|
|
|
|
|
| |
- Add devel/p5-Date-Manip as a dependency
- Pass maintainership to submitter
PR: ports/94912
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Notes:
svn path=/head/; revision=158109
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=158048
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154158
|
|
|
|
|
|
|
|
|
| |
PR: ports/68441
Submitted by: phgrauAT cis.fu-berlin.de
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=128939
|
|
|
|
|
|
|
|
|
| |
Based on PR: ports/58675
Submitted by: Cheng-Lung Sung
Approved by: maintainer-timeout (> 6 month)
Notes:
svn path=/head/; revision=108543
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
| |
PR: 45728
Submitted by: Maxim Tulyuk <mt@primats.org.ua>
Notes:
svn path=/head/; revision=75079
|
|
|
|
|
|
|
|
|
| |
Use REINPLACE.
Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> (update)
Notes:
svn path=/head/; revision=67667
|
|
|
|
| |
Notes:
svn path=/head/; revision=52537
|
|
|
|
| |
Notes:
svn path=/head/; revision=51182
|
|
|
|
| |
Notes:
svn path=/head/; revision=47100
|
|
|
|
| |
Notes:
svn path=/head/; revision=46821
|
|
|
|
|
|
|
|
|
|
|
| |
- use PERL_CONFIGURE (and the created Makefile)
- rearrange Makefile (to please portlint)
PR: 29351
Submitted by: Pete Fritchman <petef@databits.net>
Notes:
svn path=/head/; revision=45675
|
|
|
|
|
|
|
|
| |
PR: 28018
Submitted by: Patrick Li <pat@databits.net>
Notes:
svn path=/head/; revision=44165
|
|
|
|
|
|
|
| |
Submitted by: Anders Andersson <anders@codefactory.se>
Notes:
svn path=/head/; revision=42168
|
|
|
|
|
|
|
|
| |
Submitted by: kris
Obtained from: NetBSD
Notes:
svn path=/head/; revision=38193
|
|
|
|
|
|
|
| |
(I know, I look boring and pedant :o)
Notes:
svn path=/head/; revision=37983
|
|
|
|
| |
Notes:
svn path=/head/; revision=35235
|
|
|
|
| |
Notes:
svn path=/head/; revision=32412
|
|
|
|
| |
Notes:
svn path=/head/; revision=31789
|
|
|
|
| |
Notes:
svn path=/head/; revision=29612
|
|
|
|
| |
Notes:
svn path=/head/; revision=29595
|
|
|
|
|
|
|
| |
Found by: Anders Andersson <anders@sanyusan.se>
Notes:
svn path=/head/; revision=28986
|
|
|
|
| |
Notes:
svn path=/head/; revision=28484
|
|
|
|
| |
Notes:
svn path=/head/; revision=28280
|
|
|
|
| |
Notes:
svn path=/head/; revision=28273
|
|
|
|
| |
Notes:
svn path=/head/; revision=27554
|
|
|
|
| |
Notes:
svn path=/head/; revision=27500
|
|
|
|
| |
Notes:
svn path=/head/; revision=27374
|
|
|
|
| |
Notes:
svn path=/head/; revision=27149
|
|
|
|
| |
Notes:
svn path=/head/; revision=25622
|
|
|
|
| |
Notes:
svn path=/head/; revision=25025
|
|
Search mailboxes for a given regexp and display matching emails.
PR: 15007
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes:
svn path=/head/; revision=23445
|