| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
Notes:
svn path=/head/; revision=381221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=371277
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360440
|
|
|
|
| |
Notes:
svn path=/head/; revision=342995
|
|
|
|
|
|
|
| |
- Replace some FIND ... CPIO with COPYTREE_SHARE.
Notes:
svn path=/head/; revision=334748
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
Notes:
svn path=/head/; revision=331301
|
|
|
|
|
|
|
| |
ftp)
Notes:
svn path=/head/; revision=327729
|
|
|
|
|
|
|
| |
- Trim Makefile header
Notes:
svn path=/head/; revision=324036
|
|
|
|
|
|
|
|
| |
- Fix COMMENT
- Trim header
Notes:
svn path=/head/; revision=315509
|
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/RYOCHIN/Net-FTPServer-1.125/Changes
Notes:
svn path=/head/; revision=309761
|
|
|
|
|
|
|
| |
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Notes:
svn path=/head/; revision=309105
|
|
|
|
| |
Notes:
svn path=/head/; revision=301510
|
|
|
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=298970
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
Notes:
svn path=/head/; revision=293247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
Notes:
svn path=/head/; revision=292977
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
| |
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
Notes:
svn path=/head/; revision=261530
|
|
|
|
|
|
|
|
| |
PR: ports/142517
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Notes:
svn path=/head/; revision=247497
|
|
|
|
|
|
|
|
|
| |
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=238202
|
|
|
|
| |
Notes:
svn path=/head/; revision=226124
|
|
|
|
|
|
|
| |
- utilize PORTDOCS PORTEXAMPLES
Notes:
svn path=/head/; revision=218012
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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)
Notes:
svn path=/head/; revision=211450
|
|
|
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Notes:
svn path=/head/; revision=199069
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
| |
Notes:
svn path=/head/; revision=178677
|
|
|
|
|
|
|
|
| |
PR: 101840
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes:
svn path=/head/; revision=170578
|
|
|
|
|
|
|
|
| |
PR: 101840
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes:
svn path=/head/; revision=170577
|
|
|
|
|
|
|
| |
- replace whitespace with tab and make portlint happier
Notes:
svn path=/head/; revision=159948
|
|
|
|
| |
Notes:
svn path=/head/; revision=159942
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=159515
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154146
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154110
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports
Notes:
svn path=/head/; revision=146850
|
|
|
|
|
|
|
|
|
|
|
| |
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search
Notes:
svn path=/head/; revision=143304
|
|
|
|
| |
Notes:
svn path=/head/; revision=106662
|
|
|
|
| |
Notes:
svn path=/head/; revision=104047
|
|
|
|
|
|
|
| |
- we now depend on Perl 5.6.1
Notes:
svn path=/head/; revision=97529
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- don't change the in-place pkg-message; generate a temporary one
in ${WRKDIR}
- fix install of scripts to ${PREFIX}/sbin
- use EXAMPLSDIR and DOCSDIR
- fix pkg-plist rmdir ... 2>/dev/null's to always return true
- bump PORTREVISION
PR: 59083
Submitted by: Lars Thegler <lars@thegler.dk>
Notes:
svn path=/head/; revision=96288
|
|
|
|
| |
Notes:
svn path=/head/; revision=92288
|
|
|
|
|
|
|
| |
in the last commit.
Notes:
svn path=/head/; revision=92065
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=89001
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=64925
|
|
|
|
| |
Notes:
svn path=/head/; revision=49510
|
|
|
|
| |
Notes:
svn path=/head/; revision=48377
|
|
|
|
| |
Notes:
svn path=/head/; revision=47126
|