| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight
Notes:
svn path=/head/; revision=432932
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415500
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Sponsored by: OBS
Notes:
svn path=/head/; revision=333222
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326918
|
|
|
|
|
|
|
| |
Submitted by: az@
Notes:
svn path=/head/; revision=298474
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=276994
|
|
|
|
|
|
|
| |
starting with T,U,V
Notes:
svn path=/head/; revision=240076
|
|
|
|
|
|
|
| |
Approved by: mentor (implicit)
Notes:
svn path=/head/; revision=212956
|
|
|
|
|
|
|
| |
Approved by: thierry (mentor)
Notes:
svn path=/head/; revision=208891
|
|
|
|
|
|
|
|
|
|
|
| |
- Depends on p5-YAML-Syck
- Pass maintainership to submitter
PR: ports/119035
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
Notes:
svn path=/head/; revision=204590
|
|
|
|
|
|
|
|
| |
PR: ports/118818
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Notes:
svn path=/head/; revision=203984
|
|
|
|
|
|
|
| |
with letter o-z
Notes:
svn path=/head/; revision=189335
|
|
|
|
| |
Notes:
svn path=/head/; revision=183401
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
| |
- remove BUILD_DEPENDS of p5-Filter-Simple
Notes:
svn path=/head/; revision=153770
|
|
|
|
| |
Notes:
svn path=/head/; revision=149459
|
|
|
|
|
|
|
|
|
| |
PR: 87539
Submitted by: Ports Fury
Approved by: novel (mentor) (implicit)
Notes:
svn path=/head/; revision=145592
|
|
|
|
|
|
|
|
| |
PR: ports/85538
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=141802
|
|
|
|
|
|
|
|
|
| |
committed without breaking them.
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=136672
|
|
|
|
|
|
|
|
| |
PR: ports/81058
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=135339
|
|
|
|
|
|
|
| |
- add new Build depend module (Filter::Simple)
Notes:
svn path=/head/; revision=127071
|
|
|
|
|
|
|
|
| |
PR: ports/72330
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=118983
|
|
|
|
|
|
|
|
|
|
|
|
| |
- no long support perl 5.005.
- although it requires p5-Data-Dumper, which may need by perl5.6 (described
in devel/p5-Data-Dumper/Makefile), but perl5.6 indeed install one.
And txt2html does not need newer module ( Data::Dumper => 0).
Approved by: vanilla (co-mentor)
Notes:
svn path=/head/; revision=117906
|
|
|
|
|
|
|
|
|
|
| |
- Drop maintainership
PR: ports/65427
Submitted by: Don Croyle <croyle@gelemna.org> (maintainer)
Notes:
svn path=/head/; revision=106828
|
|
|
|
|
|
|
| |
Approved by: maintainers
Notes:
svn path=/head/; revision=104360
|
|
|
|
| |
Notes:
svn path=/head/; revision=76042
|
|
|
|
|
|
|
| |
Noticed on: bento
Notes:
svn path=/head/; revision=69423
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
script where to look for it
- use DOCSDIR
- bump PORTREVISION
PR: 32199
Reported by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=52134
|
|
|
|
| |
Notes:
svn path=/head/; revision=50294
|
|
|
|
| |
Notes:
svn path=/head/; revision=37996
|
|
|
|
|
|
|
|
|
| |
port work.
Reviewed by: will
Notes:
svn path=/head/; revision=29523
|
|
|
|
|
|
|
|
|
| |
PR: 19169
Submitted by: maintainer
Reviewed by: will
Notes:
svn path=/head/; revision=29522
|
|
|
|
|
|
|
|
|
|
| |
Now "Don Croyle <croyle@gelemna.org>".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=28647
|
|
|
|
| |
Notes:
svn path=/head/; revision=27429
|
|
|
|
|
|
|
|
| |
PR: 17731
Submitted by: maintainer
Notes:
svn path=/head/; revision=27247
|
|
|
|
| |
Notes:
svn path=/head/; revision=21145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
Notes:
svn path=/head/; revision=19804
|
|
|
|
| |
Notes:
svn path=/head/; revision=18411
|
|
Text processing utilities (does not include desktop publishing).
PR: 7121
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Notes:
svn path=/head/; revision=11868
|