| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
| |
PR: 199354
Sponsored by: Absolight
Notes:
svn path=/head/; revision=384857
|
|
|
|
|
|
|
|
|
|
| |
the codebase, or touches code paths that aren't accessed.
PR: 191901
Submitted by: Trond.Endrestol@ximalas.info
Notes:
svn path=/head/; revision=380793
|
|
|
|
|
|
|
|
|
| |
- Fix version requirement of BUILD_DEPENDS
- Sort PLIST
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=380193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
needed at the configure stage.
Notes:
svn path=/head/; revision=361902
|
|
|
|
| |
Notes:
svn path=/head/; revision=361882
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=357300
|
|
|
|
| |
Notes:
svn path=/head/; revision=332949
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes:
svn path=/head/; revision=324174
|
|
|
|
|
|
|
| |
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Notes:
svn path=/head/; revision=309075
|
|
|
|
|
|
|
|
|
| |
- Eliminate harmless library detection messages
Reported by: Alexander Wittig <alexander@wittig.name>
Notes:
svn path=/head/; revision=302221
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE
Changes: http://search.cpan.org/dist/Crypt-SSLeay/Changes
Notes:
svn path=/head/; revision=302211
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Crypt-SSLeay/Changes
Notes:
svn path=/head/; revision=301755
|
|
|
|
|
|
|
|
|
|
| |
removed in 0.43 (2002-07-29)
- Use = instead of +=
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=298783
|
|
|
|
| |
Notes:
svn path=/head/; revision=298616
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: erwin@ (portmgr)
Notes:
svn path=/head/; revision=274222
|
|
|
|
|
|
|
| |
Submitted by: alexey@renatasystems.org(via Email)
Notes:
svn path=/head/; revision=261910
|
|
|
|
|
|
|
|
| |
PR: ports/150140
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes:
svn path=/head/; revision=261256
|
|
|
|
| |
Notes:
svn path=/head/; revision=260812
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/150127
Submitted by: Frederic Culot <frederic@culot.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/Crypt-SSLeay/Changes
Notes:
svn path=/head/; revision=260242
|
|
|
|
|
|
|
|
|
|
| |
This bug has been known for years, but have been ignored
upstream (see https://rt.cpan.org/Public/Bug/Display.html?id=33954).
Submitted by: brian
Notes:
svn path=/head/; revision=254610
|
|
|
|
|
|
|
|
| |
PR: ports/146289
Submitted by: Dan Lukes dan obluda cz
Notes:
svn path=/head/; revision=253672
|
|
|
|
|
|
|
|
|
| |
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=238202
|
|
|
|
|
|
|
| |
can look at them.
Notes:
svn path=/head/; revision=227098
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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
|
|
|
|
| |
Notes:
svn path=/head/; revision=199905
|
|
|
|
|
|
|
|
|
| |
- Disable networks test prompt
Submitted by: backyard <backyard1454-bsd@yahoo.com>
Notes:
svn path=/head/; revision=195761
|
|
|
|
| |
Notes:
svn path=/head/; revision=195760
|
|
|
|
| |
Notes:
svn path=/head/; revision=192637
|
|
|
|
| |
Notes:
svn path=/head/; revision=190008
|
|
|
|
| |
Notes:
svn path=/head/; revision=180971
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
| |
PR: 91958
Submitted by: skv
Notes:
svn path=/head/; revision=153874
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=149585
|
|
|
|
|
|
|
|
|
|
|
| |
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=109397
|
|
|
|
| |
Notes:
svn path=/head/; revision=104520
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
| |
Notes:
svn path=/head/; revision=82871
|
|
|
|
| |
Notes:
svn path=/head/; revision=82758
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make dependencies on modules included in the perl 5.8
distribution conditional on the perl version installed.
While I'm here, remove SITE_PERL and MAN(3)PREFIX.
17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself!
PR: ports/50588
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes:
svn path=/head/; revision=78882
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
Pointed out by: kris
Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer)
Notes:
svn path=/head/; revision=75714
|
|
|
|
|
|
|
|
|
|
| |
- update to 0.49 including fix for possible memory leak
PR: ports/47687
Submitted by: Erwin Lansing <erwin@lansing.dk
Notes:
svn path=/head/; revision=74626
|
|
|
|
|
|
|
|
| |
PR: ports/41272
Submitted by: maintainer
Notes:
svn path=/head/; revision=63884
|
|
|
|
|
|
|
|
| |
PR: 41157
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes:
svn path=/head/; revision=63746
|
|
|
|
|
|
|
|
| |
PR: 40329
Submitted by: maintainer
Notes:
svn path=/head/; revision=62661
|