<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/perl5.10/files/patch-perl.c, branch release/8.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2009-03-28T20:45:10Z</updated>
<entry>
<title>Introduce Perl 5.10.0</title>
<updated>2009-03-28T20:45:10Z</updated>
<author>
<name>Sergey Skvortsov</name>
<email>skv@FreeBSD.org</email>
</author>
<published>2009-03-28T20:45:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1a9ef9fa6754e0c0f087f4e7a76e65029a75941c'/>
<id>urn:sha1:1a9ef9fa6754e0c0f087f4e7a76e65029a75941c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Fix suidperl functionality. [1]</title>
<updated>2009-02-15T22:42:37Z</updated>
<author>
<name>Sergey Skvortsov</name>
<email>skv@FreeBSD.org</email>
</author>
<published>2009-02-15T22:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e13b7326f81143a42ee7cbdb934d838a037450e4'/>
<id>urn:sha1:e13b7326f81143a42ee7cbdb934d838a037450e4</id>
<content type='text'>
* Update BSDPAN.

PR:		ports/131434 [1]
Submitted by:	William Olson &lt;wolson xx gmail.com&gt; [1]
</content>
</entry>
<entry>
<title>Update to 5.8.9</title>
<updated>2009-01-13T21:38:50Z</updated>
<author>
<name>Sergey Skvortsov</name>
<email>skv@FreeBSD.org</email>
</author>
<published>2009-01-13T21:38:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4ab5fefc98eaa00392de2ce4470acec599b7a6a2'/>
<id>urn:sha1:4ab5fefc98eaa00392de2ce4470acec599b7a6a2</id>
<content type='text'>
Also:

- add option SITECUSTOMIZE which enable -Dusesitecustomize [1]

- add patch against sv_dup() bug causes memory corruption in threaded perl [2]

Changes:	http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod
PR:		111120 [1], 130033 [2]
Submitted by:	"Ian A. Tegebo" &lt;yontege xx dev-mug.rescomp.berkeley.edu&gt; [1],
		kevin brintnall &lt;kbrint xx rufus.net&gt; [2]
</content>
</entry>
<entry>
<title>Move path to BSDPAN ahead of the path to site_perl.  This makes BSDPAN</title>
<updated>2005-12-22T15:21:00Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2005-12-22T15:21:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=78970e822312cf865144fc0fb8fcb4a91e0c9d66'/>
<id>urn:sha1:78970e822312cf865144fc0fb8fcb4a91e0c9d66</id>
<content type='text'>
work when devel/p5-ExtUtils/MakeMaker is installed.

This, again, is a minor change, which does not require re-installation
of the dependant packages.

Reported by:	lth
</content>
</entry>
<entry>
<title>Update to 5.8.1.</title>
<updated>2003-10-27T19:48:03Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2003-10-27T19:48:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1aee5817e8ee565d8efb60984a85c74ae48d025a'/>
<id>urn:sha1:1aee5817e8ee565d8efb60984a85c74ae48d025a</id>
<content type='text'>
Also:

Make suidperl optional (ENABLE_SUIDPERL knob).  Switch to perlmalloc by
default, unless threaded perl is built, to improve performance.
Modernize pkg-plist (switch to SITE_PERL where possible).  Update WWW.

Many thanks to foxfair who prepared most of this update.
</content>
</entry>
<entry>
<title>Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in the</title>
<updated>2002-06-02T21:22:25Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2002-06-02T21:22:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=900f4721931b59dc6aae3fd0d33d29d48426ac5c'/>
<id>urn:sha1:900f4721931b59dc6aae3fd0d33d29d48426ac5c</id>
<content type='text'>
@INC array. This takes care of the infamous problem of updating the
packages already in the perl distribution. With this change, no tricks
are any longer necessary for such p5 ports, except the usual tweaking of
INSTALLDIRS in Makefile.PL. This last one can also be taken care of by
an appropriate BSDPAN modifications, but until we have the `natural'
@INC order in the 4.X base system perl, it is meaningless.

Do not include iconv.h and do not link with libiconv. Iconv is not used
by perl in any way currently, but it used to link it if found.

Fix perl on freebsd/sparc64.

PR:		33212 (iconv), 37605 (iconv), 38813 (sparc64)
Reported by:	Vivek Khera &lt;khera@kciLink.com&gt; (iconv),
		Martin Nilsson &lt;martin@gneto.com&gt; (iconv)
Submitted by:	jake (sparc64)
</content>
</entry>
</feed>
